October 2018
Beginner
232 pages
7h 52m
English
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:
Type: string
Description: This is a path on the guest to the Puppet's bin directory.
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.
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.
Type: hash
Description: This is a hash of available facter variables ...
Read now
Unlock full access