Skip to content

Commit

Permalink
(PE-39083) Upgrade module versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tlehman committed Aug 20, 2024
1 parent 40b726c commit 41b0238
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ moduledir File.join(File.dirname(__FILE__), 'modules')

# Core modules used by 'apply'
mod 'puppetlabs-service', '3.0.0'
mod 'puppetlabs-puppet_agent', '4.19.0'
mod 'puppetlabs-facts', '1.4.0'
mod 'puppetlabs-puppet_agent', '4.20.1'
mod 'puppetlabs-facts', '1.6.0'

# Core types and providers for Puppet 6
mod 'puppetlabs-augeas_core', '1.5.0'
mod 'puppetlabs-host_core', '1.3.0'
mod 'puppetlabs-scheduled_task', '4.0.0'
mod 'puppetlabs-sshkeys_core', '2.5.0'
mod 'puppetlabs-zfs_core', '1.5.0'
mod 'puppetlabs-zfs_core', '1.6.1'
mod 'puppetlabs-cron_core', '1.3.0'
mod 'puppetlabs-mount_core', '1.3.0'
mod 'puppetlabs-selinux_core', '1.4.0'
Expand All @@ -32,7 +32,7 @@ mod 'puppetlabs-powershell_task_helper', '0.1.0'
mod 'puppetlabs-ruby_task_helper', '0.6.1'
mod 'puppetlabs-ruby_plugin_helper', '0.2.0'
mod 'puppetlabs-python_task_helper', '0.5.0'
mod 'puppetlabs-bash_task_helper', '2.0.0'
mod 'puppetlabs-bash_task_helper', '2.1.1'

# Plugin modules
mod 'puppetlabs-aws_inventory', '0.7.0'
Expand Down

0 comments on commit 41b0238

Please sign in to comment.