aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-12-20 15:59:45 +0000
committerNicolas Vigier <boklm@mageia.org>2010-12-20 15:59:45 +0000
commit03a81b164786e8f6d2b4f78ffa89565e73a2a04b (patch)
treebe230f9c3c2b029d34962752d09e331a7cc52055 /modules/buildsystem/manifests
parentc13c51610f374a4a091191fe5e708b032209702d (diff)
downloadpuppet-03a81b164786e8f6d2b4f78ffa89565e73a2a04b.tar
puppet-03a81b164786e8f6d2b4f78ffa89565e73a2a04b.tar.gz
puppet-03a81b164786e8f6d2b4f78ffa89565e73a2a04b.tar.bz2
puppet-03a81b164786e8f6d2b4f78ffa89565e73a2a04b.tar.xz
puppet-03a81b164786e8f6d2b4f78ffa89565e73a2a04b.zip
add iurt config for mandriva2010.1
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 8d0644af..ed9d70d7 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -217,6 +217,15 @@ class buildsystem {
content => template("buildsystem/iurt.cauldron.conf")
}
+ file { "/etc/iurt/build/mandriva2010.1.conf":
+ ensure => present,
+ owner => $build_login,
+ group => $build_login,
+ mode => 644,
+ require => File["/etc/iurt/build"],
+ content => template("buildsystem/iurt.mandriva2010.1.conf")
+ }
+
file { "/etc/sudoers.d/iurt":
ensure => present,
owner => root,