From 07627004e7cf0babb71dd7e24375a8e5d56d24a6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Sep 2015 10:46:28 -0300 Subject: Fix nodo::base::virtual inheritances --- manifests/role/proxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/role/proxy.pp') diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 9c6186d..dc8edf0 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -1,4 +1,4 @@ -class nodo::role::proxy inherits nodo::base::vserver { +class nodo::role::proxy inherits nodo::base::virtual { class { 'nginx': } ssl::cert { "$::domain": -- cgit v1.2.3