aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-18 19:12:17 +0000
committerMichael Scherer <misc@mageia.org>2012-02-18 19:12:17 +0000
commit53529efa86b6814dad45f54c745ecbc848bcabf8 (patch)
tree07656de6209ccd8d6c049a5e609678528e161e3f
parent9bfb26a52a48d0e10c3381324144a3e4bb9e53f2 (diff)
downloadpuppet-53529efa86b6814dad45f54c745ecbc848bcabf8.tar
puppet-53529efa86b6814dad45f54c745ecbc848bcabf8.tar.gz
puppet-53529efa86b6814dad45f54c745ecbc848bcabf8.tar.bz2
puppet-53529efa86b6814dad45f54c745ecbc848bcabf8.tar.xz
puppet-53529efa86b6814dad45f54c745ecbc848bcabf8.zip
clean a little bit the manifests
-rw-r--r--modules/buildsystem/manifests/init.pp8
1 files changed, 2 insertions, 6 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 1a110f4a..941b0207 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -145,12 +145,8 @@ class buildsystem {
"/etc/youri/acl.conf": content => template("buildsystem/youri_acl.conf");
}
- # FIXME use the correct perl directory
- file { "/usr/lib/perl5/site_perl/5.10.1/Youri/Repository":
- ensure => "directory",
- }
-
- file { '/usr/lib/perl5/site_perl/5.10.1/Youri/Repository/Mageia.pm':
+ # FIXME use /usr/local/ once it will be in @INC
+ file { '/usr/lib/perl5/site_perl/5.12.3/Youri/Repository/Mageia.pm':
source => "puppet:///modules/buildsystem/Mageia.pm",
}