aboutsummaryrefslogtreecommitdiff
path: root/manifests/vagrant.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vagrant.pp')
-rw-r--r--manifests/vagrant.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/vagrant.pp b/manifests/vagrant.pp
index 61bbc28..619bc66 100644
--- a/manifests/vagrant.pp
+++ b/manifests/vagrant.pp
@@ -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,
+}