BryanDavis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/393492 )

Change subject: puppet4: Change Vagrantfile for Puppet4
......................................................................

puppet4: Change Vagrantfile for Puppet4

Vagrant will use Puppet4 command semantics when puppet.environment_path
is set in the Vagrantfile.

Bug: T181354
Change-Id: I369cae97aa92d2d1447241dcfb4a5bc73174b6f9
---
M Vagrantfile
A puppet/environments/vagrant/.gitignore
2 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/92/393492/1

diff --git a/Vagrantfile b/Vagrantfile
index 834298c..87c2a0c 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -226,6 +226,9 @@
     puppet.manifests_path = [:guest, '/vagrant/puppet/manifests']
     puppet.manifest_file = 'site.pp'
 
+    puppet.environment_path = [:guest, '/vagrant/puppet/environments']
+    puppet.environment = 'vagrant'
+
     puppet.options = [
       '--modulepath', '/vagrant/puppet/modules',
       '--hiera_config', '/vagrant/puppet/hiera.yaml',
diff --git a/puppet/environments/vagrant/.gitignore 
b/puppet/environments/vagrant/.gitignore
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/puppet/environments/vagrant/.gitignore

-- 
To view, visit https://gerrit.wikimedia.org/r/393492
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I369cae97aa92d2d1447241dcfb4a5bc73174b6f9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: stretch-migration
Gerrit-Owner: BryanDavis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to