binford2k
08/04/2022, 11:07 PM-
that you had in before make it an array of hashesbinford2k
08/04/2022, 11:08 PMbinford2k
08/04/2022, 11:08 PMPatrick Rynhart
08/04/2022, 11:08 PMbinford2k
08/04/2022, 11:08 PMPatrick Rynhart
08/04/2022, 11:09 PMbinford2k
08/04/2022, 11:09 PMPatrick Rynhart
08/04/2022, 11:10 PMbinford2k
08/04/2022, 11:11 PMbinford2k
08/04/2022, 11:13 PMPatrick Rynhart
08/04/2022, 11:15 PMPatrick Rynhart
08/04/2022, 11:21 PMBrian Schonecker
08/04/2022, 11:24 PMSlackbot
08/04/2022, 11:25 PMBrian Schonecker
08/04/2022, 11:25 PMPatrick Rynhart
08/04/2022, 11:33 PMvalue.each do |k, v|
Patrick Rynhart
08/04/2022, 11:33 PMSlackbot
08/05/2022, 8:18 AMsh6624gsj8
08/05/2022, 8:21 AMhaproxy::services::options:
http2 = true
which I would like to map in my puppet template with a conditional statement like :-
<% if http2 == true -%>
option http-use-htx
<% end -%>
but I don't think my puppet run understand that I am pointing to this variable . How can I map this correctly in my erb file?sh6624gsj8
08/05/2022, 8:23 AMhaproxy::services:
http2 = true
which I would like to map in my puppet template with a conditional statement like :-
<% if http2 == true -%>
option http-use-htx
<% end -%>
but I don't think my puppet run understand that I am pointing to this variable . How can I map this correctly in my erb file?sh6624gsj8
08/05/2022, 8:33 AMhaproxy::service_default:
port: 443
mode: 'http'
http2: true
http1_1: true
and in my template I would like to only enable an option if http2 is true - in this way :-
<% if http2 == true -%>
option http-use-htx
<% end -%>
sh6624gsj8
08/05/2022, 8:35 AMdummy_haproxy::service_default:
port: 443
mode: 'http'
http2: true
http1_1: true
and in my template I would like to only enable an option if http2 is true - in this way :-
<% if http2 == true -%>
option http-use-htx
<% end -%>
sh6624gsj8
08/05/2022, 8:35 AMdummy_haproxy::services:
http2 = true
which I would like to map in my puppet template with a conditional statement like :-
<% if http2 == true -%>
option http-use-htx
<% end -%>
but I don't think my puppet run understand that I am pointing to this variable . How can I map this correctly in my erb file?sh6624gsj8
08/05/2022, 8:41 AMSlackbot
08/05/2022, 11:47 AMJoost
08/05/2022, 1:32 PMBrian Schonecker
08/05/2022, 3:12 PMSlackbot
08/05/2022, 3:13 PMSlackbot
08/05/2022, 3:19 PMBrian Schonecker
08/05/2022, 3:52 PM