Puppet Class: cd_alloy::params

Inherited by:
cd_alloy::main::config
cd_alloy::main::yumrepo
Defined in:
manifests/params.pp

Summary

Class contains all parameters for the cd_alloy module.

Overview

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



6
7
8
9
10
11
12
13
# File 'manifests/params.pp', line 6

class cd_alloy::params (

) {

  # includes must be last
  include cd_alloy::main::config

}