More instance variable cleanup
This commit is contained in:
parent
49a8ae3004
commit
0e4f99b1bc
9 changed files with 18 additions and 18 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue