diff options
Diffstat (limited to 'myrpki.rototill/examples/myrpki.conf')
-rw-r--r-- | myrpki.rototill/examples/myrpki.conf | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/myrpki.rototill/examples/myrpki.conf b/myrpki.rototill/examples/myrpki.conf index d091cde2..3321e2ed 100644 --- a/myrpki.rototill/examples/myrpki.conf +++ b/myrpki.rototill/examples/myrpki.conf @@ -103,15 +103,11 @@ rootd_server_port = 4401 publication_base_directory = publication/ -# rsyncd module name corresponding to publication_base_directory, or -# empty string if you want publication_base_directory to correspond to -# the parent of multiple rsyncd modules populated by pubd. The latter -# is "multimodule mode" and is useful if you have strong opinions -# about what the rsync URLs should look like; it requires the rsyncd -# module definitions to line up with the directory names under -# publication_base_directory. - -publication_rsync_module = ${myrpki::handle} +# rsyncd module name corresponding to publication_base_directory. +# This has to match the module you configured into rsyncd.conf. +# Leave this alone unless you have some need to change it. + +publication_rsync_module = rpki # Hostname and optional port number for rsync:// URIs. In most cases # this should just be the same value as pubd_server_name. |