From 283068d2dc13addafb784edfd95b973df7515256 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 26 Sep 2012 22:17:33 +0000 Subject: 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. --- modules/buildsystem/manifests/rpmlint.pp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'modules') 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, - } } -- cgit v1.2.1