diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/schroot.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/schroot.pp b/manifests/subsystems/schroot.pp index 38a6483..259b1f5 100644 --- a/manifests/subsystems/schroot.pp +++ b/manifests/subsystems/schroot.pp @@ -13,8 +13,8 @@ class schroot { "puppet:///modules/nodo/etc/schroot/default/fstab" ] } - define instance($type = 'plain', description, $directory, $users, $groups, $aliases, $ensure = 'present') { - file { '/etc/schroot/chroot.d': + define instance($type = 'plain', $description, $directory, $users, $groups, $aliases, $ensure = present) { + file { "/etc/schroot/chroot.d/$name": ensure => $ensure, owner => root, group => root, |