changeset 439:e4de05e3a2f8

Ensure Python params are included It used to "just work" but Puppet is now getting pickier
author IBBoard <dev@ibboard.co.uk>
date Sun, 14 Aug 2022 11:47:50 +0100
parents bb8f85c35113
children 7392c008088c
files manifests/templates.pp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Sun Aug 14 11:44:25 2022 +0100
+++ b/manifests/templates.pp	Sun Aug 14 11:47:50 2022 +0100
@@ -247,6 +247,7 @@
 }
 
 class repos {
+	include ::python::params
 	if $operatingsystem == 'CentOS' {
 		yumrepo { 'epel':
 			mirrorlist => 'https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch',