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 {