From 80a184d0a5addf8d24ab475146439f59524f2ab6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 22:53:52 -0400 Subject: propellor spin --- Propellor.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Propellor.hs') diff --git a/Propellor.hs b/Propellor.hs index 63040ff1..d8c1ddba 100644 --- a/Propellor.hs +++ b/Propellor.hs @@ -2,6 +2,7 @@ import Common import CmdLine import qualified Property.File as File import qualified Property.Apt as Apt +import qualified Property.Network as Network import qualified Property.Ssh as Ssh import qualified Property.Sudo as Sudo import qualified Property.User as User @@ -24,6 +25,7 @@ getProperties hostname@"clam.kitenet.net" = , standardSystem Apt.Unstable -- Clam is a tor bridge, and an olduse.net shellbox. , Tor.isBridge + , ipv6to4 , JoeySites.oldUseNetshellBox -- I play with docker on clam. , Docker.configured -- cgit v1.3-2-g0d8e