From 6337fb45bcfb7271dea400dd932916fdf34d1aea Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 00:48:56 +0000 Subject: reapply commit 2142, since it was not the problem in the end --- modules/buildsystem/manifests/signbot.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/buildsystem/manifests') diff --git a/modules/buildsystem/manifests/signbot.pp b/modules/buildsystem/manifests/signbot.pp index 6c0e46c4..a10a1e91 100644 --- a/modules/buildsystem/manifests/signbot.pp +++ b/modules/buildsystem/manifests/signbot.pp @@ -24,17 +24,17 @@ class buildsystem { } sudo::sudoers_config { "signpackage": - content => template("buildsystem/sudoers.signpackage") + content => template("buildsystem/signbot/sudoers.signpackage") } file { "$sign_home_dir/.rpmmacros": mode => 644, - content => template("buildsystem/signbot-rpmmacros") + content => template("buildsystem/signbot/signbot-rpmmacros") } file { "/usr/local/bin/sign-check-package": mode => 755, - content => template("buildsystem/sign-check-package") + content => template("buildsystem/signbot/sign-check-package") } } } -- cgit v1.2.1