diff options
Diffstat (limited to 'HostProp.hs')
| -rw-r--r-- | HostProp.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HostProp.hs b/HostProp.hs index 7a98c5a5..2b393cdd 100644 --- a/HostProp.hs +++ b/HostProp.hs @@ -15,7 +15,7 @@ main = ensureProperties . getProperties =<< getHostName - or one specified on the command line is converted into a list of - Properties for that system. -} getProperties :: HostName -> [Property] -getProperties "clam" = +getProperties "clam.kitenet.net" = -- Clean up the system as installed by cloudatcost.com [ User.nuked "user" , Apt.removed ["exim4"] `onChange` Apt.autoRemove |
