Skip to content

Commit

Permalink
Add directories to be owned by sensu
Browse files Browse the repository at this point in the history
  • Loading branch information
wallies committed Aug 19, 2014
1 parent fc673d7 commit 83d5c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
require => Package['sensu'],
}

file { ['/etc/sensu/plugins', '/etc/sensu/handlers']:
file { ['/etc/sensu/plugins', '/etc/sensu/handlers', '/etc/sensu/extensions', '/etc/sensu/mutators', '/etc/sensu/extensions/handlers']:
ensure => directory,
mode => '0555',
owner => 'sensu',
Expand Down

0 comments on commit 83d5c38

Please sign in to comment.