summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-05-05 10:37:57 -0400
committerJoey Hess2016-05-05 10:37:57 -0400
commit1e12a3a8c4fd0a5b027ff7923bb014b7836f8fd9 (patch)
tree16d53cd2d7d6f3fc5d05a3fa996c66798a160e50
parent97cfa21427e5186e40afdf57556a8ee6b13ee970 (diff)
Run letsencrypt with --noninteractive.
-rw-r--r--debian/changelog6
-rw-r--r--src/Propellor/Property/LetsEncrypt.hs1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f6f2884..fcad255e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+propellor (3.0.4) UNRELEASED; urgency=medium
+
+ * Run letsencrypt with --noninteractive.
+
+ -- Joey Hess <id@joeyh.name> Thu, 05 May 2016 10:37:43 -0400
+
propellor (3.0.3) unstable; urgency=medium
* Remove Propellor.DotDir from the propellor library, as its use of
diff --git a/src/Propellor/Property/LetsEncrypt.hs b/src/Propellor/Property/LetsEncrypt.hs
index bf38046b..88d4f5a8 100644
--- a/src/Propellor/Property/LetsEncrypt.hs
+++ b/src/Propellor/Property/LetsEncrypt.hs
@@ -74,6 +74,7 @@ letsEncrypt' (AgreeTOS memail) domain domains webroot =
, "--webroot"
, "--webroot-path", webroot
, "--text"
+ , "--noninteractive"
, "--keep-until-expiring"
] ++ map (\d -> "--domain="++d) alldomains