summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-02-07 22:36:24 -0400
committerJoey Hess <joeyh@joeyh.name>2016-02-07 22:36:24 -0400
commitb0be26473ee303afa0ceab4076e024e79daecb98 (patch)
treeab186eb7ab72e365457c14241709d4acf78f78a5 /config-joey.hs
parenta568c7c0367b1ef6f01d0e8e638bb0f3fc7b2cb8 (diff)
parentb493414d30c7aef37af904e55316436554fe54b2 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 75333d78..5c3d376b 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -19,6 +19,7 @@ import qualified Propellor.Property.OpenId as OpenId
import qualified Propellor.Property.Git as Git
import qualified Propellor.Property.Postfix as Postfix
import qualified Propellor.Property.Apache as Apache
+import qualified Propellor.Property.LetsEncrypt as LetsEncrypt
import qualified Propellor.Property.Grub as Grub
import qualified Propellor.Property.Obnam as Obnam
import qualified Propellor.Property.Gpg as Gpg
@@ -332,6 +333,11 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
& branchableSecondary
& Dns.secondaryFor ["animx"] hosts "animx.eu.org"
+ -- testing
+ & Apache.httpsVirtualHost "letsencrypt.joeyh.name" "/var/www/html"
+ (LetsEncrypt.AgreeTOS (Just "id@joeyh.name"))
+ & alias "letsencrypt.joeyh.name"
+
elephant :: Host
elephant = standardSystem "elephant.kitenet.net" Unstable "amd64"
[ "Storage, big data, and backups, omnomnom!"