From: Silvio Rhatto Date: Sat, 13 Apr 2013 15:14:45 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=puppet-schroot.git Minor fix --- diff --git a/manifests/instance.pp b/manifests/instance.pp index 289e060..26be3c5 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -4,8 +4,8 @@ define schroot::instance( $users, $groups, $aliases, - $ensure = present - $instance_type = 'plain', + $ensure = present, + $instance_type = 'plain' ) { file { "/etc/schroot/chroot.d/${name}": ensure => $ensure,