summaryrefslogtreecommitdiff
path: root/lib/chef/provider/zypper_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* 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