From 74ccc5f671a6ab6434a64fc22809f1ddae44ea7e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jan 2010 16:02:13 -0200 Subject: Minor fix (3) --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index b888f6c..3482002 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -63,7 +63,7 @@ class nginx { ensure => running, hasrestart => true, require => [ File["/etc/nginx/sites-enabled/$domain"], Package["nginx"], - File["/etc/ssl/private/cert.pem"], File["/etc/ssl/private/cert.crt"] ], + File["/etc/ssl/private/cert.pem"], File["/etc/ssl/certs/cert.crt"] ], } } else { service { "nginx": -- cgit v1.2.3