diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-16 17:08:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-16 17:08:45 -0400 |
| commit | e6eacc5e8f2d6156c3e93c0167040b07daad900b (patch) | |
| tree | 8edb66d91c0aeef788789577970cb2bb3a32ab27 | |
| parent | 6603c14bab7d533e9b345c673656654c0bd1f1c0 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 8 |
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" |
