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