view modules/website/manifests/php/extra.pp @ 246:c3fa3d65aa83

Update configs for Puppet 6 This *should* all be backward compatible
author IBBoard <dev@ibboard.co.uk>
date Sat, 21 Dec 2019 14:19:47 -0500
parents
children
line wrap: on
line source

define website::php::extra ($pkg = $title) {
  package { "php${website::php::suffix}-${pkg}":
    ensure => installed,
    tag => 'php-package',
  }
}