Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please document the config.puppet_install.install_url parameter #53

Closed
robinbowes opened this issue Aug 31, 2016 · 2 comments
Closed

Please document the config.puppet_install.install_url parameter #53

robinbowes opened this issue Aug 31, 2016 · 2 comments

Comments

@robinbowes
Copy link

It was only through looking in the source code that I noticed I could specify a custom url from which to grab the puppet install script - useful if it needs updating for new puppet releases and you haven't yet updated.

Can you maybe put a section in the README that documents this and possibly other config options?

R.

@petems
Copy link
Owner

petems commented Aug 31, 2016

It's in the readme:

Specify a custom install script:

Vagrant.configure("2") do |config|

  config.puppet_install.install_url = 'http://acme.com/install.sh'
  # config.puppet_install.install_url = 'http://acme.com/install.msi'
  # config.puppet_install.install_url = '/some/path/on/the/host'

  ...

end

@robinbowes
Copy link
Author

Dang, I missed that. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants