summaryrefslogtreecommitdiff
path: root/manifests/autossh.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/autossh.pp')
-rw-r--r--manifests/autossh.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/autossh.pp b/manifests/autossh.pp
new file mode 100644
index 0000000..3f47ff0
--- /dev/null
+++ b/manifests/autossh.pp
@@ -0,0 +1,4 @@
+class tunnel::autossh {
+ # collect all resources from hosted tunnels
+ Tunnel_server_realize <<| tag == "${::fqdn}" |>>
+}