diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-28 11:47:05 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-28 11:47:05 -0200 |
commit | a44851cbe14d3a359692eac44a7aac0bad0daf4e (patch) | |
tree | 4952d2f5c0e5e11ea791ddf2c91072408df03980 | |
parent | 81870f2dd4c43a2e59e5135b0af17f6c9a16f543 (diff) | |
download | puppet-bootstrap-a44851cbe14d3a359692eac44a7aac0bad0daf4e.tar.gz puppet-bootstrap-a44851cbe14d3a359692eac44a7aac0bad0daf4e.tar.bz2 |
Vagrant: symlink to the mounted module folder
-rw-r--r-- | manifests/vagrant.pp | 6 |
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, +} |