Puppet Class: conman
- Inherits:
-
conman::params
- conman::params
- conman
- Defined in:
- manifests/init.pp
Overview
Install a Conman server and provides ressources to configure it.
Server options
The parameter server_options
hash is merged with some defaults.
- 'logdir' => '/var/log/conman'
- 'pidfile' => '/var/run/conmand.pid'
- 'syslog' => 'local1'
- 'timestamp' => '5m'
Global options
The parameter global_options
hash is merged with some defaults.
- 'logopts' => 'lock,sanitize,timestamp'
- 'log' => '%N/console.log'
- 'seropts' => '115200,8n1'
- 'ipmiopts' => 'U:admin,P:admin'
These two hash defines the general parameters of the service and can be overrided parameter by parameter.