diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 16:33:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 16:33:20 -0300 |
commit | b00a2cd01c92ab0bd4316c13a2f1444f0307a73e (patch) | |
tree | 1c6a0c7c2c66c365b70f5bf955f2ec6563d602e3 /manifests | |
parent | 46f655d9d0d7a2c03b3a973de5b0d071aedd50b5 (diff) | |
download | puppet-nodo-b00a2cd01c92ab0bd4316c13a2f1444f0307a73e.tar.gz puppet-nodo-b00a2cd01c92ab0bd4316c13a2f1444f0307a73e.tar.bz2 |
Changing schroot::instance parameter
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/schroot.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/schroot.pp b/manifests/subsystems/schroot.pp index 259b1f5..1795047 100644 --- a/manifests/subsystems/schroot.pp +++ b/manifests/subsystems/schroot.pp @@ -13,7 +13,7 @@ class schroot { "puppet:///modules/nodo/etc/schroot/default/fstab" ] } - define instance($type = 'plain', $description, $directory, $users, $groups, $aliases, $ensure = present) { + define instance($instance_type = 'plain', $description, $directory, $users, $groups, $aliases, $ensure = present) { file { "/etc/schroot/chroot.d/$name": ensure => $ensure, owner => root, |