Puppet Class: cloudwatch
- Inherits:
- ::cloudwatch::params
- Defined in:
- manifests/init.pp
Overview
Class: cloudwatch
Full description of class cloudwatch here.
Parameters
-
‘sample parameter` Explanation of what this parameter affects and what it defaults to. e.g. “Specify one or more upstream ntp servers as an array.”
13 14 15 16 17 18 |
# File 'manifests/init.pp', line 13
class cloudwatch ()
inherits ::cloudwatch::params {
include ::cloudwatch::config
include ::cloudwatch::install
include ::cloudwatch::service
}
|