Added support for bootstrapping puppet server to empty host.

This commit is contained in:
Timo Mkinen 2010-10-21 21:59:44 +03:00
parent f0d1712c27
commit 49edab924a
3 changed files with 155 additions and 0 deletions

View file

@ -131,6 +131,13 @@ class puppet::server inherits puppet::client {
ensure => installed,
}
include apache::sslserver
apache::configfile { "puppet.conf":
content => template("puppet/puppet-httpd.conf.erb"),
http => false,
require => Service["puppetmaster"],
}
include mongrel
package { [ "rubygem-rails",