Revert "Fix lint issue"

This reverts commit 7add134ffc811e5889c914038bc93f35258a4e37.
This commit is contained in:
Emilien Macchi 2014-03-11 15:57:01 +01:00
parent 27016848c8
commit 751ebe9d80

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