Commit f941193 1 parent 7c561ad commit f941193 Copy full SHA for f941193
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
$interval = ' 60' ,
5
5
$subscribers = []
6
6
) {
7
-
7
+
8
8
sensu_check_config { $name:
9
9
realname => $name ,
10
10
command => $command ,
Original file line number Diff line number Diff line change 11
11
if !defined (Sensu_rabbitmq_config[$::fqdn ]) {
12
12
if $ssl_cert_chain != ' ' {
13
13
file { '/etc/sensu/ssl' :
14
- ensure => directory ,
15
- owner => ' sensu' ,
16
- group => ' sensu' ,
17
- mode => ' 0755' ,
14
+ ensure => directory ,
15
+ owner => ' sensu' ,
16
+ group => ' sensu' ,
17
+ mode => ' 0755' ,
18
18
require => Package[' sensu' ],
19
19
}
20
20
Original file line number Diff line number Diff line change 21
21
class { 'sensu::repo::yum' : ensure => $ensure , repo => $repo }
22
22
}
23
23
24
- default: { alert (" $::operatingsystem not supported yet" ) }
24
+ default: { alert (" ${ ::operatingsystem} not supported yet" ) }
25
25
26
26
}
27
27
You can’t perform that action at this time.
0 commit comments