Recommit for updates in build 5
This commit is contained in:
@@ -130,7 +130,8 @@
|
|||||||
32
|
32
|
||||||
33
|
33
|
||||||
34
|
34
|
||||||
35</pre>
|
35
|
||||||
|
36</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/r10k/install.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/r10k/install.pp', line 6</span>
|
||||||
@@ -138,7 +139,8 @@
|
|||||||
class puppet_cd::r10k::install (
|
class puppet_cd::r10k::install (
|
||||||
|
|
||||||
) inherits puppet_cd::params {
|
) inherits puppet_cd::params {
|
||||||
if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
|
# if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k == true) {
|
||||||
|
if $pt_use_r10k == true {
|
||||||
# install required packages
|
# install required packages
|
||||||
package { $pt_r10k_pkg:
|
package { $pt_r10k_pkg:
|
||||||
ensure => $pt_pkg_ensure,
|
ensure => $pt_pkg_ensure,
|
||||||
|
|||||||
Reference in New Issue
Block a user