diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-01-16 15:15:41 -0200 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-01-17 14:23:19 -0200 |
commit | cfd1f9ee35f7b80b17c460b77709d3d5dc880638 (patch) | |
tree | b0aeb4387bdf4f7f3e6865f72294c47c0210b588 /puppet/modules/site_apache/files | |
parent | e9a3d71fd1c9fbdb1b468c633a6cbe310e3d6880 (diff) |
Add apache auto-restart extension file
Diffstat (limited to 'puppet/modules/site_apache/files')
-rw-r--r-- | puppet/modules/site_apache/files/auto_restart.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_apache/files/auto_restart.conf b/puppet/modules/site_apache/files/auto_restart.conf new file mode 100644 index 00000000..8a764e34 --- /dev/null +++ b/puppet/modules/site_apache/files/auto_restart.conf @@ -0,0 +1,2 @@ +[Service] +Restart=always |