summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 23:26:05 -0400
committerJoey Hess2014-04-10 23:26:05 -0400
commit28f74eead07f0034b011dc6df59a483b6a1aeda3 (patch)
tree2fb21a3a432b096fb7a373a0be951ef59777b4eb /config-joey.hs
parent95fd1abad7d7e175e39bb1f59af12dc984f1d5fd (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 093ed8a2..a5d0a478 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -27,6 +27,9 @@ hosts =
[ host "darkstar.kitenet.net"
& Docker.configured
& Apt.buildDep ["git-annex"] `period` Daily
+ & propertyList "foo"
+ [ Hostname.sane
+ ]
-- Nothing super-important lives here.
, host "clam.kitenet.net"