summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-07 15:56:17 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-07 15:56:17 -0200
commit351c283f18c7667f8cf734490dd02f6d689f36e1 (patch)
treecac76f4fb82c81c1960bcb281f1bfc95c7637903 /manifests/init.pp
parent72969b0d6ce3e86d5af54a2d860208c933054450 (diff)
downloadpuppet-nginx-351c283f18c7667f8cf734490dd02f6d689f36e1.tar.gz
puppet-nginx-351c283f18c7667f8cf734490dd02f6d689f36e1.tar.bz2
Minor fix (2)
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c127806..b888f6c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -33,7 +33,7 @@ class nginx {
group => "root",
}
- if $ssl {
+ if $ssl == true {
file { [ "/etc/ssl", "/etc/ssl/certs", "/etc/ssl/private" ]:
ensure => directory,
owner => "root",