diff --git a/manifests/init.pp b/manifests/init.pp index 8996afb1..ffb5ef63 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -54,7 +54,7 @@ # allowing a resource to serve as a point where the configuration of nova begins anchor { 'nova-start': } - package { ["python-nova"]: + package { "python-nova": ensure => present, require => Package["python-greenlet"] } @@ -78,7 +78,7 @@ } file { $logdir: ensure => directory, - mode => '751', + mode => '0751', } file { '/etc/nova/nova.conf': mode => '0640',