From 45bac1b118b61774775a361b9990f60bba0f708d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 12 Jan 2011 22:58:33 +0000 Subject: add youri acl config to be able to blacklist some packages --- modules/buildsystem/manifests/init.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/buildsystem/manifests') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index acc5351b..782e3dd2 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -146,6 +146,13 @@ class buildsystem { require => File["/etc/youri"], content => template("buildsystem/submit-upload.conf") } + + file { "/etc/youri/acl.conf": + ensure => present, + mode => 644, + require => File["/etc/youri"], + content => template("buildsystem/youri_acl.conf") + } } define sshuser($homedir, $comment) { -- cgit v1.2.1