From 5fb93cdfadc6077a2ac7c86146dc3801b777e6e5 Mon Sep 17 00:00:00 2001 From: Mihmet Akpinar Date: Wed, 18 Oct 2023 14:37:01 +0200 Subject: [PATCH] revert changes --- REFERENCE.md | 4 ++-- manifests/init.pp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/REFERENCE.md b/REFERENCE.md index 5e1ae89d0..630e0c278 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -277,11 +277,11 @@ Data type: `String[1]` The version of nginx installed (or being installed). Unfortunately, different versions of nginx may need configuring differently. The default is derived from the version of nginx -already installed. If the fact is unavailable, it defaults to '1.25.2'. +already installed. If the fact is unavailable, it defaults to '1.6.0'. You may need to set this manually to get a working and idempotent configuration. -Default value: `pick(fact('nginx_version'), '1.25.2')` +Default value: `pick(fact('nginx_version'), '1.6.0')` ##### `debug_connections` diff --git a/manifests/init.pp b/manifests/init.pp index f00181389..2445c100d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,7 +20,7 @@ # The version of nginx installed (or being installed). # Unfortunately, different versions of nginx may need configuring # differently. The default is derived from the version of nginx -# already installed. If the fact is unavailable, it defaults to '1.25.2'. +# already installed. If the fact is unavailable, it defaults to '1.6.0'. # You may need to set this manually to get a working and idempotent # configuration. # @@ -240,7 +240,7 @@ Hash $nginx_upstreams = {}, Nginx::UpstreamDefaults $nginx_upstreams_defaults = {}, Boolean $purge_passenger_repo = true, - String[1] $nginx_version = pick(fact('nginx_version'), '1.25.2'), + String[1] $nginx_version = pick(fact('nginx_version'), '1.6.0'), ### END Hiera Lookups ### ) inherits nginx::params {