Puppet Class: cd_alloy::main::install

Inherits:
cd_alloy::params
Defined in:
manifests/main/install.pp

Summary

Class manages module logic for the cd_alloy module

Overview

Module name: cd_alloy Author: Arne Teuke (arne_teuke@confdroid.com)



5
6
7
8
9
10
11
12
13
14
15
# File 'manifests/main/install.pp', line 5

class cd_alloy::main::install (

) inherits cd_alloy::params {

  require cd_alloy::main::yumrepo

  package {$reqpackages:
    ensure => $pkg_ensure,
  }

}