recommit for updates in build 240
This commit is contained in:
@@ -241,7 +241,22 @@
|
|||||||
143
|
143
|
||||||
144
|
144
|
||||||
145
|
145
|
||||||
146</pre>
|
146
|
||||||
|
147
|
||||||
|
148
|
||||||
|
149
|
||||||
|
150
|
||||||
|
151
|
||||||
|
152
|
||||||
|
153
|
||||||
|
154
|
||||||
|
155
|
||||||
|
156
|
||||||
|
157
|
||||||
|
158
|
||||||
|
159
|
||||||
|
160
|
||||||
|
161</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
||||||
@@ -385,6 +400,21 @@ class cd_haproxy::main::files (
|
|||||||
content => template($hy_504_erb),
|
content => template($hy_504_erb),
|
||||||
notify => Service[$hy_service],
|
notify => Service[$hy_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# make sure rsyslog is logging haproxy logs
|
||||||
|
|
||||||
|
file { '/etc/rsyslog.d/10-haproxy.conf':
|
||||||
|
ensure => file,
|
||||||
|
owner => 'root',
|
||||||
|
group => 'root',
|
||||||
|
mode => '0644',
|
||||||
|
selrange => s0,
|
||||||
|
selrole => object_r,
|
||||||
|
seltype => syslog_conf_t,
|
||||||
|
seluser => system_u,
|
||||||
|
content => template('cd_haproxy/rsyslog/'),
|
||||||
|
notify => Service['rsyslog'],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user