Skip to content

Commit b2027be

Browse files
committed
(profile/tomcat) add puppet nginx configuration
1 parent b739123 commit b2027be

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+
max_fails => 0,
207208
},
208209
},
209210
}

0 commit comments

Comments
 (0)