1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "PUPPET" "8" "September 2024" "Puppet, Inc." "Puppet manual"
.
.SH "NAME"
\fBpuppet\fR \- an automated configuration management tool
.
.SH "SYNOPSIS"
\fBpuppet\fR \fIsubcommand\fR [options] \fIaction\fR [options]
.
.SH "DESCRIPTION"
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification\.
.
.SH "COMMANDS"
.
.SS "Common"
\fBapply\fR
.
.br
\~\~\~\~Apply Puppet manifests locally
.
.P
\fBagent\fR
.
.br
\~\~\~\~The puppet agent daemon
.
.P
\fBconfig\fR
.
.br
\~\~\~\~Interact with Puppet\'s settings\.
.
.P
\fBhelp\fR
.
.br
\~\~\~\~Display Puppet help\.
.
.P
\fBlookup\fR
.
.br
\~\~\~\~Interactive Hiera lookup
.
.P
\fBmodule\fR
.
.br
\~\~\~\~Creates, installs and searches for modules on the Puppet Forge\.
.
.P
\fBresource\fR
.
.br
\~\~\~\~The resource abstraction layer shell
.
.SS "Specialized"
\fBstrings\fR
.
.br
\~\~\~\~Generate Puppet documentation with YARD\.
.
.P
\fBcatalog\fR
.
.br
\~\~\~\~Compile, save, view, and convert catalogs\.
.
.P
\fBdescribe\fR
.
.br
\~\~\~\~Display help about resource types
.
.P
\fBdevice\fR
.
.br
\~\~\~\~Manage remote network devices
.
.P
\fBdoc\fR
.
.br
\~\~\~\~Generate Puppet references
.
.P
\fBepp\fR
.
.br
\~\~\~\~Interact directly with the EPP template parser/renderer\.
.
.P
\fBfacts\fR
.
.br
\~\~\~\~Retrieve and store facts\.
.
.P
\fBfilebucket\fR
.
.br
\~\~\~\~Store and retrieve files in a filebucket
.
.P
\fBgenerate\fR
.
.br
\~\~\~\~Generates Puppet code from Ruby definitions\.
.
.P
\fBnode\fR
.
.br
\~\~\~\~View and manage node definitions\.
.
.P
\fBparser\fR
.
.br
\~\~\~\~Interact directly with the parser\.
.
.P
\fBplugin\fR
.
.br
\~\~\~\~Interact with the Puppet plugin system\.
.
.P
\fBscript\fR
.
.br
\~\~\~\~Run a puppet manifests as a script without compiling a catalog
.
.P
\fBssl\fR
.
.br
\~\~\~\~Manage SSL keys and certificates for puppet SSL clients
.
.SH "SEE ALSO"
See \fBpuppet help <subcommand>\fR for help on a specific subcommand\.
.
.P
See \fBpuppet help <subcommand> <action>\fR for help on a specific subcommand action\.
|