add service
This commit is contained in:
@@ -7,22 +7,8 @@ class puppet_cd::main::config (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
|
||||
|
||||
if $fqdn == $pt_puppetmaster {
|
||||
notify { "This is the Puppet master node": }
|
||||
include puppet_cd::server::service
|
||||
}
|
||||
|
||||
#if $fqdn == $pt_puppetmaster {
|
||||
# notify {"Me Puppetmasster":}
|
||||
#}
|
||||
|
||||
#if $fqdn != $pt_puppetmaster {
|
||||
# notify {"BAA":}
|
||||
#}
|
||||
|
||||
# Notify the node's FQDN
|
||||
#notify { "This node's FQDN is ${facts['fqdn']}": }
|
||||
|
||||
notify { " FQDN is ${fqdn}": }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user