]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Adding back custom_key_dir parameter (2)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 20 May 2013 21:15:03 +0000 (18:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 20 May 2013 21:15:03 +0000 (18:15 -0300)
manifests/init.pp

index c217291015fcab776a448bbbd11102ee3705eb6a..de28c23d5378fb756a3e13dc7af2ab402ebd19a5 100644 (file)
@@ -15,7 +15,7 @@ class apt(
   $ubuntu_url = $apt::params::ubuntu_url,
   $repos = $apt::params::repos,
   $custom_preferences = $apt::params::custom_preferences,
-  $disable_update = $apt::params::disable_update
+  $disable_update = $apt::params::disable_update,
   $custom_key_dir = $apt::params::custom_key_dir
 ) inherits apt::params {
   case $::operatingsystem {