provisioner/puppet-server: docs

This commit is contained in:
Mitchell Hashimoto 2014-02-24 09:51:48 -08:00
parent 2af91addf9
commit ab97545a52
2 changed files with 2 additions and 3 deletions

View File

@ -109,7 +109,6 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
newFacts[k] = v
}
p.config.Facter = newFacts
if p.config.ClientCertPath != "" {

View File

@ -7,8 +7,8 @@ page_title: "Puppet Server Provisioner"
Type: `puppet-server`
The Puppet provisioner configures Puppet to run on the machines
communicating with a Puppet master.
The `puppet-server` provisioner provisions Packer machines with Puppet
by connecting to a Puppet master.
<div class="alert alert-info alert-block">
<strong>Note that Puppet will <em>not</em> be installed automatically