Skip to content

Commit 250300a

Browse files
authored
Merge pull request #1205 from AranVinkItility/master
Update readme: listen_port is integer for Hiera
2 parents bc8660d + 2961232 commit 250300a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ nginx::nginx_cfg_prepend:
174174
nginx::nginx_streamhosts:
175175
'syslog':
176176
ensure: 'present'
177-
listen_port: '514'
177+
listen_port: 514
178178
listen_options: 'udp'
179179
proxy: 'syslog'
180180
proxy_read_timeout: '1'

0 commit comments

Comments
 (0)