summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-05-16 17:08:45 -0400
committerJoey Hess2015-05-16 17:08:45 -0400
commite6eacc5e8f2d6156c3e93c0167040b07daad900b (patch)
tree8edb66d91c0aeef788789577970cb2bb3a32ab27 /config-joey.hs
parent6603c14bab7d533e9b345c673656654c0bd1f1c0 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a0c04dd8..4f74873e 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -335,6 +335,14 @@ pell = host "pell.branchable.com"
& Linode.chainPVGrub 5
& Apt.unattendedUpgrades
+ & "/etc/timezone" `File.hasContent` ["Etc/UTC"]
+ & "/etc/locale.gen" `File.containsLines`
+ [ "en_GB.UTF-8 UTF-8"
+ , "en_US.UTF-8 UTF-8"
+ , "fi_FI.UTF-8 UTF-8"
+ ]
+ `onChange` cmdProperty "locale-gen" []
+
& Apt.installed ["etckeeper", "ssh", "popularity-contest"]
& Apt.serviceInstalledRunning "apache2"
& Apt.serviceInstalledRunning "ntp"