Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created June 17, 2014 15:03
Show Gist options
  • Select an option

  • Save jamescarr/2fe5ee6827407dd9c96f to your computer and use it in GitHub Desktop.

Select an option

Save jamescarr/2fe5ee6827407dd9c96f to your computer and use it in GitHub Desktop.
Vagrant.configure("2") do |config|
config.librarian_puppet.puppetfile_dir = "puppet"
# placeholder_filename defaults to .PLACEHOLDER
config.librarian_puppet.placeholder_filename = ".MYPLACEHOLDER"
config.vm.provision :puppet do |puppet|
puppet.modules = "puppet/modules"
...
end
end
@paul42
Copy link
Copy Markdown

paul42 commented Aug 28, 2014

i'm getting the following error when I try: https://gist.github.com/paul42/3b2de47b4ddf654df8ea
1.) vagrant init (puppet centos box)
2.) Add 'manifests_path' variable because it complains
3.) vagrant up

should I be doing something differently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment