diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-09-29 21:20:47 -0600 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-09-29 21:20:47 -0600 |
| commit | 8323e3d84898d6dc2c62680dec2dca457e943bf8 (patch) | |
| tree | 532c6e65900134d3a9b11edc03f9952c34b5ba40 /pillar/openbook | |
| parent | 3360370fd7ed48d6c65d05c8e242c3dd224dee46 (diff) | |
.my.cnf is once a salt template and once an ansible template
Diffstat (limited to 'pillar/openbook')
| -rw-r--r-- | pillar/openbook/database.sls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pillar/openbook/database.sls b/pillar/openbook/database.sls index 36b7ad1..361c2e6 100644 --- a/pillar/openbook/database.sls +++ b/pillar/openbook/database.sls @@ -86,7 +86,7 @@ database: path: /root source: _my.cnf mode: "0644" - is_template: True + is_template: False relative_to_buildroot: False ansible: True _my_cnf: |
