Puppet Class: contrail
- Defined in:
- manifests/init.pp
Overview
Class: contrail
Install and configure contrail using puppet.
Parameters
- param
-
Explanation of what this parameter affects and what it defaults to. e.g. “Specify one or more upstream ntp servers as an array.”
Variables
- variable
-
Explanation of how this variable affects the funtion of this class and if it has a default. e.g. “The parameter enc_ntp_servers must be set by the External Node Classifier as a comma separated list of hostnames.” (Note, global variables should not be used in preference to class parameters as of Puppet 2.6.)
Examples
class { 'example_class':
ntp_servers => [ 'pool.ntp.org', 'ntp.local.company.com' ]
}
Authors
Sebastien Badia <seb@sebian.fr>
Copyright
Copyleft 2013 Sebastien Badia. See LICENSE file.
35 36 37 |
# File 'manifests/init.pp', line 35
class contrail {
#code...
}
|