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