Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
barbican
/
ae0e66ba4850bcc263da10f7268787a1f62fce38
/
.
/
barbican
/
client
/
service.sls
blob: 5577ddffeb41d6b6918f3864534fd56de5ea7835 [
file
] [
log
] [
blame
]
{%-
from
"barbican/map.jinja"
import
client
with
context
%}
{%-
if
client
.
enabled
%}
barbican_client_packages
:
pkg
.
installed
:
-
names
:
{{
client
.
pkgs
}}
{%-
endif
%}