Skip to content

Commit

Permalink
Merge pull request voxpupuli#1309 from saz/patch-3
Browse files Browse the repository at this point in the history
Fix `$nginx_upstream_defaults` type
  • Loading branch information
bastelfreak authored Feb 9, 2019
2 parents b4b8a95 + 181f470 commit e777b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
Hash $nginx_streamhosts = {},
Hash $nginx_streamhosts_defaults = {},
Hash $nginx_upstreams = {},
Nginx::UpstreamMemberDefaults $nginx_upstreams_defaults = {},
Nginx::UpstreamDefaults $nginx_upstreams_defaults = {},
Boolean $purge_passenger_repo = true,
Boolean $add_listen_directive = $nginx::params::add_listen_directive,

Expand Down

0 comments on commit e777b01

Please sign in to comment.