Skip to content

Commit

Permalink
Fix default mode when using apache_c2c::vhost::ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Jun 30, 2015
1 parent 7f93f57 commit dcf209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/vhost/ssl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
$docroot = false,
$cgibin = true,
$admin = undef,
$mode = 2570,
$mode = '2570',
$aliases = [],
$ip_address = '*',
$cert = false,
Expand Down

0 comments on commit dcf209d

Please sign in to comment.