aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-01-28 11:47:05 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-01-28 11:47:05 -0200
commita44851cbe14d3a359692eac44a7aac0bad0daf4e (patch)
tree4952d2f5c0e5e11ea791ddf2c91072408df03980 /manifests
parent81870f2dd4c43a2e59e5135b0af17f6c9a16f543 (diff)
downloadpuppet-bootstrap-a44851cbe14d3a359692eac44a7aac0bad0daf4e.tar.gz
puppet-bootstrap-a44851cbe14d3a359692eac44a7aac0bad0daf4e.tar.bz2
Vagrant: symlink to the mounted module folder
Diffstat (limited to 'manifests')
-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,
+}