From a44851cbe14d3a359692eac44a7aac0bad0daf4e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 28 Jan 2014 11:47:05 -0200 Subject: Vagrant: symlink to the mounted module folder --- manifests/vagrant.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests') 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, +} -- cgit v1.2.3