diff --git a/puppet/modules/site_apache/manifests/common/autorestart.pp b/puppet/modules/site_apache/manifests/common/autorestart.pp
index 0273f272f812c8b97ee0d6b424f129e3b35435e8..6d8c4c3a52543d8f6100a97715652b7e491f8c5a 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',
   }