]> gitweb.fluxo.info Git - puppet-ssl.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 23 May 2015 14:50:09 +0000 (11:50 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 23 May 2015 14:50:09 +0000 (11:50 -0300)
manifests/cert.pp

index c19efa39daaf74d3716a79a1a467ff14774c0fe3..71c8dbfd66d75ea4f9342cf25f88db4e6240853d 100644 (file)
@@ -41,7 +41,7 @@ define ssl::cert(
   }
 
   if ($verify == true) {
-    ssl::cert { "${name}":
+    ssl::check { "${name}":
       file => true,
     }
   }