Skip to content

Commit d77a956

Browse files
authored
Merge pull request #1590 from toutoen/fix_doc
fix typo in nginx::resource::map documentation
2 parents 9b071ff + 4cf0d12 commit d77a956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/resource/map.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# nginx::resource::map { 'backend_pool':
2121
# ensure => present,
2222
# hostnames => true,
23-
# default => 'ny-pool-1,
23+
# default => 'ny-pool-1',
2424
# string => '$http_host',
2525
# mappings => {
2626
# '*.nyc.example.com' => 'ny-pool-1',

0 commit comments

Comments
 (0)