Merge pull request #355 from enovance/fix-lint-issue

Fix lint issue
This commit is contained in:
Emilien Macchi 2014-03-11 11:41:09 +01:00
commit 27016848c8
2 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ Host *
}
Service<| title == 'dbus' |> { enable => true }
Service<| title == 'libvirt-bin' |> { enable => true }
class { 'nova::compute::neutron': }

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