summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-04-13 13:33:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-04-13 13:33:14 -0300
commit82ddcfd7a455982ddd6011e606baf7479a5a506d (patch)
tree9920bd29e50a60f658e69d15bc581323b11140f6
parentb22c7c3052873003f33a14508c06ee00f431b7f2 (diff)
downloadpuppet-tunnel-82ddcfd7a455982ddd6011e606baf7479a5a506d.tar.gz
puppet-tunnel-82ddcfd7a455982ddd6011e606baf7479a5a506d.tar.bz2
Coding style
-rw-r--r--manifests/autossh.pp2
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}" |>>
}