Skip to content

Commit

Permalink
fix(server-scripts): customize homedir group and mode
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Oct 11, 2017
1 parent 39c0772 commit 76d2e1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/server-scripts.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ SITES_LOAD_LOG_FILE="{{ server_scripts_influxdb_sites_load_log_file }}"

# ssh-add-keys
SSH_PUBLIC_KEYS_DIR="{{ server_scripts_influxdb_ssh_add_keys_path }}"

# user-setup
USER_SETUP_HOMEDIR_MODE="{{ server_scripts_user_setup_homedir_mode }}"
USER_SETUP_HOMEDIR_GROUP="{{ server_scripts_user_setup_homedir_group }}"

0 comments on commit 76d2e1b

Please sign in to comment.