Added support for bootstrapping puppet server to empty host.
This commit is contained in:
parent
f0d1712c27
commit
49edab924a
3 changed files with 155 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue