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

gongo / itamae-plugin-resource-firewalld / 20 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 23 Jul 2015 02:46PM UTC
Files 3
Run time 3530min
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

23 Jul 2015 02:44PM UTC coverage: 96.789% (+5.7%) from 91.045%
2.1.4

Pull #3

travis-ci

hanazuki
Allow multiple ports per service definition

According to firewalld.service(5), a service definition can have more than
one `<port>`s in its XML configuration file.

In order to handle such a service configuration with the `firewalld_service`
resource, this patch replaces its `protocol` and `port` attributes by `ports`
attribute, which takes an array of pairs of a protocol and a port number.

For example, this patch allows the following service definition:

```
firewalld_service 'dns' do
  ports [[:tcp, 53], [:udp, 53]]
end
```
Pull Request #3: Allow multiple ports per service definition

211 of 218 relevant lines covered (96.79%)

2.65 hits per line

Source Files on job 20.1 (2.1.4)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20
  • Travis Job 20.1
  • c464be07 on github
  • Prev Job for 2.1.4 on master (#18.1)
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

© 2026 Coveralls, Inc