Skip to content

Commit

Permalink
trailing whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Mar 8, 2013
1 parent 0e8b14e commit 7150fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/client.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
true => 'present',
default => 'absent'
}

if $purge_config {
file { '/etc/sensu/conf.d/client.json': ensure => $ensure }
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$enabled = 'false',
$purge_config = 'false',
) {

$ensure = $enabled ? {
'true' => 'present',
true => 'present',
Expand Down
2 changes: 1 addition & 1 deletion manifests/subscription.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if $purge_config {
file { "/etc/sensu/conf.d/subscription_${name}.json": ensure => $ensure, before => sensu_client_subscription[$name] }
}

sensu_client_subscription { $name: ensure => $ensure }

}

0 comments on commit 7150fe0

Please sign in to comment.