summaryrefslogtreecommitdiff
path: root/lib/chef/resource/freebsd_package.rb
Commit message (Expand)AuthorAgeFilesLines
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-1/+1
* Don't require/include Mixin Shellout in freebsd_package and openbsd_packagemixin_shell_outTim Smith2020-02-281-3/+0
* Add compile_time property to all resources (#9360)Lamont Granquist2020-02-111-1/+1
* WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-211-1/+2
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Remove deprecated support for FreeBSD pkg providerfreebsdTim Smith2018-10-281-19/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-151-1/+1
* Deprecated the Chef::Provider::Package::Freebsd::Pkg providerTim Smith2018-06-071-0/+2
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-1/+2
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+1
* Add a few more comments to resourcesTim Smith2017-12-131-2/+9
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-1/+1
* Fix freebsd_package to use new node syntax and detect os_version correctlyJohn Keiser2016-08-031-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-2/+2
* Use double quotes by defaultThom May2016-01-141-5/+5
* 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
* 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 wi...Serdar Sutay2014-08-131-2/+10
* 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