From c29212f7f8444d2d33c5235e5b06df824b6aecfb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Oct 2018 12:13:12 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index ff096d95..f170803d 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -369,18 +369,6 @@ ircBouncer = propertyList "IRC bouncer" $ props where conf = "/home/znc/.znc/configs/znc.conf" -kiteShellBox :: Property DebianLike -kiteShellBox = propertyList "kitenet.net shellinabox" $ props - & Apt.installed ["openssl", "shellinabox", "openssh-client"] - & File.hasContent "/etc/default/shellinabox" - [ "# Deployed by propellor" - , "SHELLINABOX_DAEMON_START=1" - , "SHELLINABOX_PORT=443" - , "SHELLINABOX_ARGS=\"--no-beep --service=/:SSH:kitenet.net\"" - ] - `onChange` Service.restarted "shellinabox" - & Service.running "shellinabox" - githubBackup :: Property (HasInfo + DebianLike) githubBackup = propertyList "github-backup box" $ props & Apt.installed ["github-backup", "moreutils"] -- cgit v1.2.3