diff --git a/doc/file.README.html b/doc/file.README.html
index c6ebda1..df688a0 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -86,6 +86,9 @@ production
Features
-
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).
Support
diff --git a/doc/index.html b/doc/index.html
index c9520fa..294467c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -86,6 +86,9 @@ production
Features
-
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).
Support
diff --git a/doc/puppet_classes/puppet_cd_3A_3Aserver_3A_3Aservice.html b/doc/puppet_classes/puppet_cd_3A_3Aserver_3A_3Aservice.html
index b56698b..e1a7e89 100644
--- a/doc/puppet_classes/puppet_cd_3A_3Aserver_3A_3Aservice.html
+++ b/doc/puppet_classes/puppet_cd_3A_3Aserver_3A_3Aservice.html
@@ -126,9 +126,9 @@
class puppet_cd::server::service (
-) inherits puppet_cd::params {
-
+) inherits puppet_cd::params {
if $fqdn == $pt_pm_fqdn {
+ # manager requirement
require puppet_cd::firewall::iptables
require puppet_cd::main::files
@@ -136,10 +136,10 @@ class puppet_cd::server::service (
# manage puppet server service
service { $pt_service:
- ensure => running,
- hasstatus => true,
- hasrestart => true,
- enable => true,
+ ensure => running,
+ hasstatus => true,
+ hasrestart => true,
+ enable => true,
}
}
}