From: Silvio Rhatto Date: Mon, 20 May 2013 21:15:03 +0000 (-0300) Subject: Adding back custom_key_dir parameter (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4e047ea50c0acf7358dc7e683c3b089b80a27a8f;p=puppet-apt.git Adding back custom_key_dir parameter (2) --- diff --git a/manifests/init.pp b/manifests/init.pp index c217291..de28c23 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 {