summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2016-06-10 14:59:57 -0400
committerJoey Hess2016-06-10 14:59:57 -0400
commitd78e99a1de865de277969f53d0ce45936deebdc3 (patch)
tree5539207dfd8abec23a1c8967336fe4b5cb1e9d18 /src/Propellor
parent70e7a794a44e3d7fa3a0b3e019900d97ef415644 (diff)
Switch letsencrypt to certbot package name.
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/LetsEncrypt.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Propellor/Property/LetsEncrypt.hs b/src/Propellor/Property/LetsEncrypt.hs
index 592a1e1d..9e4898dd 100644
--- a/src/Propellor/Property/LetsEncrypt.hs
+++ b/src/Propellor/Property/LetsEncrypt.hs
@@ -8,10 +8,8 @@ import qualified Propellor.Property.Apt as Apt
import System.Posix.Files
--- Not using the certbot name yet, until it reaches jessie-backports and
--- testing.
installed :: Property DebianLike
-installed = Apt.installed ["letsencrypt"]
+installed = Apt.installed ["certbot"]
-- | Tell the letsencrypt client that you agree with the Let's Encrypt
-- Subscriber Agreement. Providing an email address is recommended,