-
Notifications
You must be signed in to change notification settings - Fork 4
/
puppet-saslauthd_schema.yaml
160 lines (160 loc) · 4.58 KB
/
puppet-saslauthd_schema.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# Created using puppet-retrospec - https://github.com/nwops/puppet-retrospec
# This schema file can be used to validate hiera data
# http://www.kuwata-lab.com/kwalify/ruby/users-guide.01.html#schema
# To validate your hiera data against this schema install the kwalify gem
# 1. gem install kwalify
# 2. kwalify -lf /home/rgevaert/Vcs/puppet-saslauthd/puppet-saslauthd_schema.yaml hiera_data_file.yaml
# By default this schema is generic and only covers basic parameter types.
# You should update the schema to match your expected data types in your puppet classes
# or anywhere else you call hiera using the hiera() function.
# This schema contains 47 entries.
---
type: map
mapping:
hostclass:
type: map
mapping:
"saslauthd::start":
type: any
required: false
"saslauthd::version":
type: any
required: false
"saslauthd::mechanisms":
type: any
required: false
"saslauthd::mech_options":
type: any
required: false
"saslauthd::threads":
type: any
required: false
"saslauthd::options":
type: any
required: false
"saslauthd::default_template":
type: any
required: false
"saslauthd::socket_dir":
type: any
required: false
"saslauthd::package":
type: any
required: false
"saslauthd::service":
type: any
required: false
"saslauthd::config_file":
type: any
required: false
"saslauthd::default_file":
type: any
required: false
"saslauthd::ldap_auth_method":
type: any
required: false
"saslauthd::ldap_bind_dn":
type: any
required: false
"saslauthd::ldap_bind_pw":
type: any
required: false
"saslauthd::ldap_default_realm":
type: any
required: false
"saslauthd::ldap_deref":
type: any
required: false
"saslauthd::ldap_filter":
type: any
required: false
"saslauthd::ldap_group_attr":
type: any
required: false
"saslauthd::ldap_group_dn":
type: any
required: false
"saslauthd::ldap_group_pw":
type: any
required: false
"saslauthd::ldap_group_filter":
type: any
required: false
"saslauthd::ldap_group_match_method":
type: any
required: false
"saslauthd::ldap_group_search_base":
type: any
required: false
"saslauthd::ldap_group_scope":
type: any
required: false
"saslauthd::ldap_password":
type: any
required: false
"saslauthd::ldap_password_attr":
type: any
required: false
"saslauthd::ldap_referrals":
type: any
required: false
"saslauthd::ldap_restart":
type: any
required: false
"saslauthd::ldap_id":
type: any
required: false
"saslauthd::ldap_authz_id":
type: any
required: false
"saslauthd::ldap_mech":
type: any
required: false
"saslauthd::ldap_realm":
type: any
required: false
"saslauthd::ldap_scope":
type: any
required: false
"saslauthd::ldap_search_base":
type: any
required: false
"saslauthd::ldap_servers":
type: any
required: false
"saslauthd::ldap_start_tls":
type: any
required: false
"saslauthd::ldap_time_limit":
type: any
required: false
"saslauthd::ldap_timeout":
type: any
required: false
"saslauthd::ldap_tls_check_peer":
type: any
required: false
"saslauthd::ldap_tls_cacert_file":
type: any
required: false
"saslauthd::ldap_tls_cacert_dir":
type: any
required: false
"saslauthd::ldap_tls_ciphers":
type: any
required: false
"saslauthd::ldap_tls_cert":
type: any
required: false
"saslauthd::ldap_tls_key":
type: any
required: false
"saslauthd::ldap_use_sasl":
type: any
required: false
"saslauthd::ldap_version":
type: any
required: false
definition:
type: map
mapping: {}