Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Get rid of lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzdeee committed Sep 21, 2015
1 parent 327dd9c commit 5763538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'sha256' => 'sha256',
'sha512' => 'sha512',
}
$binary_indicator=''
$binary_indicator = undef
}
default: {
$tarcmd = 'tar'
Expand All @@ -24,7 +24,7 @@
'sha384' => 'sha384sum',
'sha512' => 'sha512sum',
}
$binary_indicator='*'
$binary_indicator = '*'
}
}
}

0 comments on commit 5763538

Please sign in to comment.