fix: permissions for cobbler files #187
@ -47,8 +47,8 @@ class profiles::cobbler::config {
|
||||
# fix permissions in /var/lib/cobbler/web.ss
|
||||
file {'/var/lib/cobbler/web.ss':
|
||||
ensure => 'file',
|
||||
group => 'root',
|
||||
owner => 'apache',
|
||||
group => 'apache',
|
||||
owner => 'root',
|
||||
mode => '0660',
|
||||
require => Package['cobbler'],
|
||||
notify => Service['cobblerd'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user