Skip to content
Snippets Groups Projects
Commit f956474c authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

WIP: Update Puppetfile for compatibility with Puppet 7

- Add mailalias_core module
- Add sshkeys_core module
- Add augeas_core module
- Add cron_core module
- Add mount_core module
- Bump zfs_core module to 1.3.0

These modules need to be imported to GitLab for this to be landable

Ref. swh/infra/sysadm-environment#4778
parent b727c851
No related tags found
No related merge requests found
......@@ -216,8 +216,13 @@ mod 'vcsrepo',
mod 'zfs_core',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-puppetlabs-zfs_core',
:ref => '1.0.0' # Higher versions not compatible with puppet < 6.0
:ref => 'v1.3.0'
mod 'zookeeper',
:git => 'https://gitlab.softwareheritage.org/swh/infra/puppet/3rdparty/puppet-deric-zookeeper',
:ref => 'v1.2.1'
mod 'puppetlabs-mailalias_core', '1.1.0'
mod 'puppetlabs-augeas_core', '1.2.0'
mod 'puppetlabs-cron_core', '1.1.0'
mod 'puppetlabs-mount_core', '1.1.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment