Skip to content

Commit

Permalink
Merge pull request #1590 from toutoen/fix_doc
Browse files Browse the repository at this point in the history
fix typo in nginx::resource::map documentation
  • Loading branch information
ekohl committed Apr 17, 2024
2 parents 9b071ff + 4cf0d12 commit d77a956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/map.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d77a956

Please sign in to comment.