Revert "Fix lint issue"

This reverts commit 7add134ffc.
This commit is contained in:
Emilien Macchi
2014-03-11 15:57:01 +01:00
parent f84c24a70a
commit a823a3fcc2

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
} )
}
}