diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 16:02:13 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 16:02:13 -0200 |
commit | 74ccc5f671a6ab6434a64fc22809f1ddae44ea7e (patch) | |
tree | b9541c681734f9382e17cc15853ec261412aaafb /manifests | |
parent | 351c283f18c7667f8cf734490dd02f6d689f36e1 (diff) | |
download | puppet-nginx-74ccc5f671a6ab6434a64fc22809f1ddae44ea7e.tar.gz puppet-nginx-74ccc5f671a6ab6434a64fc22809f1ddae44ea7e.tar.bz2 |
Minor fix (3)
Diffstat (limited to 'manifests')
-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 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": |