# set description to fqdn
if attrib?('fqdn')
@node.description = attrib?('fqdn')
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
# set description to fqdn
if attrib?('fqdn')
@node.description = attrib?('fqdn')
end
|