summaryrefslogtreecommitdiff
path: root/salt/openbook
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2018-03-06 20:24:40 -0700
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2018-03-06 20:24:40 -0700
commit51607550665306a30142a76dc3362108131de4c4 (patch)
treec3c6ba76bd3e1fa7d462f22c30a42dee78f0c8f9 /salt/openbook
parentb37e172a44261cca9e3b44b3b23fbd134aaab34e (diff)
Support pure systemd hosts
Issue: IS-75
Diffstat (limited to 'salt/openbook')
-rw-r--r--salt/openbook/ansible/files/openbook.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/salt/openbook/ansible/files/openbook.yaml b/salt/openbook/ansible/files/openbook.yaml
index 1614194..a9ad449 100644
--- a/salt/openbook/ansible/files/openbook.yaml
+++ b/salt/openbook/ansible/files/openbook.yaml
@@ -153,8 +153,8 @@
owner: root
group: root
with_items:
- - { src: ci/{{ pillar["ci"]["files"]["openbook_gentoo_systemd_start"]["path"] }}/{{ pillar["ci"]["files"]["openbook_gentoo_systemd_start"]["name"] }}, dest: /etc/systemctl/system/openbook.service, mode: "0644" }
- - { src: ci/{{ pillar["ci"]["files"]["openbook_gentoo_systemd_debug"]["path"] }}/{{ pillar["ci"]["files"]["openbook_gentoo_systemd_debug"]["name"] }}, dest: /etc/systemctl/system/openbook-debug.service, mode: "0644" }
+ - { src: ci/{{ pillar["ci"]["files"]["openbook_gentoo_systemd_start"]["path"] }}/{{ pillar["ci"]["files"]["openbook_gentoo_systemd_start"]["name"] }}, dest: /etc/systemd/system/openbook.service, mode: "0644" }
+ - { src: ci/{{ pillar["ci"]["files"]["openbook_gentoo_systemd_debug"]["path"] }}/{{ pillar["ci"]["files"]["openbook_gentoo_systemd_debug"]["name"] }}, dest: /etc/systemd/system/openbook-debug.service, mode: "0644" }
when: ansible_distribution == "Gentoo" and ansible_service_mgr == "systemd"
- name: "Add service script to systemd"