aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-rw-r--r--modules/buildsystem/manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 185cb547..4d3afad0 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -293,6 +293,15 @@ class buildsystem {
content => template("buildsystem/sudoers.youri")
}
+ package { "rpmlint": }
+
+ file { "/etc/rpmlint/config":
+ ensure => present,
+ mode => 644,
+ require => Package['rpmlint'],
+ content => template("buildsystem/rpmlint.conf")
+ }
+
# directory that hold configuration auto extracted after upload
# of the rpmlint policy
file { "/etc/rpmlint/extracted.d/":