diff --git a/manifests/setup.pp b/manifests/setup.pp
index 638828c4c263e781815d3ac1d57c2a2913f828e9..4170ee4e4e88056ed3395add5436d1be9380b5d2 100644
--- a/manifests/setup.pp
+++ b/manifests/setup.pp
@@ -103,9 +103,11 @@ class irc_bouncer::setup {
     manage_package      => true,
   }
   -> letsencrypt::certonly { $facts['fqdn']:
-    ensure  => 'present',
-    domains => [ $facts['fqdn'], ],
-    plugin  => 'dns-rfc2136'
+    ensure               => 'present',
+    domains              => [ $facts['fqdn'], ],
+    plugin               => 'dns-rfc2136',
+    manage_cron          => true,
+    suppress_cron_output => true,
   }
 
   # Allow world to read our certificates so znc can access them.