diff modules/website/manifests/php.pp @ 321:cd1bcc06f09c

Actually install extra PHP packages Previously we were passing them and doing NOTHING with them!
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 Mar 2020 10:58:46 +0000
parents 99e3ca448d55
children 0d263bcbbfe9
line wrap: on
line diff
--- a/modules/website/manifests/php.pp	Sun Mar 01 10:58:00 2020 +0000
+++ b/modules/website/manifests/php.pp	Sun Mar 01 10:58:46 2020 +0000
@@ -30,6 +30,7 @@
     ensure => installed,
     tag => 'php-package',
   }
+  website::php::extra { $extras: }
 
   file { '/etc/php.d/custom-lockdown.ini':
     ensure => present,