summaryrefslogtreecommitdiff
path: root/roles/init
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-11 18:29:10 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-11 18:42:46 +0100
commit379fbe46b77c84a419a0b438b088e65b76406c73 (patch)
tree35c548242c22c61d24b3f91a842362631ef65089 /roles/init
parentf713a12c475c3e405de0c3a474dc1af3b892b154 (diff)
downloadAnsible-379fbe46b77c84a419a0b438b088e65b76406c73.tar.gz
Ansible-379fbe46b77c84a419a0b438b088e65b76406c73.tar.zst
Ansible-379fbe46b77c84a419a0b438b088e65b76406c73.zip
Add wget configuration
Diffstat (limited to 'roles/init')
-rw-r--r--roles/init/templates/pam_environment.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/init/templates/pam_environment.j2 b/roles/init/templates/pam_environment.j2
index 3b8e96e..0eb0f89 100644
--- a/roles/init/templates/pam_environment.j2
+++ b/roles/init/templates/pam_environment.j2
@@ -68,6 +68,9 @@ TMUX_TMPDIR DEFAULT="${XDG_RUNTIME_DIR}"
68# Zeal 68# Zeal
69DASHT_DOCSETS_DIR DEFAULT="${XDG_DATA_HOME}/Zeal/Zeal/docsets/" 69DASHT_DOCSETS_DIR DEFAULT="${XDG_DATA_HOME}/Zeal/Zeal/docsets/"
70 70
71# Wget
72WGETRC DEFAULT="${XDG_CONFIG_HOME}/wgetrc"
73
71# node_modules/pm2/paths.js 74# node_modules/pm2/paths.js
72PM2_HOME DEFAULT="${XDG_DATA_HOME}/pm2" 75PM2_HOME DEFAULT="${XDG_DATA_HOME}/pm2"
73PM2_CONF_FILE DEFAULT="${XDG_CONFIG_HOME}/pm2/conf.js" 76PM2_CONF_FILE DEFAULT="${XDG_CONFIG_HOME}/pm2/conf.js"