Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/133116
Change subject: Always run Puppet provisioner ...................................................................... Always run Puppet provisioner We make sure to avoid repeating work in Puppet by making each exec conditional on a check. So always run Puppet. Change-Id: I3fbca4ca0413cfb838f216c450ea186ee3e0c1c1 --- M Vagrantfile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/16/133116/1 diff --git a/Vagrantfile b/Vagrantfile index b5f18d0..0e1688a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -139,7 +139,7 @@ # vb.gui = true end - config.vm.provision :puppet do |puppet| + config.vm.provision :puppet, run: 'always' do |puppet| puppet.module_path = 'puppet/modules' puppet.manifests_path = 'puppet/manifests' puppet.manifest_file = 'site.pp' -- To view, visit https://gerrit.wikimedia.org/r/133116 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3fbca4ca0413cfb838f216c450ea186ee3e0c1c1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Ori.livneh <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits