]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Make custom_key_dir a class parameter and not a global variable (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 17:21:02 +0000 (15:21 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 17:21:02 +0000 (15:21 -0200)
manifests/init.pp

index d17892580c0d124f8f9854a062996ca2a468e8e2..9709adbc2eb900ae367fd7f5e85a74d6d555f475 100644 (file)
@@ -16,7 +16,7 @@ class apt(
   $repos = 'auto',
   $custom_preferences = '',
   $disable_update = false,
-  $custom_key_dir = false,
+  $custom_key_dir = false
 ){
   case $::operatingsystem {
     'debian': {