From ffc860e04833505cf785c2bbf96ada619bb392c6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 23 May 2015 11:42:42 -0300 Subject: Use only ssl::cert --- manifests/role/proxy.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index bcff3dc..58dfcd2 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -1,11 +1,14 @@ class nodo::role::proxy inherits nodo::base::vserver { class { 'nginx': } - nginx::cert { "$::domain": } + ssl::cert { "$::domain": + notify => Service['nginx'], + } # For SNI # TODO: generate automatically ssl::cert { "example.org": + #generate => true, notify => Service['nginx'], } -- cgit v1.2.3