Skip to content

Commit 906665b

Browse files
committed
Regenerate REFERENCE.md
1 parent 38d6829 commit 906665b

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

REFERENCE.md

+40-40
Original file line numberDiff line numberDiff line change
@@ -53,33 +53,33 @@ All other parameters take a string. When passing an array to other parameters, o
5353

5454
The following parameters are available in the `ssh_config` type.
5555

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)
6161

62-
##### <a name="host"></a>`host`
62+
##### <a name="-ssh_config--host"></a>`host`
6363

6464
Host condition for the entry.
6565

66-
##### <a name="key"></a>`key`
66+
##### <a name="-ssh_config--key"></a>`key`
6767

6868
Overrides setting name to prevent resource conflicts if `host` is
6969
given.
7070

71-
##### <a name="name"></a>`name`
71+
##### <a name="-ssh_config--name"></a>`name`
7272

7373
namevar
7474

7575
The name of the setting, or a unique string if `host` given.
7676

77-
##### <a name="provider"></a>`provider`
77+
##### <a name="-ssh_config--provider"></a>`provider`
7878

7979
The specific backend to use for this `ssh_config` resource. You will seldom need to specify this --- Puppet will usually
8080
discover the appropriate provider for your platform.
8181

82-
##### <a name="target"></a>`target`
82+
##### <a name="-ssh_config--target"></a>`target`
8383

8484
The file in which to store the settings, defaults to
8585
`/etc/ssh/ssh_config`.
@@ -133,22 +133,22 @@ All other parameters take a string. When passing an array to other parameters, o
133133

134134
The following parameters are available in the `sshd_config` type.
135135

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)
142142

143-
##### <a name="array_append"></a>`array_append`
143+
##### <a name="-sshd_config--array_append"></a>`array_append`
144144

145-
Valid values: ``false``, ``true``
145+
Valid values: `false`, `true`
146146

147147
Whether to add to existing array values or replace all values.
148148

149-
Default value: ``false``
149+
Default value: `false`
150150

151-
##### <a name="condition"></a>`condition`
151+
##### <a name="-sshd_config--condition"></a>`condition`
152152

153153
Match group condition for the entry,
154154
in the format:
@@ -163,23 +163,23 @@ whitespace. This is used if the `Match` block has multiple criteria.
163163

164164
condition => 'Host example.net User root'
165165

166-
##### <a name="key"></a>`key`
166+
##### <a name="-sshd_config--key"></a>`key`
167167

168168
Overrides setting name to prevent resource conflicts if `condition` is
169169
given.
170170

171-
##### <a name="name"></a>`name`
171+
##### <a name="-sshd_config--name"></a>`name`
172172

173173
namevar
174174

175175
The name of the setting, or a unique string if `condition` given.
176176

177-
##### <a name="provider"></a>`provider`
177+
##### <a name="-sshd_config--provider"></a>`provider`
178178

179179
The specific backend to use for this `sshd_config` resource. You will seldom need to specify this --- Puppet will
180180
usually discover the appropriate provider for your platform.
181181

182-
##### <a name="target"></a>`target`
182+
##### <a name="-sshd_config--target"></a>`target`
183183

184184
The file in which to store the settings, defaults to
185185
`/etc/ssh/sshd_config`.
@@ -210,32 +210,32 @@ Default value: `present`
210210

211211
The following parameters are available in the `sshd_config_match` type.
212212

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)
218218

219-
##### <a name="condition"></a>`condition`
219+
##### <a name="-sshd_config_match--condition"></a>`condition`
220220

221221
namevar
222222

223223
The condition of the Match group
224224

225-
##### <a name="name"></a>`name`
225+
##### <a name="-sshd_config_match--name"></a>`name`
226226

227227
The default namevar
228228

229-
##### <a name="position"></a>`position`
229+
##### <a name="-sshd_config_match--position"></a>`position`
230230

231231
Where to place the new entry
232232

233-
##### <a name="provider"></a>`provider`
233+
##### <a name="-sshd_config_match--provider"></a>`provider`
234234

235235
The specific backend to use for this `sshd_config_match` resource. You will seldom need to specify this --- Puppet will
236236
usually discover the appropriate provider for your platform.
237237

238-
##### <a name="target"></a>`target`
238+
##### <a name="-sshd_config_match--target"></a>`target`
239239

240240
namevar
241241

@@ -271,22 +271,22 @@ Default value: `present`
271271

272272
The following parameters are available in the `sshd_config_subsystem` type.
273273

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)
277277

278-
##### <a name="name"></a>`name`
278+
##### <a name="-sshd_config_subsystem--name"></a>`name`
279279

280280
namevar
281281

282282
The name of the subsystem to set.
283283

284-
##### <a name="provider"></a>`provider`
284+
##### <a name="-sshd_config_subsystem--provider"></a>`provider`
285285

286286
The specific backend to use for this `sshd_config_subsystem` resource. You will seldom need to specify this --- Puppet
287287
will usually discover the appropriate provider for your platform.
288288

289-
##### <a name="target"></a>`target`
289+
##### <a name="-sshd_config_subsystem--target"></a>`target`
290290

291291
The file in which to store the settings, defaults to
292292
`/etc/ssh/sshd_config`.

0 commit comments

Comments
 (0)