From 09aa9b1d4caeaa090e4a303e101e982ed04123ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 May 2010 13:52:30 -0300 Subject: Adding initial tunnel support --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 1373091..c9e5329 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,6 +37,7 @@ import "tor" import "postfix" import "reprepro" import "ssl" +import "autossh" # Import subsystems import "subsystems/firewall.pp" @@ -56,6 +57,7 @@ import "subsystems/xorg.pp" import "subsystems/modprobe.pp" import "subsystems/hosts.pp" import "subsystems/locales.pp" +import "subsystems/tunnel.pp" # Import nodo classes import "nodo.pp" -- cgit v1.2.3