recommit for updates in build 40
This commit is contained in:
@@ -137,7 +137,7 @@ considered a puppet agent.</p>
|
|||||||
<span class='type'>(<tt>String</tt>)</span>
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>''</tt>)</em>
|
<em class="default">(defaults to: <tt>'puppetmaster.example.net'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -155,7 +155,7 @@ considered a puppet agent.</p>
|
|||||||
<span class='type'>(<tt>String</tt>)</span>
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>''</tt>)</em>
|
<em class="default">(defaults to: <tt>'puppetdb.example.net'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -296,8 +296,8 @@ considered a puppet agent.</p>
|
|||||||
class puppet_cd::params (
|
class puppet_cd::params (
|
||||||
|
|
||||||
Boolean $pt_manage_fw = true,
|
Boolean $pt_manage_fw = true,
|
||||||
String $pt_pm_fqdn = '',
|
String $pt_pm_fqdn = 'puppetmaster.example.net',
|
||||||
String $pt_db_fqdn = '',
|
String $pt_db_fqdn = 'puppetdb.example.net',
|
||||||
|
|
||||||
# installation
|
# installation
|
||||||
String $pt_package_url = 'https://yum.puppet.com/puppet8-release-el-9.noarch.rpm',
|
String $pt_package_url = 'https://yum.puppet.com/puppet8-release-el-9.noarch.rpm',
|
||||||
|
|||||||
Reference in New Issue
Block a user