Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1073 from njam/issue-1073
Browse files Browse the repository at this point in the history
Force updating of puppet modules before install
  • Loading branch information
njam committed Mar 10, 2014
2 parents 0013794 + ca0fc5d commit d754c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Vagrant.configure('2') do |config|

config.librarian_puppet.puppetfile_dir = 'puppet'
config.librarian_puppet.placeholder_filename = '.gitkeep'
config.librarian_puppet.resolve_options = {:force => true}
config.vm.provision :puppet do |puppet|
puppet.module_path = 'puppet/modules'
puppet.manifests_path = 'puppet/manifests'
Expand Down

0 comments on commit d754c5c

Please sign in to comment.