spelling
This commit is contained in:
@@ -17,7 +17,7 @@ This module is also designed to work with External Node Classifiers (ENC), for i
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
* install repo rpm (this will create the repo definitions)
|
* install repo rpm (this will create the repo definitions)
|
||||||
* install packages depending on whether the host fqdn equals either Puppet master, Puppet db or none (agent).
|
* install packages depending on whether the host fqdn equals either master fqdn, db fqdn or none (agent).
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
class puppet_cd::server::service (
|
class puppet_cd::server::service (
|
||||||
|
|
||||||
) inherits puppet_cd::params {
|
) inherits puppet_cd::params {
|
||||||
|
|
||||||
if $fqdn == $pt_pm_fqdn {
|
if $fqdn == $pt_pm_fqdn {
|
||||||
|
# manager requirement
|
||||||
|
|
||||||
require puppet_cd::firewall::iptables
|
require puppet_cd::firewall::iptables
|
||||||
require puppet_cd::main::files
|
require puppet_cd::main::files
|
||||||
|
|||||||
Reference in New Issue
Block a user