Fix lint issue
This commit is contained in:
@@ -74,7 +74,7 @@ This node is under the control of Puppet ${::puppetversion}.
|
|||||||
|
|
||||||
if $::osfamily == 'RedHat' and $rhn_registration {
|
if $::osfamily == 'RedHat' and $rhn_registration {
|
||||||
create_resources('rhn_register', {
|
create_resources('rhn_register', {
|
||||||
"${::hostname}" => $rhn_registration
|
$::hostname => $rhn_registration
|
||||||
} )
|
} )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user