summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/manifests/common/autorestart.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_apache/manifests/common/autorestart.pp')
-rw-r--r--puppet/modules/site_apache/manifests/common/autorestart.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_apache/manifests/common/autorestart.pp b/puppet/modules/site_apache/manifests/common/autorestart.pp
index 0273f272..6d8c4c3a 100644
--- a/puppet/modules/site_apache/manifests/common/autorestart.pp
+++ b/puppet/modules/site_apache/manifests/common/autorestart.pp
@@ -5,6 +5,8 @@ class site_apache::common::autorestart {
file { '/etc/systemd/system/apache2.service.d':
ensure => directory,
+ owner => root,
+ group => root,
mode => '0755',
}