add installation
This commit is contained in:
12
manifests/main/install.pp
Normal file
12
manifests/main/install.pp
Normal file
@@ -0,0 +1,12 @@
|
||||
## resources_cd::main::install.pp
|
||||
# Module name: resources_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class install required packages for the resources_cd module.
|
||||
##############################################################################
|
||||
class resources_cd::main::install (
|
||||
|
||||
) inherits resources_cd::params {
|
||||
package { $reqpackages:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user