From: Stephen Gran Date: Sat, 5 Feb 2011 14:32:55 +0000 (+0000) Subject: it's an array, of course X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f569429f176be998cb6d99b0ba5ea1ea74b1f148;p=dsa-puppet.git it's an array, of course Signed-off-by: Stephen Gran --- diff --git a/modules/buildd/templates/etc/schroot/mount-defaults.erb b/modules/buildd/templates/etc/schroot/mount-defaults.erb index c77a7635..ec016d9c 100644 --- a/modules/buildd/templates/etc/schroot/mount-defaults.erb +++ b/modules/buildd/templates/etc/schroot/mount-defaults.erb @@ -7,7 +7,7 @@ # (CHROOT_PATH) # # -<% if nodeinfo['ldap'].has_key?('architecture') and nodeinfo['ldap']['architecture'].start_with?('kfreebsd') -%> +<% if nodeinfo['ldap'].has_key?('architecture') and nodeinfo['ldap']['architecture'][0].start_with?('kfreebsd') -%> # kFreeBSD version proc /proc linprocfs defaults 0 0 dev /dev devfs rw,bind 0 0