diff --git a/modules/openstack_project/manifests/puppetmaster.pp b/modules/openstack_project/manifests/puppetmaster.pp index f62167c29b..f9db3363af 100644 --- a/modules/openstack_project/manifests/puppetmaster.pp +++ b/modules/openstack_project/manifests/puppetmaster.pp @@ -124,6 +124,11 @@ class openstack_project::puppetmaster ( mode => '0750', } +# For puppet master apache serving. + package { 'puppetmaster-passenger': + ensure => present, + } + # For launch/launch-node.py. package { ['python-cinderclient', 'python-novaclient']: ensure => latest,