Skip to content

Commit 2961232

Browse files
Update readme: listen_port is integer for Hiera
1 parent 16f9808 commit 2961232

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)