From a39e6384c49c2fe54d540d388dde9bb5f4d4ca76 Mon Sep 17 00:00:00 2001 From: Adam Henry Lewenberg <adamhl@stanford.edu> Date: Wed, 18 Jul 2018 09:59:17 -0700 Subject: [PATCH] take three on local repo exclusion --- manifests/os/debian.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/os/debian.pp b/manifests/os/debian.pp index 0a17709..76acfff 100644 --- a/manifests/os/debian.pp +++ b/manifests/os/debian.pp @@ -189,7 +189,7 @@ class base::os::debian ( class base::os::debian::apt ( $apt_cache_notin_tmp = false, - $apt_cache_tmp_dir = '/var/cache/apt/tmp' + $apt_cache_tmp_dir = '/var/cache/apt/tmp', $debian_stanford_repo_local = true, ){ -- GitLab