service object to write out config files

This commit is contained in:
2016-10-06 19:31:31 -05:00
parent 44cc15befd
commit c5e79fc427
8 changed files with 78 additions and 0 deletions

View File

@ -10,6 +10,9 @@ defaults: &defaults
client_key: client-id
secret_key: client-secret
callback_url: local-callback
htpasswd: "/path/to/vsftpd/password.file"
ftpusers: "/path/to/vsftpd/users/configs"
ftproot: "/path/to/root/ftp/prefix/"
development:
<<: *defaults