# HG changeset patch # User IBBoard # Date 1660474070 -3600 # Node ID e4de05e3a2f8e1601417af46afc711d6ffbd954d # Parent bb8f85c351138a7b191fdfe1a8bcf146ea0c0045 Ensure Python params are included It used to "just work" but Puppet is now getting pickier diff -r bb8f85c35113 -r e4de05e3a2f8 manifests/templates.pp --- 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',