Skip to content

Commit

Permalink
service.example.yaml: Show usage of XDG_CONFIG_HOME instead of XDG_CO…
Browse files Browse the repository at this point in the history
…NFIG_DIRS
  • Loading branch information
livingsilver94 authored Nov 29, 2023
1 parent 64a3b3a commit be95cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ packages :
- nginx-mod-mail
links :
# The simple representation. File mode defaults to http.conf file mode.
http.conf: "{{XDG_CONFIG_DIRS}}/nginx/conf.d/http.conf"
http.conf: "{{XDG_CONFIG_HOME}}/nginx/conf.d/http.conf"
# The complete representation. It allows to pass a preferred file mode.
ssl.conf :
path: "{{XDG_CONFIG_DIRS}}/nginx/conf.d/ssl.conf"
path: "{{XDG_CONFIG_HOME}}/nginx/conf.d/ssl.conf"
mode: 0o600
variables :
# Cleartext variable. `kind` defaults to `cleartext` when unspecified.
Expand Down

0 comments on commit be95cba

Please sign in to comment.