• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

voxpupuli / puppet-yum / 457
0%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2020 09:17PM UTC
Jobs 1
Files 0
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
457

push

travis-ci

GitHub
Add support for yum facts (similar to the apt ones) (#141)

* Add facts related to upgradable packages

Add three new facts:
- yum_has_updates -- Boolean indicating if updates are available;
- yum_package_updates -- Array[String] list of upgradable packages;
- yum_updates -- Integer number of upgradable packages.

These facts are named in the same way as the ones provided by the
puppetlabs-apt module.

* Add a new yum_reboot_required fact

Just like the apt_reboot_required fact provided by the puppetlabs-apt
module, this fact tells if the systems needs to be rebooted.  It relies
on the needs-restarting(1) command which is part of yum-utils, already
managed by the module.

* Add 'list updates' as a valid task

This task will run yum without -C, fetching recent data if the
repositories are outdated.  The output is processed to extract the
package name, available version and repository of the update.  This
information is provided as an array of hashes.

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
2 457.2 (2.5.3, PUPPET_VERSION="~> 6.0" CHECK=test_with_coveralls) 12 Apr 2020 09:17PM UTC 0
0.0
Travis Job 457.2
Source Files on build 457
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #457
  • 79ccdb16 on github
  • Prev Build on master (#91)
  • Next Build on master (#461)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc