aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
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",
}