From: Silvio Rhatto Date: Sat, 26 Jan 2013 17:21:02 +0000 (-0200) Subject: Make custom_key_dir a class parameter and not a global variable (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1ce5e27c4b25825b5c379d4f400cf5e44e5d3741;p=puppet-apt.git Make custom_key_dir a class parameter and not a global variable (2) --- diff --git a/manifests/init.pp b/manifests/init.pp index d178925..9709adb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -16,7 +16,7 @@ class apt( $repos = 'auto', $custom_preferences = '', $disable_update = false, - $custom_key_dir = false, + $custom_key_dir = false ){ case $::operatingsystem { 'debian': {