Commit 22d59d6c authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

do not include webauth by default

parent d2e5c4ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# module.

class su_apache (
  $include_webauth = true,
  $include_webauth = false,
)
{
  if ($include_webauth) {