Merge branch 'jenkins-build-97' into 'master'
Auto-merge for build 97 See merge request puppet/puppet_cd!93
This commit is contained in:
@@ -120,12 +120,7 @@
|
|||||||
22
|
22
|
||||||
23
|
23
|
||||||
24
|
24
|
||||||
25
|
25</pre>
|
||||||
26
|
|
||||||
27
|
|
||||||
28
|
|
||||||
29
|
|
||||||
30</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
|
||||||
@@ -137,11 +132,6 @@ class puppet_cd::main::install (
|
|||||||
package { $pt_agent_pkg:
|
package { $pt_agent_pkg:
|
||||||
ensure => $pt_pkg_ensure,
|
ensure => $pt_pkg_ensure,
|
||||||
}
|
}
|
||||||
if $pt_use_puppetdb == true {
|
|
||||||
package { $pt_puppetdb_pkg:
|
|
||||||
ensure => $pt_pkg_ensure,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if $fqdn == $pt_pm_fqdn {
|
if $fqdn == $pt_pm_fqdn {
|
||||||
|
|||||||
@@ -10,11 +10,6 @@ class puppet_cd::main::install (
|
|||||||
package { $pt_agent_pkg:
|
package { $pt_agent_pkg:
|
||||||
ensure => $pt_pkg_ensure,
|
ensure => $pt_pkg_ensure,
|
||||||
}
|
}
|
||||||
if $pt_use_puppetdb == true {
|
|
||||||
package { $pt_puppetdb_pkg:
|
|
||||||
ensure => $pt_pkg_ensure,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if $fqdn == $pt_pm_fqdn {
|
if $fqdn == $pt_pm_fqdn {
|
||||||
|
|||||||
Reference in New Issue
Block a user