summaryrefslogtreecommitdiff
path: root/lib/chef/resource/reboot.rb
Commit message (Expand)AuthorAgeFilesLines
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* Fix spec failures by moving default_actionTim Smith2019-11-181-3/+6
* Convert reboot resource to a custom resource with descriptionsTim Smith2019-11-181-2/+43
* Turn on unified_mode for 35 core resourcesLamont Granquist2019-10-281-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-4/+4
* More distro constant applicationsMarc Chamberland2019-05-231-1/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Add additional resource descriptionsTim Smith2018-09-061-2/+7
* Add more resource descriptionsTim Smith2018-03-161-7/+6
* Add more introduced and description fields to resourcesdescriptions_v2Tim Smith2018-02-221-2/+2
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-1/+1
* Modernize reboot resource and add specTim Smith2017-12-151-20/+14
* fix Lint/UnifiedInteger copLamont Granquist2016-11-151-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-1/+2
* 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-1/+0
* Add "provides" to all resourcesJohn Keiser2015-05-131-0/+2
* Bugfix: Allow action :nothing for windows_package, ips_package, paludis_packa...Julian C. Dunn2015-02-041-1/+1
* Improve the action and throw-label names.Chris Doherty2014-09-121-2/+5
* Rename actions to :request_reboot_on_successful_run and :reboot_interrupt_run.Chris Doherty2014-09-101-1/+1
* Remove the timestamp attribute, which isn't actually settable by the user.Chris Doherty2014-09-101-4/+0
* 'timeout' -> 'delay_mins'; add a run_context() shim for RebootPending.Chris Doherty2014-09-101-3/+3
* First-pass changes for a core reboot resource. Still uses run_state instead o...Chris Doherty2014-09-101-0/+49