From: Silvio Rhatto Date: Tue, 28 Jan 2014 13:47:05 +0000 (-0200) Subject: Vagrant: symlink to the mounted module folder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a44851cbe14d3a359692eac44a7aac0bad0daf4e;p=puppet-bootstrap.git Vagrant: symlink to the mounted module folder --- 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, +}