recommit for updates in build 8
This commit is contained in:
@@ -105,7 +105,17 @@
|
|||||||
7
|
7
|
||||||
8
|
8
|
||||||
9
|
9
|
||||||
10</pre>
|
10
|
||||||
|
11
|
||||||
|
12
|
||||||
|
13
|
||||||
|
14
|
||||||
|
15
|
||||||
|
16
|
||||||
|
17
|
||||||
|
18
|
||||||
|
19
|
||||||
|
20</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/yumrepo.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/yumrepo.pp', line 6</span>
|
||||||
@@ -114,6 +124,16 @@ class cd_alloy::yumrepo (
|
|||||||
|
|
||||||
) inherits cd_alloy::params {
|
) inherits cd_alloy::params {
|
||||||
|
|
||||||
|
yumrepo { 'grafana':
|
||||||
|
ensure => 'present',
|
||||||
|
name => 'grafana',
|
||||||
|
descr => 'grafana',
|
||||||
|
baseurl => 'https://packages.grafana.com/oss/rpm',
|
||||||
|
gpgkey => 'https://packages.grafana.com/gpg.key',
|
||||||
|
enabled => '1',
|
||||||
|
gpgcheck => '1',
|
||||||
|
target => '/etc/yum.repo.d/grafana.repo',
|
||||||
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user