From 0d671cf683ebced8fe6bb6438dcce68ddec65dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Ara=C3=B1a=20Cruz?= Date: Tue, 12 Mar 2024 09:25:10 +0100 Subject: [PATCH] Add support for varnish 7.x and 8.x --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index d5851e4..893fd96 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -57,7 +57,7 @@ Integer $min_threads = 50, Integer $max_threads = 1000, Integer $thread_timeout = 120, - Pattern[/^[3-6]\.[0-9](lts)?/] $varnish_version = '4.1', + Pattern[/^[3-8]\.[0-9](lts)?/] $varnish_version = '4.1', Optional[String] $instance_name = undef, String $package_ensure = 'present', String $package_name = 'varnish',