From b521b586426ca196ec21926374297227d559126c Mon Sep 17 00:00:00 2001 From: Ernesto Ruy Sanchez Date: Sun, 3 May 2015 20:48:39 -0700 Subject: [PATCH] Bugfix: changed - to _ to match default value yum::repo::remi_php56 See: https://github.com/example42/puppet-yum/blob/master/manifests/repo/remi_php56.pp#L5 --- manifests/repo/redhat.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repo/redhat.pp b/manifests/repo/redhat.pp index 9f606e31..c2321fc5 100644 --- a/manifests/repo/redhat.pp +++ b/manifests/repo/redhat.pp @@ -7,7 +7,7 @@ # class php::repo::redhat ( - $yum_repo = 'remi-php56', + $yum_repo = 'remi_php56', ) { contain "::yum::repo::${yum_repo}" }