Merge "Install puppetmaster-passenger on puppetmasters"

This commit is contained in:
Jenkins 2014-09-12 16:51:11 +00:00 committed by Gerrit Code Review
commit 09a9de6222

View File

@ -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,