From 077ff4ffeb587f558414e5007fbb68f081ee8549 Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Fri, 5 May 2017 07:19:33 +0000 Subject: [PATCH] Don't apt-get update on every run --- modules/rhizo_base/manifests/apt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/apt.pp b/modules/rhizo_base/manifests/apt.pp index 526e0ec..969496c 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -18,7 +18,7 @@ class rhizo_base::apt { class rhizo_base::apt::common { class { '::apt': - always_apt_update => true, + always_apt_update => false, } file { '/etc/apt/apt.conf.d/90unsigned':