From ebe6ca3588cca5abad0ee5e08e23bd764e90af32 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
install repo rpm (this will create the repo definitions)
-install packages depending on whether the host fqdn equals either master fqdn, db fqdn or none (agent).
install repo rpm (this will create the repo definitions)
-install packages depending on whether the host fqdn equals either master fqdn, db fqdn or none (agent).
# File 'manifests/main/files.pp', line 6
@@ -177,7 +176,6 @@ class puppet_cd::main::files (
}
if $pt_use_puppetdb == true {
-
file { $pt_puppetdb_conf_file:
ensure => filet,
path => $pt_puppetdb_conf_file,
diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html
index 1aa4ba8..cd69880 100644
--- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html
+++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Ainstall.html
@@ -119,9 +119,7 @@
21
22
23
-24
-25
-26
+24
# File 'manifests/main/install.pp', line 6 @@ -129,8 +127,6 @@ class puppet_cd::main::install ( ) inherits puppet_cd::params { - require puppet_cd::main::yumrepo - package { $pt_agent_pkg: ensure => $pt_pkg_ensure, } diff --git a/doc/puppet_classes/puppet_cd_3A_3Aparams.html b/doc/puppet_classes/puppet_cd_3A_3Aparams.html index e4bfe5b..54497b2 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Aparams.html +++ b/doc/puppet_classes/puppet_cd_3A_3Aparams.html @@ -77,8 +77,6 @@ puppet_cd::main::install
- puppet_cd::main::yumrepo
- puppet_cd::server::service
puppet_cd::firewall::iptables
@@ -167,24 +165,6 @@ considered a puppet agent. -
the url for fetching the repo rpm
-the log directory
++31 32 33 34 @@ -1314,12 +1289,10 @@ considered a puppet agent. 165 166 167 -168 -169 -170+168
# File 'manifests/params.pp', line 32
+ # File 'manifests/params.pp', line 31
class puppet_cd::params (
@@ -1328,7 +1301,6 @@ class puppet_cd::params (
String $pt_db_fqdn = 'puppetdb.example.net',
# installation
- String $pt_package_url = 'https://yum.puppet.com/puppet8-release-el-9.noarch.rpm',
String $pt_pkg_ensure = 'present',
String $pt_agent_pkg = 'puppet-agent',
String $pt_server_pkg = 'puppetserver',