summaryrefslogtreecommitdiff
path: root/lib/chef/resource/freebsd_package.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-2/+2
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-5/+5
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-1/+2
|
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
|
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
|
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
|
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-5/+1
|
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+1
| | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
* Removing all traces of 'created_as_type' since that fix is no longer necessarytyler-ball2014-10-161-12/+0
|
* Move supports_with_pkgng? check to the freebsd_package package.Cory Stephenson2014-08-281-11/+10
|
* Have freebsd port use pkg info if the freebsd version is >= 10000017Cory Stephenson2014-08-241-2/+2
|
* Make sure freebsd_package is captured with the resource name it's declared ↵Serdar Sutay2014-08-131-2/+10
| | | | with in resource collection.
* Access source instance variable directly when setting providerRichard Manyanza2014-03-281-1/+1
|
* Refactor resolving of Freebsd package providerRichard Manyanza2014-03-121-2/+38
|
* Refactor FreeBSD package providersRichard Manyanza2014-03-111-2/+2
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-4/+4
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+35
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!