From 751ebe9d8032b3824396a780c55749b7a889f45a Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 11 Mar 2014 15:57:01 +0100 Subject: [PATCH] Revert "Fix lint issue" This reverts commit 7add134ffc811e5889c914038bc93f35258a4e37. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index c2c60ac4..71832351 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 } ) } }