Skip to content

Commit

Permalink
Merge pull request #86 from jlambert121/default_standalone
Browse files Browse the repository at this point in the history
default check standalone value is true
  • Loading branch information
jamtur01 committed Jun 7, 2013
2 parents fa3aef8 + 61b53fe commit 1bd3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/check.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$ensure = 'present',
$type = undef,
$handlers = [],
$standalone = undef,
$standalone = true,
$interval = '60',
$subscribers = [],
$low_flap_threshold = undef,
Expand Down

0 comments on commit 1bd3e7d

Please sign in to comment.