commit | d700598175ca0a9ac29ff0e306a6da04d62fe7a2 | [log] [tgz] |
---|---|---|
author | Vasyl Saienko <vsaienko@mirantis.com> | Wed Apr 26 13:58:15 2017 +0300 |
committer | Vasyl Saienko <vsaienko@mirantis.com> | Thu Apr 27 13:19:34 2017 +0300 |
tree | 01801680b61a1ba133aa016de222795d1eeb2548 | |
parent | 53ae4623184482e738625f4f7ce07481901c0eda [diff] [blame] |
Allow to update tftpd configuration This patch reworks tftpd-hpa module to allow specify tftpd configuration options like: username, directory, options Change-Id: I4fbaa9a4149ca230008099aa29834a8f9de6449b
diff --git a/README.rst b/README.rst index 3e155d6..e741ac8 100644 --- a/README.rst +++ b/README.rst
@@ -17,6 +17,11 @@ tftpd_hpa: server: enabled: true + username: 'tftp' + path: '/var/lib/tftproot' + options: + - secure + - map-file: '/var/lib/tftproot/map-file' More information