]> gitweb.fluxo.info Git - puppet-tunnel.git/commitdiff
Coding style
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:33:14 +0000 (13:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 13 Apr 2013 16:33:14 +0000 (13:33 -0300)
manifests/autossh.pp

index 3f47ff01574e8c5a96f54778f88e776c855b9213..251fcbcc1881d7d2545250c230516935a810db3e 100644 (file)
@@ -1,4 +1,4 @@
 class tunnel::autossh {
-  # collect all resources from hosted tunnels
+  # Collect all resources from hosted tunnels
   Tunnel_server_realize <<| tag == "${::fqdn}" |>>
 }