Chassis / puppet-wp

This module enables the easy use of WP CLI to control your WordPress site through Puppet manifests
https://chassis.github.io/puppet-wp/
GNU Lesser General Public License v3.0
44 stars 39 forks source link

Update for Puppet 8.x #162

Closed BronsonQuick closed 4 months ago

BronsonQuick commented 4 months ago

The release of Ubuntu 24.04 Noble Numbat means that we're going to need to update some of our code for more recent versions of Puppet. For instance $::operatingsystem will no longer work. We'll need to replace that with $facts['os']['family']

Related: https://github.com/Chassis/Chassis/issues/1071