commit | fe089381871459d3763a604a4b21d18951457d61 | [log] [tgz] |
---|---|---|
author | Oleh Hryhorov <ohryhorov@mirantis.com> | Fri May 18 17:22:14 2018 +0300 |
committer | Oleh Hryhorov <ohryhorov@mirantis.com> | Fri May 18 17:22:14 2018 +0300 |
tree | 0bba4206b76539e1542f421ff47e39fda0240428 | |
parent | 3b72bf510c3da7d6799b6e9b20e0e0af7f1db288 [diff] [blame] |
Adjust formula to be built Change-Id: Iea17dc349789247bcbdf88f72c841cdaa23e752f
diff --git a/oslo_templates/init.sls b/oslo_templates/init.sls new file mode 100644 index 0000000..98318cb --- /dev/null +++ b/oslo_templates/init.sls
@@ -0,0 +1,6 @@ +{%- if pillar.oslo_templates is defined %} +include: +{%- if pillar.oslo_templates.template is defined %} +- oslo_templates.template +{%- endif %} +{%- endif %}