diff options
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/Branchable.hs')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/Branchable.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/Branchable.hs b/src/Propellor/Property/SiteSpecific/Branchable.hs index 66b7ed11..5c85610b 100644 --- a/src/Propellor/Property/SiteSpecific/Branchable.hs +++ b/src/Propellor/Property/SiteSpecific/Branchable.hs @@ -17,7 +17,7 @@ server hosts = propertyList "branchable server" $ props , "en_US.UTF-8 UTF-8" , "fi_FI.UTF-8 UTF-8" ] - `onChange` cmdProperty "locale-gen" [] + `onChange` (cmdProperty "locale-gen" [] `assume` MadeChange) & Apt.installed ["etckeeper", "ssh", "popularity-contest"] & Apt.serviceInstalledRunning "apache2" |
