summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/openbsd.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-2/+2
* Use double quotes by defaultThom May2016-01-141-8/+8
* base package provider fixesLamont Granquist2015-11-171-7/+5
* Capitalize sentencesTim Smith2015-10-181-1/+1
* Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-301-0/+1
* fix package timeout attributeLamont Granquist2015-06-021-5/+4
* @new_resource -> new_resourceJay Mundrawala2015-03-191-11/+11
* Update error messageJay Mundrawala2015-03-191-1/+1
* Support flavorsJay Mundrawala2015-03-191-1/+5
* Add guard for when flavor and version are both presentJay Mundrawala2015-03-191-0/+12
* Fix openbsd package providerJay Mundrawala2015-03-181-13/+28
* add comment about stems with flavorsScott Bonds2014-11-131-1/+1
* use PKG_PATH instead of PACKAGEROOT/SITEScott Bonds2014-11-131-8/+4
* add support for double-dash in package nameScott Bonds2014-11-131-4/+21
* misc cleanupScott Bonds2014-11-131-5/+5
* fix candidate_version return valueScott Bonds2014-11-131-4/+7
* simplify openbsd package providerScott Bonds2014-11-131-154/+19
* add openbsd package providerScott Bonds2014-11-131-0/+226