Skip to content

Commit

Permalink
Make sure filters dir exists before creating any
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Bashton committed Feb 11, 2015
1 parent 040886b commit 86e4339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/filter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
ensure => $ensure,
negate => $negate,
attributes => $attributes,
require => File['/etc/sensu/conf.d/filters'],
}

}

0 comments on commit 86e4339

Please sign in to comment.