aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-26 15:21:02 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-26 15:21:02 -0200
commit1ce5e27c4b25825b5c379d4f400cf5e44e5d3741 (patch)
tree3080a35036a86a823785dc674c4dcc58d326cae7
parent75bc1191e8d8694299bb1d228b053469955c976a (diff)
downloadpuppet-apt-1ce5e27c4b25825b5c379d4f400cf5e44e5d3741.tar.gz
puppet-apt-1ce5e27c4b25825b5c379d4f400cf5e44e5d3741.tar.bz2
Make custom_key_dir a class parameter and not a global variable (2)
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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': {