diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2018-01-16 14:42:36 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2018-01-16 14:42:36 -0700 |
| commit | 3de7899e498e54f6661a780a64ed890853e56e90 (patch) | |
| tree | e8ba6e4802a77765a14f4191c1805de6355cbe7c /pillar/openbook | |
| parent | e528c2560c0c5764d3e49bff569dab9a863b0b55 (diff) | |
Putting the ansible ssl.yaml into the right destdir
Diffstat (limited to 'pillar/openbook')
| -rw-r--r-- | pillar/openbook/ansible.sls | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index a579f03..b801784 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -117,6 +117,12 @@ ansible: mode: "0644" relative_to_buildroot: True is_template: True + ssl_yaml: + name: playbooks/ssl.yaml + source: ssl.yaml + mode: "0644" + relative_to_buildroot: True + is_template: False saltstack_list: name: files/saltstack.list source: saltstack.list @@ -165,12 +171,6 @@ ansible: mode: "0644" relative_to_buildroot: True is_template: False - ssl_yaml: - name: files/ssl.yaml - source: ssl.yaml - mode: "0644" - relative_to_buildroot: True - is_template: False slave_jar: name: files/slave.jar source: slave.jar |
