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 @@
|
||||
## php_cd::main::install.pp
|
||||
# Module name: php_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the module logic
|
||||
##############################################################################
|
||||
class php_cd::main::install (
|
||||
|
||||
) inherits php_cd::params {
|
||||
package { $reqpackages:
|
||||
ensure => $pkg_ensure,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user