Skip to content

Commit

Permalink
Merge pull request redhat-openstack#28 from cwolferh/fix_installer_hang
Browse files Browse the repository at this point in the history
make the puppet agent on the server not be a service
  • Loading branch information
jsomara committed May 30, 2013
2 parents 737b98c + d888f9a commit 3288344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/foreman_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ chmod 775 $FOREMAN_DIR/broker-ruby

pushd $FOREMAN_INSTALLER_DIR
cat > installer.pp << EOM
include puppet
class { 'puppet':
runmode => 'cron',
}
include puppet::server
include passenger
class { 'foreman':
Expand Down

0 comments on commit 3288344

Please sign in to comment.