aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-20 11:45:35 +0000
committerMichael Scherer <misc@mageia.org>2011-07-20 11:45:35 +0000
commit9bebaf907f873bb79b398b5d1447f1bb16ef1548 (patch)
treeb7eb349ef5375b8ec4b71c845e151069ac0d3a9b /modules/buildsystem/manifests
parent5a16eb12ec48f3013204e9c94626d4568ff566ad (diff)
downloadpuppet-9bebaf907f873bb79b398b5d1447f1bb16ef1548.tar
puppet-9bebaf907f873bb79b398b5d1447f1bb16ef1548.tar.gz
puppet-9bebaf907f873bb79b398b5d1447f1bb16ef1548.tar.bz2
puppet-9bebaf907f873bb79b398b5d1447f1bb16ef1548.tar.xz
puppet-9bebaf907f873bb79b398b5d1447f1bb16ef1548.zip
create the directory to hold rpmlint extracted configuration
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index cea54f9b..185cb547 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -293,6 +293,13 @@ class buildsystem {
content => template("buildsystem/sudoers.youri")
}
+ # directory that hold configuration auto extracted after upload
+ # of the rpmlint policy
+ file { "/etc/rpmlint/extracted.d/":
+ ensure => directory,
+ owner => $sched_login,
+ }
+
file { "/etc/youri":
ensure => "directory",
}