]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Now ssl::check for nginx is built-in
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Nov 2011 01:39:04 +0000 (23:39 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Nov 2011 01:39:04 +0000 (23:39 -0200)
manifests/proxy.pp

index bd4720adf172f61715324e9ab9c8b5369b063bee..51dac3341ac2fa3608aeeac31f61ad6e17649d9a 100644 (file)
@@ -1,6 +1,3 @@
 class nodo::proxy inherits nodo::vserver {
   include nginx
-  ssl::check { "$domain":
-    file => true,
-  }
 }