Skip to content

Commit

Permalink
Fix $nginx_upstream_defaults type
Browse files Browse the repository at this point in the history
In my understanding, `$nginx_upstream_defaults` should be of type
`UpstreamDefaults`, not `UpstreamMemberDefaults`.
  • Loading branch information
saz authored and bastelfreak committed Feb 9, 2019
1 parent b4b8a95 commit 181f470
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 181f470

Please sign in to comment.