Skip to content

Commit eb96a85

Browse files
committed
Merge pull request puppetlabs#506 from learningobjectsinc/doc-fix-login-default
$login parameter in server/role.pp defaults to true. doc says false.
2 parents e725c6b + 56db66b commit eb96a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Whether to grant the ability to create new databases with this role. Defaults to
773773
Whether to grant the ability to create new roles with this role. Defaults to `false`.
774774

775775
####`login`
776-
Whether to grant login capability for the new role. Defaults to `false`.
776+
Whether to grant login capability for the new role. Defaults to `true`.
777777

778778
####`inherit`
779779
Whether to grant inherit capability for the new role. Defaults to `true`.

0 commit comments

Comments
 (0)