[Pkg-puppet-devel] [facter] 59/352: (maint) Recognize `fc` as a type of redhat platform in acceptance setup
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit eadd3682b1cf5fa06c44951656f0334f23d4b99f
Author: Branan Purvine-Riley <branan at puppetlabs.com>
Date: Thu Nov 14 09:24:01 2013 -0800
(maint) Recognize `fc` as a type of redhat platform in acceptance setup
The beaker config file for fedora 18 in this project has a platform
starting with `fc` instead of `fedora`.
---
acceptance/lib/puppet/acceptance/install_utils.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acceptance/lib/puppet/acceptance/install_utils.rb b/acceptance/lib/puppet/acceptance/install_utils.rb
index cca5b77..2d1c6c7 100644
--- a/acceptance/lib/puppet/acceptance/install_utils.rb
+++ b/acceptance/lib/puppet/acceptance/install_utils.rb
@@ -4,7 +4,7 @@ module Puppet
module Acceptance
module InstallUtils
PLATFORM_PATTERNS = {
- :redhat => /fedora|el|centos/,
+ :redhat => /fedora|fc|el|centos/,
:debian => /debian|ubuntu/,
:solaris => /solaris/,
:windows => /windows/,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list