Skip to content

Commit

Permalink
Merge pull request #10 from stuartbfox/master
Browse files Browse the repository at this point in the history
Change validate_array($global_tags) to validate_hash($global_tags)
  • Loading branch information
yankcrime committed Mar 30, 2016
2 parents 75104d8 + c32bf63 commit da378df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
validate_bool($quiet)
validate_hash($inputs)
validate_hash($outputs)
validate_array($global_tags)
validate_hash($global_tags)
validate_bool($manage_service)
validate_bool($manage_repo)

Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$flush_jitter = '0s'
$debug = false
$quiet = false
$global_tags = []
$global_tags = {}
$manage_service = true
$manage_repo = true

Expand Down

0 comments on commit da378df

Please sign in to comment.