commit | 233bbe563d0f3bcc3fbf4eb63d22a6fd9b30d2e8 | [log] [tgz] |
---|---|---|
author | Ilya Kharin <ikharin@mirantis.com> | Tue Apr 25 15:55:22 2017 +0400 |
committer | Ilya Kharin <ikharin@mirantis.com> | Tue Apr 25 15:55:22 2017 +0400 |
tree | 23b6759c9a1f0e2a10b26e34a4903de82214e6f4 | |
parent | 981d02c241597c73b968ba155d6377446ca7facb [diff] |
Add missing init.sls Change-Id: I766453b8504c74a328f0d5adf27fd6f72dda966c
diff --git a/rundeck/init.sls b/rundeck/init.sls new file mode 100644 index 0000000..9dee7f1 --- /dev/null +++ b/rundeck/init.sls
@@ -0,0 +1,7 @@ +include: + {%- if pillar.rundeck.server is defined %} + - rundeck.server + {%- endif %} + {%- if pillar.rundeck.client is defined %} + - rundeck.client + {%- endif %}