aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-09-26 22:17:33 +0000
committerNicolas Vigier <boklm@mageia.org>2012-09-26 22:17:33 +0000
commit283068d2dc13addafb784edfd95b973df7515256 (patch)
tree095335b664fda87ad7c162ff7d1c6dcadaab0441 /modules/buildsystem
parent72fba6ddb5134d927a87c1a62016599bc485cec4 (diff)
downloadpuppet-283068d2dc13addafb784edfd95b973df7515256.tar
puppet-283068d2dc13addafb784edfd95b973df7515256.tar.gz
puppet-283068d2dc13addafb784edfd95b973df7515256.tar.bz2
puppet-283068d2dc13addafb784edfd95b973df7515256.tar.xz
puppet-283068d2dc13addafb784edfd95b973df7515256.zip
Remove rpmlint config. We are now using the rpmlint-mageia-policy and
rpmlint-mageia-mga2-policy (for Mageia <= 2) packages to install rpmlint configuration files.
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/manifests/rpmlint.pp17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/buildsystem/manifests/rpmlint.pp b/modules/buildsystem/manifests/rpmlint.pp
index 36ddd26e..388d0bee 100644
--- a/modules/buildsystem/manifests/rpmlint.pp
+++ b/modules/buildsystem/manifests/rpmlint.pp
@@ -1,20 +1,3 @@
class buildsystem::rpmlint {
- include buildsystem::scheduler::var
- $sched_login = $buildsystem::scheduler::var::login
-
package { 'rpmlint': }
-
- file { '/etc/rpmlint/config':
- require => Package['rpmlint'],
- content => template('buildsystem/rpmlint.conf')
- }
-
- # directory that hold configuration auto extracted after upload
- # of the rpmlint policy
- # should belong to the scheduler user, as it need to write to it
- file { '/etc/rpmlint/extracted.d/':
- ensure => directory,
- require => Package['rpmlint'],
- owner => $sched_login,
- }
}