diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-06-13 16:47:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-13 16:47:19 -0400 |
| commit | d669831fb93da736ed0d4732d62a2efbed6462ca (patch) | |
| tree | d535473b78aa6f91d19d88fef3b513678e14999b /src/Propellor/Property/LetsEncrypt.hs | |
| parent | c16e2a3b6347835e1a6b5bb4031ae43d9d960746 (diff) | |
| parent | d78e99a1de865de277969f53d0ce45936deebdc3 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/LetsEncrypt.hs')
| -rw-r--r-- | src/Propellor/Property/LetsEncrypt.hs | 4 |
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, |
