summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-07-28 16:01:20 -0500
committerMonty Taylor <mordred@inaugust.com>2017-07-28 17:30:45 -0500
commit01380dd8852d9445c8bfbae4a8c1121409899667 (patch)
tree8db18ea73c5cb57e58a8a357c91090c25b02459a /etc
parentb41a5d9e8f247b9b4ea2e2a4048d1dc6374d4ffc (diff)
downloadzuul-01380dd8852d9445c8bfbae4a8c1121409899667.tar.gz
Change name and document the bind_mount config paths
The content in these can be a file or a directory - so _dirs is confusing. Change it to _paths and document it. Change-Id: Ida38766cd3d440d75a6dc55035a54e0804e03760
Diffstat (limited to 'etc')
-rw-r--r--etc/zuul.conf-sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/zuul.conf-sample b/etc/zuul.conf-sample
index e6375a54c..0ae42a2bf 100644
--- a/etc/zuul.conf-sample
+++ b/etc/zuul.conf-sample
@@ -27,8 +27,8 @@ zuul_url=http://zuul.example.com/p
[executor]
default_username=zuul
-trusted_ro_dirs=/opt/zuul-scripts:/var/cache
-trusted_rw_dirs=/opt/zuul-logs
+trusted_ro_paths=/opt/zuul-scripts:/var/cache
+trusted_rw_paths=/opt/zuul-logs
[web]
listen_address=127.0.0.1