Puppet Class: awesant::params

Inherited by:
awesant
Defined in:
manifests/params.pp

Overview

Class: awesant::params



3
4
5
6
7
8
9
10
11
12
13
14
# File 'manifests/params.pp', line 3

class awesant::params {
  $package_name    = 'awesant'
  $resources_hiera = true
  $package_ensure  = 'present'
  $service_name    = 'awesant-agent'
  $service_ensure  = 'running'
  $awesant_config  = '/etc/awesant/agent.conf'
  $awesant_logfile = '/var/log/awesant/agent.log'
  $log_level       = 'info'
  $input_include   = [ '/etc/awesant/input.d' ]
  $output_include  = [ '/etc/awesant/output.d' ]
}