diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 22:53:52 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 22:53:52 -0400 |
| commit | 80a184d0a5addf8d24ab475146439f59524f2ab6 (patch) | |
| tree | 09241d02d2a378f25a327abf29b6bf0c7197f27a /Propellor.hs | |
| parent | 590f51fa85da5ca33f24fb8b7bac805227a2f250 (diff) | |
propellor spin
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
