diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-07-14 22:11:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-07-14 22:11:47 -0300 |
commit | f55b8471ed50cb464a7d33041063e325bc263626 (patch) | |
tree | c5fd2b1742777972b8fbfda4e3223bdfcddd10fb | |
parent | c508a79bbd25ef1eca7a63f4c70ab528cc7992d7 (diff) | |
download | puppet-nginx-f55b8471ed50cb464a7d33041063e325bc263626.tar.gz puppet-nginx-f55b8471ed50cb464a7d33041063e325bc263626.tar.bz2 |
Including ssl::proxy instead of ssl
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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"], |