~cjwatson/charms/trusty/turnip/allow-rsync

« back to all changes in this revision

Viewing changes to templates/turnip-rsync.j2

  • Committer: Colin Watson
  • Date: 2015-05-07 15:56:22 UTC
  • Revision ID: cjwatson@canonical.com-20150507155622-h8sr31yo3cquv0rk
Add configuration to open rsync log access to certain hosts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
[turnip-logs]
 
3
  path = {{ base_dir }}/logs
 
4
  comment = Turnip Logs
 
5
  list = false
 
6
  read only = true
 
7
  hosts allow = {{ log_hosts_allow }}
 
8