Signed-off-by: Luke Kanies <[email protected]>
---
 spec/integration/type/package.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/integration/type/package.rb b/spec/integration/type/package.rb
index a3d8eb2..bf78d29 100755
--- a/spec/integration/type/package.rb
+++ b/spec/integration/type/package.rb
@@ -9,7 +9,7 @@ describe Puppet::Type.type(:package), "when choosing a default 
package provider"
     end
 
     def provider_name(os)
-        {"Ubuntu" => :apt, "Debian" => :apt, "Darwin" => :apple, "RedHat" => 
:up2date, "Fedora" => :yum, "FreeBSD" => :ports, "OpenBSD" => :openbsd, 
"Solaris" => :sun}[os]
+        {"Ubuntu" => :apt, "Debian" => :apt, "Darwin" => :pkgdmg, "RedHat" => 
:up2date, "Fedora" => :yum, "FreeBSD" => :ports, "OpenBSD" => :openbsd, 
"Solaris" => :sun}[os]
     end
 
     it "should have a default provider" do
-- 
1.6.1


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to