Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
barbican
/
8e174e7d619471d25d14b95938ff6e049b9e5d51
/
.
/
barbican
/
client.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
%}