diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-29 16:53:20 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-29 16:53:20 -0600 |
| commit | 390980eb6a94b9a7b060e5717f10f041fe7ca234 (patch) | |
| tree | 138a3c24491f28e98797ca759f37127d3ca1c8c1 /pillar/openbook/database.sls | |
| parent | ca5e30661204a2da2c6fc017ea2359df4b15af4b (diff) | |
clustercheck
Diffstat (limited to 'pillar/openbook/database.sls')
| -rw-r--r-- | pillar/openbook/database.sls | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pillar/openbook/database.sls b/pillar/openbook/database.sls index e495cf2..a9c09c3 100644 --- a/pillar/openbook/database.sls +++ b/pillar/openbook/database.sls @@ -24,6 +24,10 @@ database: name: /etc/openbook/database/bin mode: "0755" relative_to_buildroot: False + etc_xinetd_d: + name: /etc/xinetd.d + mode: "0755" + relative_to_buildroot: False data_root: name: data/root mode: "0700" @@ -133,3 +137,19 @@ database: is_template: True relative_to_buildroot: False ansible: True + clustercheck_sh: + name: clustercheck.sh + path: /etc/openbook/database/bin + source: clustercheck.sh + mode: "0755" + is_template: False + relative_to_buildroot: False + ansible: True + clustercheck: + name: clustercheck + path: /etc/xinetd.d + source: clustercheck + mode: "0644" + is_template: False + relative_to_buildroot: False + ansible: True |
