summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f7f0a34..bb3f74d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -12,6 +12,10 @@ class reprepro {
'' => '/srv/reprepro',
default => $reprepro_basedir,
}
+
+ case $reprepro_signwith {
+ '': { $reprepro_signwith = 'yes' }
+ }
case $lsbdistcodename {
etch: {