logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

puppetserver - Puppetserver main command

Author

       Louis-Philippe Véronneau

                                                      2023                                       PUPPETSERVER(1)

Bugs

       Bugs    can    be    reported    to    your    distribution's    bug    tracker    or     upstream     at
       <https://github.com/puppetlabs/puppetserver/issues>

Commands

puppetserver has eight different commands:

       ca<args>...
              Manage the Private Key Infrastructure for Puppet Server's built-in Certificate Authority

       gem<args>...
              Install  and  manage  gems  that  are  isolated from system Ruby and are accessible only to Puppet
              Server.

       ruby<args>...
              Run code in Puppet Server's JRuby interpreter.

       irb<args>...
              Start an interactive REPL for the JRuby that Puppet Server uses.

       foreground<args>...
              Start the Puppet Server as a foreground process.

       prune<args>...
              Cleanup old files in the reportdir or bucketdir.

       start<args>...
              Start the Puppet Server as a background process.

       stop<args>...
              Stop the Puppet Server process.

       reload<args>...
              Reload the Puppet Server process.

       For more details on the commands, see their respective manual pages.

Description

puppetserver  implements  Puppet's  server-side  components  for managing Puppet agents in a distributed,
       service-oriented architecture.

Name

       puppetserver - Puppetserver main command

Options

-h, --help
              Show the help message and exit. At top level it only lists the commands. To display the help of  a
              specific subcommand, add the --help flag after the said command name

       -v, --version
              Show the version number and exit

See Also

puppetserver-ca(1),         puppetserver-gem(1),        puppetserver-ruby(1),        puppetserver-irb(1),
       puppetserver-foreground(1), puppetserver-prune(1)

Synopsis

puppetserver(--help|--version)puppetserver [command] <args>

See Also