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 a165840 commit fc673d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,8 @@

}

if $sensu::install_repo {
$use_repo = $repo_require
} else {
$use_repo = false
}


package { 'sensu':
ensure => $sensu::version,
require => $use_repo,
}

package { 'sensu-plugin' :
Expand Down

0 comments on commit fc673d7

Please sign in to comment.