From e6eacc5e8f2d6156c3e93c0167040b07daad900b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 16 May 2015 17:08:45 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config-joey.hs b/config-joey.hs index a0c04dd..4f74873 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"