More instance variable cleanup

This commit is contained in:
Ossi Salmi 2013-05-24 10:29:11 +03:00
parent 49a8ae3004
commit 0e4f99b1bc
9 changed files with 18 additions and 18 deletions

View file

@ -27,7 +27,7 @@ class nagios::target($parent=undef) {
osname => $::operatingsystem,
osicon => $::osfamily ? {
"" => "NONE",
default => inline_template("<%= osfamily.downcase %>")
default => inline_template("<%= @osfamily.downcase %>")
},
parent => $parent,
}