Skip to content

Commit

Permalink
Booleans fail if wrapped in quotes, puppet identifies as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Johnson committed Apr 24, 2014
1 parent c9e0f5c commit 182fb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ and configures Sensu on each individual node via

sensu::dashboard_port: 8090
sensu::dashboard_password: mysupersecretpassword
sensu::install_repo: 'false'
sensu::install_repo: false
sensu::purge_config: true
sensu::rabbitmq_host: 10.31.0.90
sensu::rabbitmq_password: password
Expand All @@ -111,7 +111,7 @@ and configures Sensu on each individual node via

nosensu.foo.com.yaml

sensu::client: 'false'
sensu::client: false

site.pp

Expand Down

0 comments on commit 182fb06

Please sign in to comment.