Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Puppet module versions #2011

Merged
merged 3 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 22 additions & 23 deletions puppet/Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,40 @@ mod 'puppet/augeasproviders_shellvar', '6.0.0'
mod 'puppet/augeasproviders_ssh', '6.0.0'
mod 'puppet/chrony', '3.0.0'
mod 'puppet/epel', '5.0.0'
mod 'puppet/extlib', '6.2.0'
mod 'puppet/extlib', '7.0.0'
mod 'puppet/jenkins', '4.0.0'
mod 'puppet/letsencrypt', '10.1.0'
mod 'puppet/letsencrypt', '11.0.0'
mod 'puppet/mosquitto', '2.0.0'
mod 'puppet/nodejs', '10.0.0'
mod 'puppet/pbuilder', '1.0.0'
mod 'puppet/redis', '9.2.0'
mod 'puppet/rvm', '2.0.0'
mod 'puppet/selinux', '3.4.1'
mod 'puppet/systemd', '4.2.0'
mod 'puppet/pbuilder', '2.0.0'
mod 'puppet/redis', '9.3.0'
mod 'puppet/rvm', '3.0.0'
mod 'puppet/selinux', '4.1.0'
mod 'puppet/systemd', '6.3.0'
mod 'puppet/unattended_upgrades', '8.1.0'
mod 'puppetlabs/apache', '8.6.0'
mod 'puppetlabs/apt', '9.0.2'
mod 'puppetlabs/concat', '7.4.0'
mod 'puppetlabs/apache', '11.1.0'
mod 'puppetlabs/apt', '9.2.0'
mod 'puppetlabs/concat', '9.0.1'
mod 'puppetlabs/inifile', '6.1.0'
mod 'puppetlabs/java', '10.1.2'
mod 'puppetlabs/mailalias_core', '1.1.0'
mod 'puppetlabs/mount_providers', '2.0.1'
mod 'puppetlabs/ntp', '9.2.2'
mod 'puppetlabs/postgresql', '8.2.1'
# released version doesn't allow puppetlabs/concat 7.x
mod 'puppetlabs/rsync', :git => 'https://github.com/ekohl/puppetlabs-rsync', :branch => 'allow-concat-7'
mod 'puppetlabs/stdlib', '8.6.0'
mod 'puppetlabs/ntp', '10.1.0'
mod 'puppetlabs/postgresql', '10.0.2'
# released version doesn't allow puppetlabs/concat 9.x & puppetlabs/stdlib 9.x
mod 'puppetlabs/rsync', :git => 'https://github.com/ekohl/puppetlabs-rsync', :branch => 'compatible-with-latest'
Comment on lines +33 to +34
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mod 'puppetlabs/stdlib', '9.4.1'
mod 'puppetlabs/vcsrepo', '6.1.0'
mod 'puppetlabs/xinetd', '3.4.1'
mod 'richardc/datacat', '0.6.2'
mod 'saz/sudo', '8.0.0'
mod 'theforeman/foreman', '23.2.0'
mod 'theforeman/foreman_proxy', '25.1.0'
mod 'theforeman/git', '7.2.0'
mod 'theforeman/motd', '1.0.0'
mod 'theforeman/puppet', '17.1.0'
mod 'theforeman/puppetserver_foreman', '2.4.0'
mod 'theforeman/tftp', '8.0.0'
mod 'treydock/yum_cron', '7.0.0'
mod 'theforeman/foreman', '24.1.0'
mod 'theforeman/foreman_proxy', '25.2.0'
mod 'theforeman/motd', '2.0.0'
mod 'theforeman/puppet', '19.0.0'
mod 'theforeman/puppetserver_foreman', '3.0.0'
mod 'theforeman/tftp', '9.0.0'
mod 'treydock/yum_cron', '7.1.0'
# Maintain a stable branch until https://github.com/syseleven/puppet-restic/pull/24 is merged
# The PR is on a stable branch which can be force pushed
# foreman-infra-production is aimed to only roll forward
Expand Down
2 changes: 1 addition & 1 deletion puppet/modules/slave/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
package => $java_package,
}

include git
include vcsrepo::manage::git

# On Debian we use pbuilder with sudo
if $facts['os']['family'] == 'Debian' {
Expand Down
2 changes: 1 addition & 1 deletion puppet/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def on_supported_os(opts = {})
},
{
'operatingsystem' => 'Debian',
'operatingsystemrelease' => ['11', '12'],
'operatingsystemrelease' => ['11'],
},
]
super(opts)
Expand Down