Skip to content

Commit

Permalink
Syntax error at if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wallies committed Aug 19, 2014
1 parent 99bbadb commit 96afbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

}


package { 'sensu':
if $sensu::install_repo == 'true' {
if $sensu::install_repo {
ensure => $sensu::version,
require => $repo_require,
} else {
Expand Down

0 comments on commit 96afbb1

Please sign in to comment.