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