File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ Get a file.
1515
1616The endpoint path includes a ` :mount_point ` which can be one of the following types:
1717
18- - Custom file serving mounts as specified in ` fileserver.conf ` — see the Puppet docs on
19- [ configuring mount points] ( https://puppet.com/docs/puppet/latest/file_serving .html) .
20- - ` modules/<MODULE> ` — allows access to the ` files ` subdirectory of ` <MODULE> ` — see the Puppet docs on
21- [ file serving] ( https://puppet.com/docs/puppet/latest /file_serving.html) .
18+ - Custom file serving mounts as specified in ` fileserver.conf ` — see
19+ [ configuring mount points] ( /openvox/8.x/config_file_fileserver .html) .
20+ - ` modules/<MODULE> ` — allows access to the ` files ` subdirectory of ` <MODULE> ` — see
21+ [ file serving] ( /openvox/8.x /file_serving.html) .
2222- ` plugins ` — merges the ` lib ` directory of every module together. Used for syncing plugins; not intended for
2323 general consumption. Per-module sub-paths cannot be specified.
2424- ` pluginfacts ` — merges the ` facts.d ` directory of every module together. Used for syncing external facts; not
2525 intended for general consumption. Per-module sub-paths cannot be specified.
26- - ` tasks/<MODULE> ` — allows access to files in the ` tasks ` subdirectory of ` <MODULE> ` — see the Puppet docs on
27- [ file serving] ( https://puppet.com/docs/puppet/latest /file_serving.html) .
26+ - ` tasks/<MODULE> ` — allows access to files in the ` tasks ` subdirectory of ` <MODULE> ` — see
27+ [ file serving] ( /openvox/8.x /file_serving.html) .
2828
2929` :name ` is the path to the file within the ` :mount_point ` that is requested.
3030
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ of the following three types:
1717
1818The endpoint path includes a ` :mount ` which can be one of the following types:
1919
20- - Custom file serving mounts as specified in ` fileserver.conf ` — see the Puppet docs on
21- [ configuring mount points] ( https://puppet.com/docs/puppet/latest/file_serving .html) .
22- - ` modules/<MODULE> ` — allows access to the ` files ` subdirectory of ` <MODULE> ` — see the Puppet docs on
23- [ file serving] ( https://puppet.com/docs/puppet/latest /file_serving.html) .
20+ - Custom file serving mounts as specified in ` fileserver.conf ` — see
21+ [ configuring mount points] ( /openvox/8.x/config_file_fileserver .html) .
22+ - ` modules/<MODULE> ` — allows access to the ` files ` subdirectory of ` <MODULE> ` — see
23+ [ file serving] ( /openvox/8.x /file_serving.html) .
2424- ` plugins ` — merges the ` lib ` directory of every module together. Used for syncing plugins; not intended for
2525 general consumption. Per-module sub-paths cannot be specified.
2626- ` pluginfacts ` — merges the ` facts.d ` directory of every module together. Used for syncing external facts; not
2727 intended for general consumption. Per-module sub-paths cannot be specified.
28- - ` tasks/<MODULE> ` — allows access to files in the ` tasks ` subdirectory of ` <MODULE> ` — see the Puppet docs on
29- [ file serving] ( https://puppet.com/docs/puppet/latest /file_serving.html) .
28+ - ` tasks/<MODULE> ` — allows access to files in the ` tasks ` subdirectory of ` <MODULE> ` — see
29+ [ file serving] ( /openvox/8.x /file_serving.html) .
3030
3131## Find
3232
You can’t perform that action at this time.
0 commit comments