@@ -53,33 +53,33 @@ All other parameters take a string. When passing an array to other parameters, o
53
53
54
54
The following parameters are available in the ` ssh_config ` type.
55
55
56
- * [ ` host ` ] ( #host )
57
- * [ ` key ` ] ( #key )
58
- * [ ` name ` ] ( #name )
59
- * [ ` provider ` ] ( #provider )
60
- * [ ` target ` ] ( #target )
56
+ * [ ` host ` ] ( #-ssh_config-- host )
57
+ * [ ` key ` ] ( #-ssh_config-- key )
58
+ * [ ` name ` ] ( #-ssh_config-- name )
59
+ * [ ` provider ` ] ( #-ssh_config-- provider )
60
+ * [ ` target ` ] ( #-ssh_config-- target )
61
61
62
- ##### <a name =" host " ></a >` host `
62
+ ##### <a name =" -ssh_config-- host" ></a >` host `
63
63
64
64
Host condition for the entry.
65
65
66
- ##### <a name =" key " ></a >` key `
66
+ ##### <a name =" -ssh_config-- key" ></a >` key `
67
67
68
68
Overrides setting name to prevent resource conflicts if ` host ` is
69
69
given.
70
70
71
- ##### <a name =" name " ></a >` name `
71
+ ##### <a name =" -ssh_config-- name" ></a >` name `
72
72
73
73
namevar
74
74
75
75
The name of the setting, or a unique string if ` host ` given.
76
76
77
- ##### <a name =" provider " ></a >` provider `
77
+ ##### <a name =" -ssh_config-- provider" ></a >` provider `
78
78
79
79
The specific backend to use for this ` ssh_config ` resource. You will seldom need to specify this --- Puppet will usually
80
80
discover the appropriate provider for your platform.
81
81
82
- ##### <a name =" target " ></a >` target `
82
+ ##### <a name =" -ssh_config-- target" ></a >` target `
83
83
84
84
The file in which to store the settings, defaults to
85
85
` /etc/ssh/ssh_config ` .
@@ -133,22 +133,22 @@ All other parameters take a string. When passing an array to other parameters, o
133
133
134
134
The following parameters are available in the ` sshd_config ` type.
135
135
136
- * [ ` array_append ` ] ( #array_append )
137
- * [ ` condition ` ] ( #condition )
138
- * [ ` key ` ] ( #key )
139
- * [ ` name ` ] ( #name )
140
- * [ ` provider ` ] ( #provider )
141
- * [ ` target ` ] ( #target )
136
+ * [ ` array_append ` ] ( #-sshd_config-- array_append )
137
+ * [ ` condition ` ] ( #-sshd_config-- condition )
138
+ * [ ` key ` ] ( #-sshd_config-- key )
139
+ * [ ` name ` ] ( #-sshd_config-- name )
140
+ * [ ` provider ` ] ( #-sshd_config-- provider )
141
+ * [ ` target ` ] ( #-sshd_config-- target )
142
142
143
- ##### <a name =" array_append " ></a >` array_append `
143
+ ##### <a name =" -sshd_config-- array_append" ></a >` array_append `
144
144
145
- Valid values: `` false `` , `` true ` `
145
+ Valid values: ` false ` , ` true `
146
146
147
147
Whether to add to existing array values or replace all values.
148
148
149
- Default value: `` false ` `
149
+ Default value: ` false `
150
150
151
- ##### <a name =" condition " ></a >` condition `
151
+ ##### <a name =" -sshd_config-- condition" ></a >` condition `
152
152
153
153
Match group condition for the entry,
154
154
in the format:
@@ -163,23 +163,23 @@ whitespace. This is used if the `Match` block has multiple criteria.
163
163
164
164
condition => 'Host example.net User root'
165
165
166
- ##### <a name =" key " ></a >` key `
166
+ ##### <a name =" -sshd_config-- key" ></a >` key `
167
167
168
168
Overrides setting name to prevent resource conflicts if ` condition ` is
169
169
given.
170
170
171
- ##### <a name =" name " ></a >` name `
171
+ ##### <a name =" -sshd_config-- name" ></a >` name `
172
172
173
173
namevar
174
174
175
175
The name of the setting, or a unique string if ` condition ` given.
176
176
177
- ##### <a name =" provider " ></a >` provider `
177
+ ##### <a name =" -sshd_config-- provider" ></a >` provider `
178
178
179
179
The specific backend to use for this ` sshd_config ` resource. You will seldom need to specify this --- Puppet will
180
180
usually discover the appropriate provider for your platform.
181
181
182
- ##### <a name =" target " ></a >` target `
182
+ ##### <a name =" -sshd_config-- target" ></a >` target `
183
183
184
184
The file in which to store the settings, defaults to
185
185
` /etc/ssh/sshd_config ` .
@@ -210,32 +210,32 @@ Default value: `present`
210
210
211
211
The following parameters are available in the ` sshd_config_match ` type.
212
212
213
- * [ ` condition ` ] ( #condition )
214
- * [ ` name ` ] ( #name )
215
- * [ ` position ` ] ( #position )
216
- * [ ` provider ` ] ( #provider )
217
- * [ ` target ` ] ( #target )
213
+ * [ ` condition ` ] ( #-sshd_config_match-- condition )
214
+ * [ ` name ` ] ( #-sshd_config_match-- name )
215
+ * [ ` position ` ] ( #-sshd_config_match-- position )
216
+ * [ ` provider ` ] ( #-sshd_config_match-- provider )
217
+ * [ ` target ` ] ( #-sshd_config_match-- target )
218
218
219
- ##### <a name =" condition " ></a >` condition `
219
+ ##### <a name =" -sshd_config_match-- condition" ></a >` condition `
220
220
221
221
namevar
222
222
223
223
The condition of the Match group
224
224
225
- ##### <a name =" name " ></a >` name `
225
+ ##### <a name =" -sshd_config_match-- name" ></a >` name `
226
226
227
227
The default namevar
228
228
229
- ##### <a name =" position " ></a >` position `
229
+ ##### <a name =" -sshd_config_match-- position" ></a >` position `
230
230
231
231
Where to place the new entry
232
232
233
- ##### <a name =" provider " ></a >` provider `
233
+ ##### <a name =" -sshd_config_match-- provider" ></a >` provider `
234
234
235
235
The specific backend to use for this ` sshd_config_match ` resource. You will seldom need to specify this --- Puppet will
236
236
usually discover the appropriate provider for your platform.
237
237
238
- ##### <a name =" target " ></a >` target `
238
+ ##### <a name =" -sshd_config_match-- target" ></a >` target `
239
239
240
240
namevar
241
241
@@ -271,22 +271,22 @@ Default value: `present`
271
271
272
272
The following parameters are available in the ` sshd_config_subsystem ` type.
273
273
274
- * [ ` name ` ] ( #name )
275
- * [ ` provider ` ] ( #provider )
276
- * [ ` target ` ] ( #target )
274
+ * [ ` name ` ] ( #-sshd_config_subsystem-- name )
275
+ * [ ` provider ` ] ( #-sshd_config_subsystem-- provider )
276
+ * [ ` target ` ] ( #-sshd_config_subsystem-- target )
277
277
278
- ##### <a name =" name " ></a >` name `
278
+ ##### <a name =" -sshd_config_subsystem-- name" ></a >` name `
279
279
280
280
namevar
281
281
282
282
The name of the subsystem to set.
283
283
284
- ##### <a name =" provider " ></a >` provider `
284
+ ##### <a name =" -sshd_config_subsystem-- provider" ></a >` provider `
285
285
286
286
The specific backend to use for this ` sshd_config_subsystem ` resource. You will seldom need to specify this --- Puppet
287
287
will usually discover the appropriate provider for your platform.
288
288
289
- ##### <a name =" target " ></a >` target `
289
+ ##### <a name =" -sshd_config_subsystem-- target" ></a >` target `
290
290
291
291
The file in which to store the settings, defaults to
292
292
` /etc/ssh/sshd_config ` .
0 commit comments