I'm trying to bring up a Vagrant box on a Windows host, and provision it 
using the puppet agent provisioner. Here's the pertinent section of my 
Vagrantfile:

  config.vm.provision "puppet_server" do |puppet|
    puppet.puppet_server = "pg-uni-puppet-01"
    puppet.client_cert_path = 
"F:\vagrant-machines\Vagrant-Puppet-Agent\ssl-config\ca.pem"
    puppet.client_private_key_path = 
"F:\vagrant-machines\Vagrant-Puppet-Agent\ssl-config\drupal-dev-gossep-local.pem"
    puppet.puppet_node = config.vm.hostname
  end

I'm getting the following error:

puppet server provisioner:
* The specified client cert path could not be found
* The specified client private key path could not be found

Do I need to mount the location within Vagrant in order to access the 
folder where the client cert and private key are stored?

Pablo


-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to