aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
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,
- }
}