aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-08-17 15:07:35 +0000
committerMichael Scherer <misc@mageia.org>2011-08-17 15:07:35 +0000
commit998e2dff0286ec79cb84922d4a11236d78a36c08 (patch)
tree8e7dabfc483d7d66c12e962fc94ade8898dd5d3b /modules
parente9d912594b0ab5973eb561c6cb9fc48624214c78 (diff)
downloadpuppet-998e2dff0286ec79cb84922d4a11236d78a36c08.tar
puppet-998e2dff0286ec79cb84922d4a11236d78a36c08.tar.gz
puppet-998e2dff0286ec79cb84922d4a11236d78a36c08.tar.bz2
puppet-998e2dff0286ec79cb84922d4a11236d78a36c08.tar.xz
puppet-998e2dff0286ec79cb84922d4a11236d78a36c08.zip
add require on rpmlint package, since it contain the needed directory
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,
}