Use puppet true, which is lowercase

https://docs.puppetlabs.com/puppet/4.1/reference/lang_data_boolean.html
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 7d232b51cc
1 changed files with 4 additions and 4 deletions

View File

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