]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Using ssl-cert-check directly in the file certificate
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Mar 2011 22:06:54 +0000 (19:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Mar 2011 22:06:54 +0000 (19:06 -0300)
manifests/proxy.pp

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