recommit for updates in build 34
This commit is contained in:
@@ -107,17 +107,19 @@
|
||||
9
|
||||
10
|
||||
11
|
||||
12</pre>
|
||||
12
|
||||
13</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/main/yumrepo.pp', line 6</span>
|
||||
|
||||
class puppet_cd::main::yumrepo (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
|
||||
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
# install repo rpm, which will install all the yum repos
|
||||
package { $pt_package_url:
|
||||
ensure => $pt_pkg_ensure,
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -136,6 +136,32 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>pt_package_url</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Any</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'https://yum.puppet.com/puppet8-release-el-9.noarch.rpm'</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>pt_pkg_ensure</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Any</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'present'</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -163,7 +189,12 @@
|
||||
19
|
||||
20
|
||||
21
|
||||
22</pre>
|
||||
22
|
||||
23
|
||||
24
|
||||
25
|
||||
26
|
||||
27</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 6</span>
|
||||
@@ -173,6 +204,11 @@ class puppet_cd::params (
|
||||
$pt_manage_fw = true,
|
||||
$pt_puppetmaster = undef,
|
||||
|
||||
# installation
|
||||
$pt_package_url = 'https://yum.puppet.com/puppet8-release-el-9.noarch.rpm',
|
||||
$pt_pkg_ensure = 'present',
|
||||
|
||||
|
||||
) {
|
||||
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
Reference in New Issue
Block a user