On Tue, Jun 2, 2015 at 12:49 PM, Pablo Gosse <pablogo...@gmail.com> wrote:

> 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"
>

I'm not completely sure but I think you maybe should be using a relative
path from the host's perspective. If that is not correct, then you should
do what you mentioned and add it as a shared folder for the guest (vagrant
box), and then point there.


>
>     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
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/puppet-users/74e5b9e8-fb32-41a8-b53b-4dac267bc000%40googlegroups.com
> <https://groups.google.com/d/msgid/puppet-users/74e5b9e8-fb32-41a8-b53b-4dac267bc000%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Rob Reynolds
Developer, Puppet Labs

*PuppetConf 2015 <http://2015.puppetconf.com/> is coming to Portland,
Oregon! Join us October 5-9.*
*Register now to take advantage of the Early Adopter discount
<https://www.eventbrite.com/e/puppetconf-2015-october-5-9-tickets-13115894995?discount=EarlyAdopter>
*
*—**save $349!*

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAMJiBK5-O1KV_s8_jXxX%3DXs9Y7LMZ_5tW6r3cGsFzXnK9uvaBQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to