Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
devops-portal
/
39af3467d2f8f1937da984ee2c12f7706f0c2c5a
/
.
/
devops_portal
/
init.sls
blob: f89686ecbae22fb8b0fb3f55d670c1281c4927cd [
file
] [
log
] [
blame
]
{%-
if
pillar
.
devops_portal
is
defined
%}
include
:
{%-
if
pillar
.
devops_portal
.
config
is
defined
%}
-
devops_portal
.
config
{%-
if
pillar
.
devops_portal
.
setup
is
defined
%}
-
devops_portal
.
setup
{%-
endif
%}
{%-
endif
%}
{%-
endif
%}