Skip to content

Commit

Permalink
Updated apt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ursu committed Feb 24, 2025
1 parent 1d91b18 commit 0c98f8a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fixtures:
forge_modules:
apt:
repo: puppetlabs/apt
ref: 9.4.0
ref: 10.0.1
augeas_core:
repo: puppetlabs/augeas_core
puppet_version: ">= 6.0.0"
Expand All @@ -26,25 +26,25 @@ fixtures:
ref: 6.1.0
lsys_postgresql:
repo: aursu/lsys_postgresql
ref: 0.52.0
ref: 0.52.1
openssh:
repo: aursu/openssh
ref: 0.9.1
ref: 0.9.6
postgresql:
repo: puppetlabs/postgresql
ref: 10.3.0
puppet_agent:
repo: puppetlabs/puppet_agent
ref: 4.21.0
ref: 4.22.0
puppetdb:
repo: puppetlabs/puppetdb
ref: 8.1.0
r10k:
repo: puppet/r10k
ref: 12.1.1
ref: 14.1.0
stdlib:
repo: puppetlabs/stdlib
ref: 9.3.0
ref: 9.7.0
systemd:
repo: puppet/systemd
ref: 6.0.0
Expand All @@ -53,4 +53,4 @@ fixtures:
puppet_version: ">= 6.0.0"
bsys:
repo: aursu/bsys
ref: 0.8.0
ref: 0.10.3
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ node on Puppet server.

**Known Issues**

## Release 0.32.2
## Release 0.33.0

**Features**

Expand All @@ -610,5 +610,6 @@ node on Puppet server.
* Compatibility with r10k >= 13.0.0 and Puppet 7
* Disabled compatibility mode for Ubuntu as vendor packages are already available
* Fixed plan `puppet::cert::clean`
* Fixed `apt` module dependency version

**Known Issues**
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.32.2",
"version": "0.33.0",
"author": "aursu",
"summary": "Puppet server installation and setup",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">= 9.0.0 < 10.0.0"
"version_requirement": ">= 9.0.0 < 11.0.0"
},
{
"name": "puppetlabs/puppetdb",
Expand Down
3 changes: 2 additions & 1 deletion plans/bootstrap.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
Optional[String] $certname = undef,
Puppet::Platform $collection = 'puppet8',
) {
run_plan(puppet::agent::install, $targets, collection => $collection)
run_plan(facts, $targets)

run_plan(puppet::agent::install, $targets, collection => $collection)

$apply_results = apply($targets) {
class { 'puppet::globals':
platform_name => $collection,
Expand Down

0 comments on commit 0c98f8a

Please sign in to comment.