Options

There are seven different options available when using Puppet apply in Vagrant. These options are to be applied in your Vagrantfile and can help give you more control over the Puppet provisioner:

  • binary_path:

Type: string

Description: This is a path on the guest to the Puppet's bin directory.

  • client_cert_path:

Type: string

Description: This is the path to the client certificate for the node. The default value is nothing, which means that no client certificate will be uploaded.

  • client_private_key_path:

Type: string

Description: This is the path to the client key for the node. The default value is nothing, which means that no client key will be uploaded.

  • facter:

Type: hash

Description: This is a hash of available facter variables (also know as facts).

  • options:

Type: string/array

Description: These are options that can be passed to Puppet when the puppet agent command is ran.

  • puppet_node:

Type: string

Description: This is the name that you wish to give the node. If no value is set, then Vagrant will attempt to use the hostname (if set in the Vagrantfile) or fall back to the name of the box used.

  • puppet_server:

Type: string

Description: This is the hostname of the Puppet server. If no value is set, then the default value will be set to puppet.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.8.247