From 03fa1c965e783a4ea75990691382499643933912 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Mon, 1 Jun 2015 11:28:17 -0700 Subject: [PATCH] Use puppet true, lowercase Also fixup some whitespace. Change-Id: I284f213b6df3c3a57f54bb9b29e31103642b5641 --- manifests/tunnel.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/tunnel.pp b/manifests/tunnel.pp index 2a9425a..265f551 100644 --- a/manifests/tunnel.pp +++ b/manifests/tunnel.pp @@ -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,