Make use of new apt role (#79)

* Add working public private key pair

* Make use of forked roles

* Make use of new apt role
This commit is contained in:
Mischa ter Smitten 2016-12-14 10:13:59 +01:00 committed by Kevin van Zonneveld
parent f5c1aa9085
commit d8b5c77cf5
1 changed files with 5 additions and 2 deletions

View File

@ -113,8 +113,11 @@ install {
name = "Install tusd" name = "Install tusd"
roles { roles {
role = "{{{init.paths.roles_dir}}}/apt/v1.0.0" role = "{{{init.paths.roles_dir}}}/apt/1.3.0"
apt_packages = ["apg", "build-essential", "curl", "git-core", "htop", "iotop", "libpcre3", "logtail", "mlocate", "mtr", "psmisc", "telnet", "vim", "wget"] 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 { roles {