commit | 25f17322d994739ad702fece9afb0bc1a1f7f6b0 | [log] [tgz] |
---|---|---|
author | Petr Michalec <pmichalec@mirantis.com> | Fri Sep 21 08:00:29 2018 +0000 |
committer | Gerrit Code Review <gerrit2@84b5d06f6116> | Fri Sep 21 08:00:29 2018 +0000 |
tree | 8c98629f7ad204c2a05c57b6726183dcaa750765 | |
parent | 398b4fcfde94a664c84a73238c3a81035374f17b [diff] | |
parent | 9a3a22d4cd12836c1816dc7ccf95cec00e9ed661 [diff] |
Merge "fix typo in rsyncd.conf"
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 %}