From 9bebaf907f873bb79b398b5d1447f1bb16ef1548 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 20 Jul 2011 11:45:35 +0000 Subject: create the directory to hold rpmlint extracted configuration --- modules/buildsystem/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/buildsystem/manifests/init.pp') 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", } -- cgit v1.2.1