diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-28 01:32:54 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-28 01:32:54 -0400 |
| commit | a0b808e8923c2ceb598bf56f8f2628c802574765 (patch) | |
| tree | 8e6bf3d14acffae04c010278cba9bd9b44acd827 | |
| parent | 16fbf3c6f67f1eed11a9d189e2c7c2723ef5969a (diff) | |
comment fun
| -rw-r--r-- | config-joey.hs | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/config-joey.hs b/config-joey.hs index 6c4dff7b..e145a39b 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -27,16 +27,13 @@ import qualified Propellor.Property.SiteSpecific.GitHome as GitHome import qualified Propellor.Property.SiteSpecific.GitAnnexBuilder as GitAnnexBuilder import qualified Propellor.Property.SiteSpecific.JoeySites as JoeySites -main :: IO () -main = defaultMain hosts - - -- _ ______`| ,-.__ - {- Propellor -- / \___-=O`/|O`/__| (____.' - Deployed -} -- \ / | / ) _.-"-._ - -- `/-==__ _/__|/__=-| ( \_ -hosts :: [Host] -- * \ | | '--------' -hosts = -- (o) ` +main :: IO () -- _ ______`| ,-.__ +main = defaultMain hosts -- / \___-=O`/|O`/__| (____.' + {- Propellor -- \ / | / ) _.-"-._ + Deployed -} -- `/-==__ _/__|/__=-| ( \_ +hosts :: [Host] -- * \ | | '--------' +hosts = -- (o) ` -- My laptop [ host "darkstar.kitenet.net" & ipv6 "2001:4830:1600:187::2" -- sixxs tunnel |
