diff options
Diffstat (limited to 'manifests/autossh.pp')
-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}" |>> } |