From 39a8ce8dab0d5d4a094cd2bdd63a8812bd7fc11a Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Wed, 6 Mar 2019 11:14:14 +0000 Subject: [PATCH] repos: use stretch where available --- 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 13a5bc6..3f4cd5b 100644 --- a/modules/rhizo_base/manifests/apt.pp +++ b/modules/rhizo_base/manifests/apt.pp @@ -94,7 +94,7 @@ class rhizo_base::apt::debian inherits rhizo_base::apt::common { apt::source { 'irontec': location => 'http://packages.irontec.com/debian', - release => 'jessie', + release => 'stretch', repos => 'main', key => { 'id' => '4FF7139B43073A436D8C2C4F90D20F5ED8C20040',