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

voxpupuli / puppet-yum / 457 / 2
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2020 09:17PM UTC
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

12 Apr 2020 09:17PM UTC coverage: 0.0%. First build
2.5.3, PUPPET_VERSION="~> 6.0" CHECK=test_with_coveralls

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

Source Files on job 457.2 (2.5.3, PUPPET_VERSION="~> 6.0" CHECK=test_with_coveralls)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 116
  • Travis Job 457.2
  • 79ccdb16 on github
  • Next Job for 2.5.3, PUPPET_VERSION="~> 6.0" CHECK=test_with_coveralls on master (#461.2)
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