diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 22:14:14 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 22:14:14 -0400 |
| commit | 4357d6117453e1a0759a6482f4006fa042110a6c (patch) | |
| tree | d1c011a5244f20cec99e3cad384de9ba4d177add /Propellor.hs | |
| parent | 25a12dd8f0e05165c5b7bed2b0e7b62d75b59e5c (diff) | |
propellor spin
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Propellor.hs b/Propellor.hs index 8b1016d7..63040ff1 100644 --- a/Propellor.hs +++ b/Propellor.hs @@ -10,6 +10,7 @@ import qualified Property.Reboot as Reboot import qualified Property.Tor as Tor import qualified Property.Docker as Docker import qualified Property.GitHome as GitHome +import qualified Property.JoeySites as JoeySites main :: IO () main = defaultMain getProperties @@ -21,8 +22,9 @@ getProperties :: HostName -> [Property] getProperties hostname@"clam.kitenet.net" = [ cleanCloudAtCost hostname , standardSystem Apt.Unstable - -- Clam is a tor bridge. + -- Clam is a tor bridge, and an olduse.net shellbox. , Tor.isBridge + , JoeySites.oldUseNetshellBox -- I play with docker on clam. , Docker.configured -- This is not an important system so I don't want to need to |
