summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-02-06 14:30:38 -0500
committerMicah Anderson <micah@riseup.net>2013-02-06 14:30:38 -0500
commit6d7d5f85cd4acdfca091238efc94c65a9683c57b (patch)
treeeb5e5924a5b2dbee04e68f3e00c4bb05a6219174 /manifests/init.pp
parent4c802839dd9640a3ddd547b35beb73eccc638f9e (diff)
make Signwith optional, defaulting to the previous setting (yes)
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 2b1d95e..9b76884 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -8,7 +8,8 @@ class reprepro (
$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'
){
package {
'reprepro': ensure => 'installed';