Skip to content

Commit 180c62d

Browse files
authored
Merge pull request #9032 from joshcooper/merge_7x_main_mar
(maint) Merge 7.x to main
2 parents fda02c3 + 64c82ad commit 180c62d

File tree

37 files changed

+2302
-913
lines changed

37 files changed

+2302
-913
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Disable NL -> CRNL translation on Windows. This is necessary because the files on disk must
2+
# match the checksums in metadata.json.
3+
spec/fixtures/integration/application/module/environments/direnv/modules/nginx/README -text
4+
spec/fixtures/integration/application/module/environments/direnv/modules/nginx/metadata.json -text
5+
spec/fixtures/integration/application/module/environments/direnv/modules/nginx/Modulefile -text
6+
spec/fixtures/integration/application/module/environments/direnv/modules/nginx/manifests/init.pp -text

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
cfg:
19-
- {check: rubocop, os: ubuntu-latest, ruby: 2.7}
20-
- {check: commits, os: ubuntu-latest, ruby: 2.7}
21-
- {check: warnings, os: ubuntu-latest, ruby: 2.7}
19+
- {check: rubocop, os: ubuntu-latest, ruby: '2.7'}
20+
- {check: commits, os: ubuntu-latest, ruby: '2.7'}
21+
- {check: warnings, os: ubuntu-latest, ruby: '2.7'}
2222

2323
runs-on: ${{ matrix.cfg.os }}
2424
steps:

.github/workflows/mend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Mend Monitor
33
on:
44
push:
55
branches:
6-
- 7.x
6+
- main
77
jobs:
88
mend_monitor:
99
if: ${{ github.repository_owner == 'puppetlabs' }}

0 commit comments

Comments
 (0)