OP#647 initial commit after fork
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
## alloy_cd::main::install.pp
|
||||
# Module name: alloy_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class installs packages for the alloy_cd module
|
||||
## confdroid_alloy::main::install.pp
|
||||
# Module name: confdroid_alloy
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class installs packages for the confdroid_alloy module
|
||||
###############################################################################
|
||||
class alloy_cd::main::install (
|
||||
class confdroid_alloy::main::install (
|
||||
|
||||
) inherits alloy_cd::params {
|
||||
require alloy_cd::main::yumrepo
|
||||
) inherits confdroid_alloy::params {
|
||||
require confdroid_alloy::main::yumrepo
|
||||
|
||||
package { $reqpackages:
|
||||
ensure => $pkg_ensure,
|
||||
package { $ay_reqpackages:
|
||||
ensure => $ay_pkg_ensure,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user