Project

General

Profile

Download (853 Bytes) Statistics
| Branch: | Tag: | Revision:
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
key: port
key_type: integer
validator_type:
default_value: 80
is_param: true

two:
key: ssl_port
key_type: integer
validator_type: list
validator_rule: '443,8443'
puppetclass: one
default_value: 443

three:
key: ssl
key_type: Boolean
validator_rule:
default_value: true
override: true
is_param: true

complex:
key: cluster
key_type: string
validator_rule:
default_value: 'secret'
override: true
path: 'organization,location'

four:
key: special_info
key_type: string
validator_rule:
default_value: 'secret'
override: true
puppetclass : two
path: 'organization,location'

five:
key: custom_class_param
key_type: string
validator_rule:
default_value: 'abcdef'
path: 'organization,location'
override: true
(21-21/56)