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

hercules-team / augeasproviders_syslog / 62

pending completion
62

push

travis-ci-com

raphink
chore: remove FUNDING

87 of 219 relevant lines covered (39.73%)

0.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

85.71
/lib/puppet/provider/syslog/rsyslog.rb
1
# Alternative Augeas-based providers for Puppet
2
#
3
# Copyright (c) 2012 Raphaƫl Pinson
4
# Licensed under the Apache License, Version 2.0
5

6
Puppet::Type.type(:syslog).provide(:rsyslog, :parent => :augeas) do
2✔
7
  desc "Uses Augeas API to update an rsyslog.conf entry"
2✔
8

9
  default_file { '/etc/rsyslog.conf' }
2✔
10
  lens { 'Rsyslog.lns' }
2✔
11

12
  resource_path do |resource|
2✔
13
    entry_path(resource)
×
14
  end
15

16
  confine :feature => :augeas
2✔
17
end
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

© 2023 Coveralls, Inc