Fix lint issue

This commit is contained in:
Sylvain Baubeau
2014-03-11 11:35:15 +01:00
parent 2650ef08a8
commit 7add134ffc

View File

@@ -74,7 +74,7 @@ This node is under the control of Puppet ${::puppetversion}.
if $::osfamily == 'RedHat' and $rhn_registration {
create_resources('rhn_register', {
"${::hostname}" => $rhn_registration
$::hostname => $rhn_registration
} )
}
}