Skip to content

Commit

Permalink
Updated bsys module
Browse files Browse the repository at this point in the history
  • Loading branch information
aursu committed Sep 27, 2024
1 parent 9845dd0 commit edd3ed6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ fixtures:
puppet_version: ">= 6.0.0"
bsys:
repo: aursu/bsys
ref: 0.7.2
ref: 0.8.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ node on Puppet server.

**Known Issues**

## Release 0.23.1
## Release 0.23.2

**Features**

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/bolt/Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mod 'puppetlabs/puppet_agent', '4.20.1'
mod 'puppetlabs/inifile', '6.1.0'
mod 'aursu/lsys_postgresql', '0.50.5'
mod 'aursu/openssh', '0.9.4'
mod 'aursu/bsys', '0.7.2'
mod 'aursu/bsys', '0.8.0'
mod 'puppet',
git: 'https://github.com/aursu/puppet-puppet.git',
ref: '349ab2b377ddb5b9eca8b7c3d9dcdfbaf4f7023b'
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/bolt/bolt-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ modules:
- name: puppetlabs-puppetdb
version_requirement: "=8.1.0"
- git: https://github.com/aursu/puppet-puppet.git
ref: v0.23.1
ref: v0.23.2
- name: aursu-bsys
version_requirement: "=0.7.2"
version_requirement: "=0.8.0"
- name: aursu-openssh
version_requirement: "=0.9.4"
- name: aursu-lsys_postgresql
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aursu-puppet",
"version": "0.23.1",
"version": "0.23.2",
"author": "aursu",
"summary": "Puppet server installation and setup",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
{
"name": "aursu/bsys",
"version_requirement": ">= 0.7.2 < 1.0.0"
"version_requirement": ">= 0.8.0 < 1.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit edd3ed6

Please sign in to comment.