diff options
| author | Luke Kanies <luke@madstop.com> | 2005-06-28 23:43:03 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-06-28 23:43:03 +0000 |
| commit | 0ba9d71b5578d4d0b390b63aa142955f7a2d4c8e (patch) | |
| tree | 3f3f29172db57f62e878889bc173d098035d6ae0 /lib | |
| parent | b6b1f5a8f08859d6c3975beb3ecbcd39ff5f250e (diff) | |
| download | puppet-0ba9d71b5578d4d0b390b63aa142955f7a2d4c8e.tar.gz puppet-0ba9d71b5578d4d0b390b63aa142955f7a2d4c8e.tar.xz puppet-0ba9d71b5578d4d0b390b63aa142955f7a2d4c8e.zip | |
adding rpm as RedHat package manager
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@312 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/puppet/type/package.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/type/package.rb b/lib/puppet/type/package.rb index 2da861507..fe7768d6e 100644 --- a/lib/puppet/type/package.rb +++ b/lib/puppet/type/package.rb @@ -82,6 +82,7 @@ module Puppet when "Linux": case Puppet::Fact["distro"] when "Debian": @@types = ["dpkg"] + when "RedHat": @@types = ["rpm"] else raise "No default type for " + Puppet::Fact["distro"] end |
