From 6d7d5f85cd4acdfca091238efc94c65a9683c57b Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 6 Feb 2013 14:30:38 -0500 Subject: make Signwith optional, defaulting to the previous setting (yes) --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') 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'; -- cgit v1.2.3