summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-17 22:28:21 -0400
committerJoey Hess2014-04-17 22:28:21 -0400
commit27ff3e9f2188f899c1130b5876ed19ca124df3b4 (patch)
tree0ee94fa989e4d5b2f6c1539eac35dc0b0ce8db18 /config-joey.hs
parent26548768a53d9f1d26020c1d486c7fd3d6772162 (diff)
parentbddb6306f533f79da068db897b4938fdd3d29920 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 6039a529..dec1f1bd 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -171,7 +171,8 @@ gitAnnexBuilder arch buildminute = Docker.container (arch ++ "-git-annex-builder
standardSystem :: HostName -> DebianSuite -> Architecture -> Host
standardSystem hn suite arch = host hn
& os (System (Debian suite) arch)
- & Apt.stdSourcesList suite `onChange` Apt.upgrade
+ & Apt.stdSourcesList suite
+ `onChange` Apt.upgrade
& Apt.installed ["etckeeper"]
& Apt.installed ["ssh"]
& GitHome.installedFor "root"