From: Silvio Rhatto Date: Fri, 20 Mar 2015 13:24:40 +0000 (-0300) Subject: Rename default blank cert name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=524d5beb6d196c15cb6f0786add81241ac39ec00;p=puppet-nginx.git Rename default blank cert name --- diff --git a/manifests/init.pp b/manifests/init.pp index daf3c9a..8eca62e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -31,7 +31,7 @@ class nginx inherits nginx::base { } # For SNI - ssl::cert { "blank": + ssl::cert { "example.org": notify => Service['nginx'], }