Skip to content

Commit

Permalink
[skip-ci] Remove EOL operatingsystems
Browse files Browse the repository at this point in the history
adding support for include directive in map (voxpupuli#1149)

* adding support for include directive in map

* change param name includes to include_files to keep naming consistent with the other manifests
adding test to ensure empty value , single and multiple inclusions works correctly

* fix rubocop offenses

adding support for proxy_cache_bypass and proxy_cache_lock (voxpupuli#1150)

* adding support for proxy_cache_bypass and proxy_cache_lock

* adding tests and restrict proxy_cache_lock to enum

	modifié :         manifests/resource/location.pp
	modifié :         manifests/resource/map.pp
	modifié :         manifests/resource/server.pp
	modifié :         spec/defines/resource_location_spec.rb
	modifié :         spec/defines/resource_map_spec.rb
	modifié :         templates/conf.d/map.erb
	modifié :         templates/server/locations/proxy.erb
  • Loading branch information
ekohl authored and ceonizm committed Feb 6, 2020
1 parent c076134 commit 986c2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/location.pp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
Optional[String] $auth_basic_user_file = undef,
Optional[String] $auth_request = undef,
Array $rewrite_rules = [],
Integer[401, 599] $priority = 500,
Integer[401,599] $priority = 500,
Boolean $mp4 = false,
Boolean $flv = false,
Optional[String] $expires = undef,
Expand Down

0 comments on commit 986c2f0

Please sign in to comment.