diff options
| author | Luke Kanies <luke@madstop.com> | 2008-01-19 13:40:52 -0800 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-01-19 13:40:52 -0800 |
| commit | f43be56d7b84c5a4f7ecbe8463fbb38836f1ef9a (patch) | |
| tree | 4ae20a92d44145bb1da7ead5a0c763499dfe7e90 | |
| parent | f98be4a7198326b26f1072c401b3e337f340db40 (diff) | |
| download | puppet-f43be56d7b84c5a4f7ecbe8463fbb38836f1ef9a.tar.gz puppet-f43be56d7b84c5a4f7ecbe8463fbb38836f1ef9a.tar.xz puppet-f43be56d7b84c5a4f7ecbe8463fbb38836f1ef9a.zip | |
Removing the line that marked fink as the default package
manager on darwin.
| -rwxr-xr-x | lib/puppet/provider/package/fink.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/provider/package/fink.rb b/lib/puppet/provider/package/fink.rb index e0933df08..030e1a347 100755 --- a/lib/puppet/provider/package/fink.rb +++ b/lib/puppet/provider/package/fink.rb @@ -9,8 +9,6 @@ Puppet::Type.type(:package).provide :fink, :parent => :dpkg, :source => :dpkg do commands :aptcache => "/sw/bin/apt-cache" commands :dpkgquery => "/sw/bin/dpkg-query" - defaultfor :operatingsystem => :darwin - has_feature :versionable # A derivative of DPKG; this is how most people actually manage |
