summaryrefslogtreecommitdiff
path: root/lib/chef/resource/osx_profile.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve our automated resource documentation generationTim Smith2020-12-151-7/+7
* Fix the get_installed_profiles to properly return a hashTim Smith2020-09-171-1/+1
* Fix querying of installed profile data and avoid writing data to diskTim Smith2020-09-171-4/+3
* Add examples to osx_profileTim Smith2020-09-151-2/+66
* use autoloading for many required gemsmwrock2020-09-081-2/+2
* Allow removing profiles in osx_profile on Big SurTim Smith2020-09-041-4/+5
* Fix removing non-existent profile with osx_profileLamont Granquist2020-08-181-1/+1
* Further improve osx_profile error message and add a testTim Smith2020-08-181-1/+1
* Capitalize appleAustin Culter2020-08-181-1/+1
* Fix macOS ver eval logic; fix typoAustin Culter2020-08-181-2/+2
* Convert osx_profile to custom resourcelcg/osx_profileLamont Granquist2020-08-031-5/+227
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* remove redundant identityLamont Granquist2020-04-021-1/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-0/+2
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-5/+5
* 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-8/+13
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-2/+3
* Merge branch 'master' into misc_resourceTim Smith2018-03-051-3/+1
|\
| * osx_profile: set identity on the property not using identity_attrosx_profile_identity2Tim Smith2018-03-041-3/+1
* | Add more description fields, style fixes, add missing requiresTim Smith2018-03-041-6/+5
|/
* Add back the identity_attrTim Smith2018-02-261-0/+3
* Add more introduced and description fields to resourcesdescriptions_v2Tim Smith2018-02-221-3/+1
* Modernize osx_profile resourceTim Smith2017-12-151-40/+10
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* Added profile provider for OS XNate Walck2015-12-171-0/+74