Skip to content

Commit 9ed6832

Browse files
committed
(profile/tomcat) add puppet nginx configuration
1 parent c11d3c6 commit 9ed6832

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/profile/manifests/ccs/tomcat.pp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,9 @@
202202
ensure => present,
203203
members => {
204204
'localhost:8080' => {
205-
server => 'localhost',
206-
port => 8080,
205+
server => 'localhost',
206+
port => 8080,
207+
options => 'max_fails=0',
207208
},
208209
},
209210
}

0 commit comments

Comments
 (0)