diff options
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 9 |
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/": |