aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index c8bbec7a..77328717 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -366,6 +366,7 @@ class buildsystem {
# of the rpmlint policy
file { "/etc/rpmlint/extracted.d/":
ensure => directory,
+ require => Package['rpmlint'],
owner => $sched_login,
}