Skip to content

Commit 9bcdd72

Browse files
authored
Merge branch 'main' into patch-1
2 parents 5462001 + 7da0693 commit 9bcdd72

19 files changed

+321
-670
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"settings": {
66
"terminal.integrated.profiles.linux": {
77
"bash": {
8-
"path": "bash",
8+
"path": "bash"
99
}
1010
}
1111
},

.fixtures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixtures:
99
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
1010
puppet_agent:
1111
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
12-
ref: v4.12.1
12+
ref: v4.13.0
1313
provision: 'https://github.com/puppetlabs/provision.git'
1414
symlinks:
1515
accounts: "#{source_dir}"

0 commit comments

Comments
 (0)