diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:33:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-13 13:33:14 -0300 |
commit | 82ddcfd7a455982ddd6011e606baf7479a5a506d (patch) | |
tree | 9920bd29e50a60f658e69d15bc581323b11140f6 | |
parent | b22c7c3052873003f33a14508c06ee00f431b7f2 (diff) | |
download | puppet-tunnel-82ddcfd7a455982ddd6011e606baf7479a5a506d.tar.gz puppet-tunnel-82ddcfd7a455982ddd6011e606baf7479a5a506d.tar.bz2 |
Coding style
-rw-r--r-- | manifests/autossh.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/autossh.pp b/manifests/autossh.pp index 3f47ff0..251fcbc 100644 --- a/manifests/autossh.pp +++ b/manifests/autossh.pp @@ -1,4 +1,4 @@ class tunnel::autossh { - # collect all resources from hosted tunnels + # Collect all resources from hosted tunnels Tunnel_server_realize <<| tag == "${::fqdn}" |>> } |