From d8b5c77cf52714be510a67ea37d7ce621b3bd5b8 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Wed, 14 Dec 2016 10:13:59 +0100 Subject: [PATCH] Make use of new apt role (#79) * Add working public private key pair * Make use of forked roles * Make use of new apt role --- .infra/Freyfile.hcl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.infra/Freyfile.hcl b/.infra/Freyfile.hcl index 774abce..fa1f79e 100644 --- a/.infra/Freyfile.hcl +++ b/.infra/Freyfile.hcl @@ -113,8 +113,11 @@ install { name = "Install tusd" roles { - role = "{{{init.paths.roles_dir}}}/apt/v1.0.0" - apt_packages = ["apg", "build-essential", "curl", "git-core", "htop", "iotop", "libpcre3", "logtail", "mlocate", "mtr", "psmisc", "telnet", "vim", "wget"] + role = "{{{init.paths.roles_dir}}}/apt/1.3.0" + apt_manage_sources_list = true + apt_src_enable = false + apt_install = ["apg", "build-essential", "curl", "git-core", "htop", "iotop", "libpcre3", "logtail", "mlocate", "mtr", "psmisc", "telnet", "vim", "wget"] + apt_install_state = "present" } roles {