OP#355 fork puppet_cd to confdroid_puppet
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## puppet_cd::main::install.pp
|
||||
# Module name: puppet_cd
|
||||
## confdroid_puppet::main::install.pp
|
||||
# Module name: confdroid_puppet
|
||||
# Author: Arne Teuke (arne_teuke@confdroid)
|
||||
# @summary Class manages package installation for the puppet_cd module.
|
||||
# @summary Class manages package installation for the confdroid_puppet module.
|
||||
###############################################################################
|
||||
class puppet_cd::main::install (
|
||||
class confdroid_puppet::main::install (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
) inherits confdroid_puppet::params {
|
||||
if $fqdn != $pt_pm_fqdn {
|
||||
package { $pt_agent_pkg:
|
||||
ensure => $pt_pkg_ensure,
|
||||
|
||||
Reference in New Issue
Block a user