Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Install puppetmaster-passenger on puppetmasters
Browse files Browse the repository at this point in the history
We serve our puppetmasters via apache and mod passenger. Install the
puppetmaster-passenger package to have it set that up for us.

Change-Id: Icb9ee005fa9b450162a5e6a3e8045425e453e9ec
  • Loading branch information
cboylan committed Sep 11, 2014
1 parent 7a19e14 commit 998befd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/openstack_project/manifests/puppetmaster.pp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@
mode => '0750',
}

# For puppet master apache serving.
package { 'puppetmaster-passenger':
ensure => present,
}

# For launch/launch-node.py.
package { ['python-cinderclient', 'python-novaclient']:
ensure => latest,
Expand Down

0 comments on commit 998befd

Please sign in to comment.