summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-02-13 12:00:39 -0500
committerMicah Anderson <micah@riseup.net>2013-02-13 12:00:39 -0500
commit0e4cd139d4824c7c80598aea553bd493b8f621b8 (patch)
tree36d104da9d298d57d7a2c89ddc48868a3354143c /manifests
parentc58c6772a0b3aea6f8e807af9bad3070c0a7ac18 (diff)
parent2ec8081667c1f12591e3de5c03942c6f19e7e1bf (diff)
Merge branch 'add_signwith' into leap
Conflicts: templates/distributions.erb
Diffstat (limited to 'manifests')
-rw-r--r--manifests/repository.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/repository.pp b/manifests/repository.pp
index 07ba6e2..70b9d57 100644
--- a/manifests/repository.pp
+++ b/manifests/repository.pp
@@ -10,7 +10,8 @@ define reprepro::repository (
$manage_distributions_conf = true,
$manage_incoming_conf = true,
$handle_incoming_with_cron = false,
- $handle_incoming_with_inotify = false
+ $handle_incoming_with_inotify = false,
+ $signwith = 'yes'
) {
include reprepro