Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
A minor update to documentation to reference false values now being h…
Browse files Browse the repository at this point in the history
…andled by the Provider.
  • Loading branch information
agh committed Mar 4, 2012
1 parent 4f07be3 commit e785985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -32,7 +32,8 @@ Manage the Mac OS X user defaults(1) system. The parameters to the resource are
- type: Value type of the preference key.
- sudo: Set to true if the setting requires privileged access to modify. Default false.

`value` settings of `1`, `TRUE` or `true` are treated as true by defaults(1), and are handled for truthiness in the provider.
`value` settings of `1`, `TRUE`, `true`, `YES` or `yes` are treated as true by defaults(1), and are handled in the provider.
`value` settings of `0`, `FALSE`, `false`, `NO` or `no` are treated as false by defaults (1) and are also handled by the provider.

### Limitations

Expand Down

0 comments on commit e785985

Please sign in to comment.