From 4e047ea50c0acf7358dc7e683c3b089b80a27a8f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 20 May 2013 18:15:03 -0300 Subject: Adding back custom_key_dir parameter (2) --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3