changeset 408:8a2efdcc5a98

Fix typo in `extra_extras` variable on CentOS
author IBBoard <dev@ibboard.co.uk>
date Wed, 25 May 2022 20:52:17 +0100
parents 8d7335014437
children 621e78abf82c
files manifests/templates.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Wed May 25 20:31:39 2022 +0100
+++ b/manifests/templates.pp	Wed May 25 20:52:17 2022 +0100
@@ -415,7 +415,7 @@
 		$php_suffix = ''
 		$variant_prefix = ''
 		$extra_prefix = 'pecl-'
-		$extra_extra = { 'process' => {} }
+		$extra_extras = { 'process' => {} }
 		if versioncmp($operatingsystemrelease, '8') >= 0 {
 			yumrepo { 'remirepo-safe':
 				mirrorlist => 'http://cdn.remirepo.net/enterprise/$releasever/safe/$basearch/mirror',