X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Finit.pp;h=12db61a6df3b1c9080584436a02cc490e86e82a7;hb=1853951c0f00e4a8db3d7a28b5f6bf61c31834a6;hp=2de6aa056ff24740e7588146251e95665643c1ef;hpb=cb53175dbbc931f9c24bf32b380fba6dde509f4b;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/init.pp b/manifests/init.pp index 2de6aa0..12db61a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -25,7 +25,7 @@ class apt( $always_apt_update = false, $disable_keys = undef, - $proxy_host = false, + $proxy_host = undef, $proxy_port = '8080', $purge_sources_list = false, $purge_sources_list_d = false, @@ -121,7 +121,7 @@ Package: bogus-package\n", } $proxy_set = $proxy_host ? { - false => absent, + undef => absent, default => present }