Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
devops-portal
/
4c734538e9f4e6bdb8b54c48b70f26845a122d28
/
.
/
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
%}