Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/manifests/log.pp

Issue 29366958: Noissue - Use wildcard for td-agent patch version (Closed)
Patch Set: Noissue - Use wildcard for td-agent patch version Created Dec. 6, 2016, 7:59 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/log.pp
===================================================================
--- a/modules/adblockplus/manifests/log.pp
+++ b/modules/adblockplus/manifests/log.pp
@@ -47,7 +47,7 @@
class {'fluent':
package => {
ensure => $ensure ? {
- 'present' => '2.3.1-0',
+ 'present' => '2.3.*',
default => 'absent',
},
provider => 'apt',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld