From b00a2cd01c92ab0bd4316c13a2f1444f0307a73e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 13 Sep 2011 16:33:20 -0300 Subject: Changing schroot::instance parameter --- manifests/subsystems/schroot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, -- cgit v1.2.3