Skip to content
Snippets Groups Projects
Verified Commit a38a421a authored by micah's avatar micah :speech_balloon:
Browse files

Ensure directory has proper owner/group (#8841)

parent 9365cd2c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ class site_apache::common::autorestart {
file { '/etc/systemd/system/apache2.service.d':
ensure => directory,
owner => root,
group => root,
mode => '0755',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment