From 4cf0d12540e8aafcd703bc10e536b1e861c5bdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Guerr=C3=A9e?= Date: Wed, 17 Apr 2024 12:03:56 +0200 Subject: [PATCH] fix typo in nginx::resource::map documentation --- manifests/resource/map.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/resource/map.pp b/manifests/resource/map.pp index 0fee18eba..73f51ae4a 100644 --- a/manifests/resource/map.pp +++ b/manifests/resource/map.pp @@ -20,7 +20,7 @@ # nginx::resource::map { 'backend_pool': # ensure => present, # hostnames => true, -# default => 'ny-pool-1, +# default => 'ny-pool-1', # string => '$http_host', # mappings => { # '*.nyc.example.com' => 'ny-pool-1',