From 6d0b2072c8ea55430e4e19e853ef6f49b19965d2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 5 Dec 2010 20:59:00 +0000 Subject: add repsys conf file (listing cauldron) --- modules/buildsystem/manifests/init.pp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules/buildsystem/manifests') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 9a271559..6529ce80 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -37,6 +37,7 @@ class buildsystem { include scheduler include gatherer + include repsys } class buildnode inherits base { @@ -69,7 +70,13 @@ class buildsystem { } - + file { "repsys.conf": + path => "/etc/repsys.conf", + owner => root, + group => root, + mode => 644, + content => template("buildsystem/repsys.conf") + } } define sshuser($homedir, $comment) { -- cgit v1.2.1