Use puppet true, lowercase

Also fixup some whitespace.

Change-Id: I284f213b6df3c3a57f54bb9b29e31103642b5641
This commit is contained in:
Spencer Krum 2015-06-01 11:28:17 -07:00
parent 934627cde3
commit 03fa1c965e
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ define autossh::tunnel (
$ensure = running,
$ssh_port = '22',
$monitoring_port = 0,
$run_in_background = True,
$run_in_background = true,
) {
service { '/usr/lib/autossh':
ensure => $ensure,