summaryrefslogtreecommitdiff
path: root/lib/chef/provider/zypper_repository.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
* Remove more requires that come for freeTim Smith2020-08-041-1/+0
* Fix quotes for ChefstyleTim Smith2020-07-071-1/+1
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-071-1/+1
* Add specs and rename fingerprint -> short idzypper_repositoryTim Smith2020-06-051-9/+12
* Change how we get the fingerprint againTim Smith2020-06-041-4/+4
* Make sure gpg_version is actually a version objectTim Smith2020-06-041-1/+1
* Fix zypper_repository key handling on SLES 15+Tim Smith2020-06-041-4/+21
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/EmptyMethodLamont Granquist2019-07-021-2/+1
* More distro constant applicationsMarc Chamberland2019-05-231-1/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* mechanical conversion of most debug log statements to traceThom May2018-03-261-6/+6
* Fix some yard warningsyard_warningsTim Smith2018-03-111-1/+1
* Allow specifying the cookbook for the source templateTim Smith2017-09-281-2/+10
* shell_out -> shell_out!Tim Smith2017-09-281-1/+1
* Install the key using the cached copyTim Smith2017-09-281-1/+1
* Remove run_command usage in shell_outTim Smith2017-09-281-2/+2
* Use apt-like gpg key management to avoid notificationsTim Smith2017-09-281-5/+80
* Add a few yard commentsTim Smith2017-09-281-0/+3
* Run everything with --quiet and --non-interactive and move gpg importTim Smith2017-09-281-4/+4
* Import the zypper GPG key before templating the repoTim Smith2017-09-281-7/+9
* Quite the output of the zypper refresh and add forcezypper_repo_fix_v2Tim Smith2017-09-141-1/+1
* Auto import gpg keys in zypper_repositoryzypper_repo_fixTim Smith2017-08-241-1/+1
* Avoid extra refresh resource and handle repos with spaceszypperTim Smith2017-08-091-10/+12
* Add zypper_repository resourceTim Smith2017-08-091-0/+79