Skip to content

Commit

Permalink
Merge pull request #58 from robbyt/patch-1
Browse files Browse the repository at this point in the history
fix params.pp so that it works with strict_mode
  • Loading branch information
nanliu committed May 20, 2015
2 parents 9d59c8c + 6092067 commit 8273f77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
$owner = '0'
$group = '0'
$mode = '0640'
$seven_zip_name = undef
$seven_zip_provider = undef
}
'Windows': {
$path = $::staging_windir
Expand Down

0 comments on commit 8273f77

Please sign in to comment.