From 998e2dff0286ec79cb84922d4a11236d78a36c08 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 17 Aug 2011 15:07:35 +0000 Subject: add require on rpmlint package, since it contain the needed directory --- modules/buildsystem/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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, } -- cgit v1.2.1