diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-11 18:29:10 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-11 18:42:46 +0100 |
commit | 379fbe46b77c84a419a0b438b088e65b76406c73 (patch) | |
tree | 35c548242c22c61d24b3f91a842362631ef65089 /roles/init | |
parent | f713a12c475c3e405de0c3a474dc1af3b892b154 (diff) | |
download | Ansible-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.j2 | 3 |
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 |
69 | DASHT_DOCSETS_DIR DEFAULT="${XDG_DATA_HOME}/Zeal/Zeal/docsets/" | 69 | DASHT_DOCSETS_DIR DEFAULT="${XDG_DATA_HOME}/Zeal/Zeal/docsets/" |
70 | 70 | ||
71 | # Wget | ||
72 | WGETRC DEFAULT="${XDG_CONFIG_HOME}/wgetrc" | ||
73 | |||
71 | # node_modules/pm2/paths.js | 74 | # node_modules/pm2/paths.js |
72 | PM2_HOME DEFAULT="${XDG_DATA_HOME}/pm2" | 75 | PM2_HOME DEFAULT="${XDG_DATA_HOME}/pm2" |
73 | PM2_CONF_FILE DEFAULT="${XDG_CONFIG_HOME}/pm2/conf.js" | 76 | PM2_CONF_FILE DEFAULT="${XDG_CONFIG_HOME}/pm2/conf.js" |