diff options
author | intrigeri <intrigeri@boum.org> | 2011-05-21 10:32:03 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-05-21 10:32:03 +0200 |
commit | ca67c706f3bd15e332fc68b1c53a21ccde9a90f1 (patch) | |
tree | 3653fb1f40f5f1345e7983ce4a414bd5d5c9e2f2 /files/master | |
parent | 34fbca2af14bfc3bda4641c6c36e144d5229f8c1 (diff) |
Fix development environment's modules path.
Diffstat (limited to 'files/master')
-rw-r--r-- | files/master/puppet.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/master/puppet.conf b/files/master/puppet.conf index 6b4b0e9..cf50317 100644 --- a/files/master/puppet.conf +++ b/files/master/puppet.conf @@ -63,7 +63,7 @@ # configure environments [development] manifest=$vardir/development/etc/manifests/site.pp - modulepath=$vardir/development/manifests + modulepath=$vardir/development/modules/ templatepath=$vardir/development/templates/ [production] |