module PuppetMasterless
| | Usage: puppet-masterless <command> [<argument> …] [– puppet arguments …] | | Applies a local puppet project to a remote host. | | Available commands: | | apply - apply a project to a remote host | package - package a project as a shell script | help - display manual page | | Available arguments: | | confdir <pathname> - main project directory | manifest <filename> - manifest to apply | hiera_config <filename> - passed to –hiera_config | modulepath <pathname> - passed to –modulepath | to <hostname> - hostname of remote machine | puppet <executable> - location of puppet executable on remote host | sudo <command> - location of sudo executable on remote host | as <username> - name of user running puppet-apply | file <filename> - add file or directory to package | output file <filename> - output filename for package | | At least “confdir” must be specified. |
Constants
- ARCHIVE_NAME
- ARCHIVE_OPTIONS
- DEFAULT_PUPPET
- DEFAULT_SUDO
- REMOTE_USER
- REMOTE_WORKDIR
- VERSION