From f55b8471ed50cb464a7d33041063e325bc263626 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 14 Jul 2010 22:11:47 -0300 Subject: Including ssl::proxy instead of ssl --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 2bf9ade..4972730 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -95,7 +95,7 @@ class nginx::base { class nginx inherits nginx::base { case $ssl { true: { - include ssl + include ssl::proxy Service["nginx"] { require => [ Package["nginx"], -- cgit v1.2.3