From ac80ccf735b0db5fe94f45b41148c5ec918c08d9 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 3 Apr 2015 11:33:40 +0000 Subject: [PATCH] correct modulepath Signed-off-by: Martin Zobel-Helas --- modules/debian-org/templates/puppet.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/debian-org/templates/puppet.conf.erb b/modules/debian-org/templates/puppet.conf.erb index 82d0546f..11546ebe 100644 --- a/modules/debian-org/templates/puppet.conf.erb +++ b/modules/debian-org/templates/puppet.conf.erb @@ -10,7 +10,7 @@ ssldir=/var/lib/puppet/ssl rundir=/var/run/puppet factpath=$vardir/lib/facter pluginsync=true -modulepath=/etc/puppet/3rdparty/modules:$modulepath +modulepath=/etc/puppet/modules:/etc/puppet/3rdparty/modules:/usr/share/puppet/modules # This is the default environment for all clients environment=production -- 2.39.2