Recommit for updates in build 15
This commit is contained in:
@@ -189,7 +189,16 @@
|
||||
91
|
||||
92
|
||||
93
|
||||
94</pre>
|
||||
94
|
||||
95
|
||||
96
|
||||
97
|
||||
98
|
||||
99
|
||||
100
|
||||
101
|
||||
102
|
||||
103</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/r10k/webhook.pp', line 6</span>
|
||||
@@ -216,6 +225,15 @@ class puppet_cd::r10k::webhook (
|
||||
seluser => system_u,
|
||||
}
|
||||
|
||||
# create the log file
|
||||
file { '/var/log/r10k-webhook.log':
|
||||
ensure => file,
|
||||
owner => 'puppet',
|
||||
group => 'puppet',
|
||||
mode => '0644',
|
||||
require => File['/opt/r10k-webhook'],
|
||||
}
|
||||
|
||||
# create the requirements file
|
||||
file { $pt_r10k_req_file:
|
||||
ensure => file,
|
||||
@@ -227,7 +245,7 @@ class puppet_cd::r10k::webhook (
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($pt_r10k_req_erb),
|
||||
require => File['/opt/r10k-webhook'],
|
||||
require => File['/var/log/r10k-webhook.log'],
|
||||
}
|
||||
|
||||
# create the binary file
|
||||
|
||||
Reference in New Issue
Block a user