diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 16:25:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 16:25:08 -0300 |
commit | 46f655d9d0d7a2c03b3a973de5b0d071aedd50b5 (patch) | |
tree | 929ad2b9cd8b1a841385cf8245cdc0f0adc5b426 /manifests | |
parent | 482e4f0a48ad1faac18aaa2b5a48462145945aa9 (diff) | |
download | puppet-nodo-46f655d9d0d7a2c03b3a973de5b0d071aedd50b5.tar.gz puppet-nodo-46f655d9d0d7a2c03b3a973de5b0d071aedd50b5.tar.bz2 |
Minor fixes at schroot::instance
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, |