Skip to content

Commit

Permalink
Updated some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aursu committed Sep 24, 2024
1 parent 181efee commit ec9e248
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ fixtures:
ref: 6.1.0
lsys_postgresql:
repo: aursu/lsys_postgresql
ref: 0.50.4
ref: 0.50.5
openssh:
repo: aursu/openssh
ref: 0.9.1
postgresql:
repo: puppetlabs/postgresql
ref: 9.1.0
ref: 10.3.0
puppet_agent:
repo: puppetlabs/puppet_agent
ref: 4.20.1
puppetdb:
repo: puppetlabs/puppetdb
ref: 7.13.0
ref: 8.1.0
r10k:
repo: puppet/r10k
ref: 12.1.1
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ node on Puppet server.

**Known Issues**

## Release 0.20.4
## Release 0.20.5

**Features**

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/bolt/bolt-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modules:
- name: aursu-openssh
version_requirement: "=0.9.4"
- name: aursu-lsys_postgresql
version_requirement: "=0.50.4"
version_requirement: "=0.50.5"
- name: puppetlabs-inifile
version_requirement: "=6.1.0"
- name: puppetlabs-puppet_agent
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aursu-puppet",
"version": "0.20.4",
"version": "0.20.5",
"author": "aursu",
"summary": "Puppet server installation and setup",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/puppetdb",
"version_requirement": ">= 7.13.0 < 9.0.0"
"version_requirement": ">= 8.1.0 < 9.0.0"
},
{
"name": "puppetlabs/puppet_agent",
Expand All @@ -22,7 +22,7 @@
},
{
"name": "aursu/lsys_postgresql",
"version_requirement": ">= 0.50.4 < 1.0.0"
"version_requirement": ">= 0.50.5 < 1.0.0"
},
{
"name": "aursu/openssh",
Expand Down

0 comments on commit ec9e248

Please sign in to comment.