Commit a0e9363 1 parent 943de9f commit a0e9363 Copy full SHA for a0e9363
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 253
253
class { 'sensu::server::service' : } ->
254
254
anchor {'sensu::end' : }
255
255
256
- sensu::plugin { $plugins: install_path => ' /etc/sensu/plugins' }
256
+ sensu::plugin { $plugins: install_path => ' /etc/sensu/plugins' }
257
257
258
258
}
Original file line number Diff line number Diff line change 21
21
22
22
' RedHat' : {
23
23
class { 'sensu::repo::yum' : }
24
- if str2bool( $sensu::install_repo ) {
24
+ if $sensu::install_repo {
25
25
$repo_require = Yumrepo[' sensu' ]
26
26
} else {
27
27
$repo_require = undef
Original file line number Diff line number Diff line change 71
71
}
72
72
}
73
73
' directory' : {
74
- file { $install_path:
74
+ file { 'sensu_plugins_dir' :
75
+ path => $install_path ,
75
76
ensure => directory ,
76
77
mode => ' 0555' ,
77
78
source => $name ,
You can’t perform that action at this time.
0 commit comments