summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-09-09 13:58:01 -0400
committerJoey Hess2014-09-09 13:58:01 -0400
commiteacc7abcee8ee72f7d4d76eaf9fb89364f048ec8 (patch)
treeb6d21063c7f6960e9f4b50c48fcd7e488f9c0d2d /config-joey.hs
parentd01b54ede9c406bedda8c71e72bccbd62284f136 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 6462ebb1..c88270f8 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -8,6 +8,7 @@ import Propellor.Property.Scheduled
import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt
import qualified Propellor.Property.Network as Network
+import qualified Propellor.Property.Service as Service
import qualified Propellor.Property.Ssh as Ssh
import qualified Propellor.Property.Gpg as Gpg
import qualified Propellor.Property.Cron as Cron
@@ -145,7 +146,7 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64"
, "User = bitlbee"
, "AuthMode = Registered"
, "[defaults]"
- ]
+ ] `onChange` Service.restarted "bitlbee"
& Apt.installed
["git-annex", "myrepos"
@@ -238,7 +239,7 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64"
& alias "znc.kitenet.net"
& JoeySites.ircBouncer
- -- I'd rather this were on diatom, but it needs unstable.
+ -- I'd rather this were on diatom, but it needs unstable.
& alias "kgb.kitenet.net"
& JoeySites.kgbServer
& alias "mumble.kitenet.net"