Skip to content

Commit

Permalink
apache::auth::* default $authname to false, as it is evaluated in an …
Browse files Browse the repository at this point in the history
…if/else condition later on.
  • Loading branch information
Marc Fournier committed Mar 26, 2012
1 parent c61f8b8 commit 94a4b50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/auth/basic/file/user.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define apache::auth::basic::file::user (
$ensure="present",
$authname="",
$authname=false,
$vhost,
$location="/",
$authUserFile=false,
Expand Down
2 changes: 1 addition & 1 deletion manifests/auth/basic/file/webdav/user.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define apache::auth::basic::file::webdav::user (
$ensure=present,
$authname="",
$authname=false,
$vhost,
$location="/",
$authUserFile=false,
Expand Down
2 changes: 1 addition & 1 deletion manifests/auth/basic/ldap.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define apache::auth::basic::ldap (
$ensure="present",
$authname="",
$authname=false,
$vhost,
$location="/",
$authLDAPUrl,
Expand Down

0 comments on commit 94a4b50

Please sign in to comment.