File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,8 +256,9 @@ perform a special export of puppetforge modules from the Satellite puppet-forge
256256repository (-r) in the directory structure required by the puppet-forge-server
257257application. After exporting, the modules are copied via rsync to the puppet-forge-server.
258258The puppet-forge-server hostname can be defined in the config.yml, or overridden with
259- (-s), as can the module path (-m) on the remote server. The user performing the rsync
260- will be the user that is running the script, unless overridden with (-u).
259+ (-s), as can the module path (-m) on the remote server (default is /opt/puppet-forge/modules).
260+ The user performing the rsync will be the user that is running the script, unless
261+ overridden with (-u).
261262
262263The config.yml block that defines the puppet-forge-server hostname is:
263264```
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def main(args):
148148 if args .modulepath :
149149 modpath = args .modulepath
150150 else :
151- modpath = '/opt/puppetforge /modules'
151+ modpath = '/opt/puppet-forge /modules'
152152
153153 # Set the username to use to push modules
154154 if args .user :
You can’t perform that action at this time.
0 commit comments