diff options
Diffstat (limited to 'manifests/subsystems/schroot.pp')
-rw-r--r-- | manifests/subsystems/schroot.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/subsystems/schroot.pp b/manifests/subsystems/schroot.pp index 317fe35..38a6483 100644 --- a/manifests/subsystems/schroot.pp +++ b/manifests/subsystems/schroot.pp @@ -6,6 +6,7 @@ class schroot { file { '/etc/schroot/default/fstab': ensure => $ensure, owner => root, + group => root, mode => 0644, require => Package['schroot'], source => [ "puppet:///modules/site-nodo/etc/schroot/default/$fqdn/fstab", @@ -16,6 +17,7 @@ class schroot { file { '/etc/schroot/chroot.d': ensure => $ensure, owner => root, + group => root, mode => 0644, require => Package['schroot'], content => template('nodo/schroot/schroot.conf.erb'), |