aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-18 19:19:06 +0000
committerMichael Scherer <misc@mageia.org>2012-02-18 19:19:06 +0000
commitd796ec70ca0e534583b8eed56e2b16a3a2a00852 (patch)
treecee7fc776bc4b72caed35adca0b66efc23b1308e /modules
parent53529efa86b6814dad45f54c745ecbc848bcabf8 (diff)
downloadpuppet-d796ec70ca0e534583b8eed56e2b16a3a2a00852.tar
puppet-d796ec70ca0e534583b8eed56e2b16a3a2a00852.tar.gz
puppet-d796ec70ca0e534583b8eed56e2b16a3a2a00852.tar.bz2
puppet-d796ec70ca0e534583b8eed56e2b16a3a2a00852.tar.xz
puppet-d796ec70ca0e534583b8eed56e2b16a3a2a00852.zip
use a existing directory
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 941b0207..88e5e0f9 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -146,7 +146,7 @@ class buildsystem {
}
# FIXME use /usr/local/ once it will be in @INC
- file { '/usr/lib/perl5/site_perl/5.12.3/Youri/Repository/Mageia.pm':
+ file { '/usr/lib/perl5/vendor_perl/5.12.3/Youri/Repository/Mageia.pm':
source => "puppet:///modules/buildsystem/Mageia.pm",
}