OP#586 initial commit after fork
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
## java_cd::main::config.pp
|
||||
# Module name: java_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the logic for the java_cd module.
|
||||
## confdroid_java::main::config.pp
|
||||
# Module name: confdroid_java
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages the logic for the confdroid_java module.
|
||||
##############################################################################
|
||||
class java_cd::main::config (
|
||||
class confdroid_java::main::config (
|
||||
|
||||
) inherits java_cd::params {
|
||||
include java_cd::main::install
|
||||
) inherits confdroid_java::params {
|
||||
include confdroid_java::main::install
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
## java_cd::main::install.pp
|
||||
# Module name: java_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the logic for the java_cd module.
|
||||
## confdroid_java::main::install.pp
|
||||
# Module name: confdroid_java
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages the logic for the confdroid_java module.
|
||||
##############################################################################
|
||||
class java_cd::main::install (
|
||||
class confdroid_java::main::install (
|
||||
|
||||
) inherits java_cd::params {
|
||||
package { $reqpackages:
|
||||
ensure => $pkg_ensure,
|
||||
) inherits confdroid_java::params {
|
||||
package { $js_reqpackages:
|
||||
ensure => $js_pkg_ensure,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user