commit | 9a3a22d4cd12836c1816dc7ccf95cec00e9ed661 | [log] [tgz] |
---|---|---|
author | Tomas Kamm <tomas@kamm.cz> | Tue Jul 17 20:58:29 2018 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Wed Sep 19 10:01:20 2018 +0200 |
tree | e574bf3b5c9114739af1ff52c18deaf5e1049d13 | |
parent | a791d3574799678f9d6a34fb2ecc8395cbfcef7a [diff] |
fix typo in rsyncd.conf Change-Id: I41f69eb0a910c8c9acc9439e9abfcbd078a48450
diff --git a/rsync/files/rsyncd.conf b/rsync/files/rsyncd.conf index e5d493a..caf1962 100644 --- a/rsync/files/rsyncd.conf +++ b/rsync/files/rsyncd.conf
@@ -32,7 +32,7 @@ use chroot = true {%- endif %} {%- if module.hosts_allow is defined %} -hosts allow = {{ module.hosts.allow }} +hosts allow = {{ module.hosts_allow }} hosts deny = * {%- endif %} {%- endfor %}