summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/manifests/common/extensions.pp
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-01-17 11:03:14 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-01-17 14:23:20 -0200
commit810df8983e3ada8ad4b0ebbc7e0e3cf01219e33c (patch)
treeca38c6453801d992168499820335b3110b2c06d0 /puppet/modules/site_apache/manifests/common/extensions.pp
parent65604b35e96c4ca6e83c2d90b1c512dfa7ff31e7 (diff)
Rename extensions module to autorestart
Diffstat (limited to 'puppet/modules/site_apache/manifests/common/extensions.pp')
-rw-r--r--puppet/modules/site_apache/manifests/common/extensions.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/puppet/modules/site_apache/manifests/common/extensions.pp b/puppet/modules/site_apache/manifests/common/extensions.pp
deleted file mode 100644
index 6e489ce8..00000000
--- a/puppet/modules/site_apache/manifests/common/extensions.pp
+++ /dev/null
@@ -1,12 +0,0 @@
-class site_apache::common::extensions {
-
- include ::systemd
- file { '/etc/systemd/system/apache2.service.d/auto_restart.conf':
- source => 'puppet:///modules/site_apache/auto_restart.conf',
- owner => 'root',
- group => 'root',
- mode => '0644',
- require => Service['apache'],
- notify => Exec['systemctl-daemon-reload']
- }
-}