Issue #7789 has been updated by Nigel Kersten. Assignee changed from Nigel Kersten to Dominic Maraglia
I'm not the right person for a decision here. I'm going to pass to Dom as the testing guy to either decide or find someone to make the decision. ---------------------------------------- Refactor #7789: spec/integration/type/package_spec.rb specifies OS specific defaults that are not scalable https://projects.puppetlabs.com/issues/7789 Author: James Turnbull Status: Needs Decision Priority: Normal Assignee: Dominic Maraglia Category: testing Target version: Affected Puppet version: Keywords: Branch: The integration test: spec/integration/type/package_spec.rb specifies a list of platforms and default providers. def provider_name(os) {"Ubuntu" => :apt, "Debian" => :apt, "Darwin" => :pkgdmg, "RedHat" => :up2date, "Fedora" => :yum, "FreeBSD" => :ports, "OpenBSD" => :openbsd, "Solaris" => :sun}[ end Tests on platforms not listed fail. This seems to me to the wrong approach. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
