Man page - puppet-describe(8)
Packages contains this manual
- puppet-apply(8)
- puppet-lookup(8)
- puppet-describe(8)
- puppet-doc(8)
- puppet-config(8)
- puppet.conf(5)
- puppet-report(8)
- puppet-generate(8)
- puppet-node(8)
- puppet-agent(8)
- puppet-epp(8)
- puppet-facts(8)
- puppet-plugin(8)
- puppet-script(8)
- puppet-ssl(8)
- puppet-catalog(8)
- puppet-help(8)
- puppet-device(8)
- puppet-filebucket(8)
- puppet-resource(8)
- puppet(8)
- puppet-module(8)
- puppet-parser(8)
Package: puppet-agent
apt-get install puppet-agent
apt-get install puppet-agent
Manuals in package:
Documentations in package:
Manual
PUPPET-DESCRIBE
NAMESYNOPSIS
USAGE
OPTIONS
EXAMPLE
AUTHOR
COPYRIGHT
NAME
puppet-describe - Display help about resource types
SYNOPSIS
Prints help about Puppet resource types, providers, and metaparameters.
USAGE
puppet describe [-h|--help] [-s|--short] [-p|--providers] [-l|--list] [-m|--meta]
OPTIONS
|
--help |
Print this help text |
--providers
Describe providers in detail for each type
|
--list |
List all types |
|||
|
--meta |
List all metaparameters |
--short
List only parameters without detail
EXAMPLE
$ puppet
describe --list
$ puppet describe file --providers
$ puppet describe user -s -m
AUTHOR
David Lutterkort
COPYRIGHT
Copyright (c) 2011 Puppet Inc., LLC Licensed under the Apache 2.0 License