diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 15:56:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 15:56:17 -0200 |
commit | 351c283f18c7667f8cf734490dd02f6d689f36e1 (patch) | |
tree | cac76f4fb82c81c1960bcb281f1bfc95c7637903 /manifests | |
parent | 72969b0d6ce3e86d5af54a2d860208c933054450 (diff) | |
download | puppet-nginx-351c283f18c7667f8cf734490dd02f6d689f36e1.tar.gz puppet-nginx-351c283f18c7667f8cf734490dd02f6d689f36e1.tar.bz2 |
Minor fix (2)
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 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", |