aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/signbot.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 13:45:13 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 13:45:13 +0000
commit5bb677dcca25b78ce5568beb0e0c7aa88831d58f (patch)
treecb4de5771b85b8daa4d884a503f428c01d514197 /modules/buildsystem/manifests/signbot.pp
parent72e9a0382137b1a726b36ea6814ee89433ca0842 (diff)
downloadpuppet-5bb677dcca25b78ce5568beb0e0c7aa88831d58f.tar
puppet-5bb677dcca25b78ce5568beb0e0c7aa88831d58f.tar.gz
puppet-5bb677dcca25b78ce5568beb0e0c7aa88831d58f.tar.bz2
puppet-5bb677dcca25b78ce5568beb0e0c7aa88831d58f.tar.xz
puppet-5bb677dcca25b78ce5568beb0e0c7aa88831d58f.zip
add the missing script to sign packages ( was before unversionned in /usr/bin )
Diffstat (limited to 'modules/buildsystem/manifests/signbot.pp')
-rw-r--r--modules/buildsystem/manifests/signbot.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/signbot.pp b/modules/buildsystem/manifests/signbot.pp
index 7b69a17f..dbcba230 100644
--- a/modules/buildsystem/manifests/signbot.pp
+++ b/modules/buildsystem/manifests/signbot.pp
@@ -34,5 +34,9 @@ class buildsystem {
local_script { "sign-check-package":
content => template("buildsystem/signbot/sign-check-package")
}
+
+ local_script { "mga-signpackage":
+ content => template("buildsystem/signbot/mga-signpackage")
+ }
}
}