]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Vagrant: symlink to the mounted module folder
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 28 Jan 2014 13:47:05 +0000 (11:47 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 28 Jan 2014 13:47:05 +0000 (11:47 -0200)
manifests/vagrant.pp

index 61bbc28f38f8472904aa4b9c35712bc4bdd77ffd..619bc66fea47d738f897786ad3e4288402c0709a 100644 (file)
@@ -3,3 +3,9 @@ import "nodo"
 
 # Vagrant classes
 include nodo::role::vagrant
+
+# Symlink to the mounted module folder
+file { '/etc/puppet/modules':
+  ensure => '/etc/puppet/modules-0',
+  force  => true,
+}