From 83dd6b478f2799b0d515b577d10c14f24e1f8b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Sat, 21 Jan 2017 16:12:18 -0500 Subject: missed a few variables - fully qualify them --- manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/config.pp b/manifests/config.pp index 7705551..4b984c7 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -8,7 +8,7 @@ class apt::config { refreshonly => true; } - $sources_content = $custom_sources_list ? { + $sources_content = $apt::custom_sources_list ? { '' => template( "apt/${::operatingsystem}/sources.list.erb"), default => $apt::custom_sources_list, } @@ -58,7 +58,7 @@ class apt::config { 'backports': content => "deb ${apt::debian_url} ${::debian_codename}-backports ${apt::repos}", } - if $include_src { + if $apt::include_src { apt::sources_list { 'backports-src': content => "deb-src ${apt::debian_url} ${::debian_codename}-backports ${apt::repos}", -- cgit v1.2.3