diff options
Diffstat (limited to 'manifests/subsystems')
| -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, | 
