summaryrefslogtreecommitdiff
path: root/manifests/autossh.pp
blob: 251fcbcc1881d7d2545250c230516935a810db3e (plain)
1
2
3
4
class tunnel::autossh {
  # Collect all resources from hosted tunnels
  Tunnel_server_realize <<| tag == "${::fqdn}" |>>
}