Skip to content

Commit

Permalink
Add vcsrepo back in post rebase
Browse files Browse the repository at this point in the history
When rebasing, I grabbed the fixtures and metadata from latest
production and missed that I was removing vcsrepo, which is a
new requirement from this branch.
  • Loading branch information
daaang committed Aug 13, 2024
1 parent 6eb5f22 commit 5bcba49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fixtures:
reboot: {"repo": "puppetlabs/reboot", "ref": "5.0.0" }
sshkeys_core: {"repo": "puppetlabs/sshkeys_core", "ref": "2.5.0" }
stdlib: {"repo": "puppetlabs/stdlib", "ref": "9.6.0" }
vcsrepo: {"repo": "puppetlabs/vcsrepo", "ref": "6.1.0" }
debconf: {"repo": "stm/debconf", "ref": "6.0.0" }
#postgresql: {"repo": "puppetlabs/postgresql", "ref": "8.3.0"}
#puppetdb: {"repo": "puppetlabs/puppetdb", "ref": "7.13.0"}
1 change: 1 addition & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
{"name": "puppetlabs/reboot", "version_requirement": ">= 5.0.0 < 6.0.0" },
{"name": "puppetlabs/sshkeys_core", "version_requirement": ">= 2.5.0 < 3.0.0" },
{"name": "puppetlabs/stdlib", "version_requirement": ">= 9.6.0 < 10.0.0"},
{"name": "puppetlabs/vcsrepo", "version_requirement": ">= 6.1.0 < 7.0.0"},
{"name": "stm/debconf", "version_requirement": ">= 6.0.0 < 7.0.0" }
],
"operatingsystem_support": [
Expand Down

0 comments on commit 5bcba49

Please sign in to comment.