summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/manifests/common.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.pp
parent65604b35e96c4ca6e83c2d90b1c512dfa7ff31e7 (diff)
Rename extensions module to autorestart
Diffstat (limited to 'puppet/modules/site_apache/manifests/common.pp')
-rw-r--r--puppet/modules/site_apache/manifests/common.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_apache/manifests/common.pp b/puppet/modules/site_apache/manifests/common.pp
index c96932dd..4847cbe3 100644
--- a/puppet/modules/site_apache/manifests/common.pp
+++ b/puppet/modules/site_apache/manifests/common.pp
@@ -28,6 +28,6 @@ class site_apache::common {
include site_apache::common::tls
include site_apache::common::acme
- include site_apache::common::extensions
+ include site_apache::common::autorestart
}