recommit for updates in build 11
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Summary</h2>
|
<h2>Summary</h2>
|
||||||
class install yum repos for the cd_alloy module.
|
class install yum repos for the cd_alloy module
|
||||||
|
|
||||||
<h2>Overview</h2>
|
<h2>Overview</h2>
|
||||||
<div class="docstring">
|
<div class="docstring">
|
||||||
@@ -124,16 +124,16 @@ class cd_alloy::yumrepo (
|
|||||||
|
|
||||||
) inherits cd_alloy::params {
|
) inherits cd_alloy::params {
|
||||||
|
|
||||||
yumrepo { 'grafana':
|
yumrepo { 'grafana':
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
name => 'grafana',
|
name => 'grafana',
|
||||||
descr => 'grafana',
|
descr => 'grafana',
|
||||||
baseurl => 'https://packages.grafana.com/oss/rpm',
|
baseurl => 'https://packages.grafana.com/oss/rpm',
|
||||||
gpgkey => 'https://packages.grafana.com/gpg.key',
|
gpgkey => 'https://packages.grafana.com/gpg.key',
|
||||||
enabled => '1',
|
enabled => '1',
|
||||||
gpgcheck => '1',
|
gpgcheck => '1',
|
||||||
target => '/etc/yum.repo.d/grafana.repo',
|
target => '/etc/yum.repo.d/grafana.repo',
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user