Skip to content

Commit

Permalink
Allow newer puppet and lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks committed May 7, 2022
1 parent 86b6792 commit 8024c23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Module in early stage, anything can break anytime.
## Development
*Prerequisites*: Installed ruby, gem and bundler and also [PDK](https://puppet.com/docs/pdk/1.x/pdk_install.html) can help.
```bash
bundle update
bundle install
pdk bundle update
pdk bundle install
```

### Run unit tests
```bash
bundle exec rake spec
pdk bundle exec rake spec
```
or with PDK
```bash
Expand Down
10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"dependencies": [
{
"name": "puppet/archive",
"version_requirement": ">= 4.4.0 < 5.0.0"
"version_requirement": ">= 4.4.0 < 7.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 6.0.0 < 7.0.0"
"version_requirement": ">= 6.0.0 < 9.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"9",
"10"
"10",
"11"
]
},
{
Expand All @@ -35,7 +35,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 7.0.0"
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"pdk-version": "2.4.0",
Expand Down

0 comments on commit 8024c23

Please sign in to comment.