summaryrefslogtreecommitdiff
path: root/config-simple.hs
diff options
context:
space:
mode:
authorCarlos Sosa <gnusosa@gnusosa.net>2018-07-15 14:38:10 -0700
committerCarlos Sosa <gnusosa@gnusosa.net>2018-07-15 14:38:10 -0700
commit0ca9c501cf1864097035f386f3ffcae91f542558 (patch)
treed4c4560f5e9aaa95ba10082a7a29dfa000d94902 /config-simple.hs
parent210173e0aaeb048963f78d0b1bb201691a42bf0c (diff)
propellor spin
Diffstat (limited to 'config-simple.hs')
-rw-r--r--config-simple.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-simple.hs b/config-simple.hs
index 871791ae..f8af2c11 100644
--- a/config-simple.hs
+++ b/config-simple.hs
@@ -55,7 +55,8 @@ wolverine = host "wolverine.rodere.systems" $ props
marmot :: Host
marmot = host "marmot.rodere.systems" $ props
& standardSystem (Stable "stretch") X86_64 ["Welcome to Marmot"]
- & Apt.installed ["cgit", "nginx", "fcgiwrap"]
+ & User.accountFor (User "git")
+ & Apt.installed ["cgit", "nginx", "fcgiwrap", "gitolite3"]
-- Woodmouse is a minimal workbench server
-- Stable
@@ -92,7 +93,6 @@ standardSystemUnhardened suite arch motd = propertyList "standard system" $ prop
& User.accountFor (User "gnusosa")
& User.hasSomePassword (User "gnusosa")
& Sudo.enabledFor (User "gnusosa")
- & User.accountFor (User "git")
& Cron.runPropellor (Cron.Times "20 * * * *")
-- I don't care for Exim
& Apt.removed ["exim4", "exim4-daemon-light", "exim4-config", "exim4-base"]