Skip to content

Commit 2317956

Browse files
authored
Merge pull request #406 from kenyon/git-protocol-deprecated
README.md: replace git:// with https://
2 parents 1a3b3a7 + eacc74d commit 2317956

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -230,17 +230,17 @@ Add `firewall` and `stdlib` as required module fixtures:
230230
```yaml
231231
fixtures:
232232
repositories:
233-
firewall: "git://github.com/puppetlabs/puppetlabs-firewall"
234-
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib"
233+
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
234+
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
235235
```
236236

237237
Put a supplementary repository at a different location
238238

239239
```yaml
240240
fixtures:
241241
repositories:
242-
firewall: "git://github.com/puppetlabs/puppetlabs-firewall"
243-
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib"
242+
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
243+
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
244244
control_repo:
245245
repo: "https://github.com/puppetlabs/control-repo"
246246
target: "spec/fixtures/control_repos"
@@ -251,9 +251,9 @@ Specify that the git tag `2.4.2` of `stdlib` should be checked out:
251251
```yaml
252252
fixtures:
253253
repositories:
254-
firewall: "git://github.com/puppetlabs/puppetlabs-firewall"
254+
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
255255
stdlib:
256-
repo: "git://github.com/puppetlabs/puppetlabs-stdlib"
256+
repo: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
257257
ref: "2.6.0"
258258
```
259259

@@ -263,7 +263,7 @@ Only install the `yumrepo_core` module when testing against Puppet 7 or greater:
263263
fixtures:
264264
repositories:
265265
yumrepo_core:
266-
repo: "git://github.com/puppetlabs/puppetlabs-yumrepo_core"
266+
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
267267
puppet_version: ">= 6.0.0"
268268
```
269269

@@ -273,7 +273,7 @@ Move manifests and siblings to root directory when they are inside a `code` dire
273273
fixtures:
274274
repositories:
275275
stdlib:
276-
repo: "git://github.com/puppetlabs/puppetlabs-extradirectory"
276+
repo: "https://github.com/puppetlabs/puppetlabs-extradirectory.git"
277277
subdir: "code"
278278
```
279279

@@ -299,7 +299,7 @@ fixtures:
299299
flags: "--module_repository https://my_repo.com"
300300
repositories:
301301
firewall:
302-
repo: "git://github.com/puppetlabs/puppetlabs-firewall"
302+
repo: "https://github.com/puppetlabs/puppetlabs-firewall.git"
303303
ref: "2.6.0"
304304
flags: "--verbose"
305305
```
@@ -317,7 +317,7 @@ fixtures:
317317
ref: "2.6.0"
318318
repositories:
319319
firewall:
320-
repo: "git://github.com/puppetlabs/puppetlabs-firewall"
320+
repo: "https://github.com/puppetlabs/puppetlabs-firewall.git"
321321
ref: "2.6.0"
322322
```
323323

0 commit comments

Comments
 (0)