diff --git a/manifests/compute/hypervisor.pp b/manifests/compute/hypervisor.pp index d4b22928..1c72a160 100644 --- a/manifests/compute/hypervisor.pp +++ b/manifests/compute/hypervisor.pp @@ -111,6 +111,7 @@ Host * } Service<| title == 'dbus' |> { enable => true } + Service<| title == 'libvirt-bin' |> { enable => true } class { 'nova::compute::neutron': } diff --git a/manifests/init.pp b/manifests/init.pp index 71832351..c2c60ac4 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 } ) } }