Issue #2810 has been reported by Tim Stoop.
----------------------------------------
Bug #2810: tidy resource error: Failed to generate additional resources using
'generate': Fileset recurse parameter must not be a number anymore, please use
recurselimit
http://projects.reductivelabs.com/issues/2810
Author: Tim Stoop
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Affected version: 0.25.1
Keywords:
Branch:
Hi,
I use the tidy resource in a lot of places and since 0.25.1 (skipped 0.25.0 so
I don't know) it's giving me the following error:
err:
//cust::webserver/Cust::Webserver::Tomcatsite[app]/Kbp-tomcat::Project[app]/Tidy[/srv/tomcat/app/logs/]:
Failed to generate additional resources using 'generate': Fileset recurse
parameter must not be a number anymore, please use recurselimit
The tidy resource is very simple:
tidy { "/srv/tomcat/app/logs/":
matches => "*",
age => "4w",
recurse => 1,
}
It's initiated (is that the right term?) form within a define that actually
also sets the Tomcat instance up and put some other files (munin plugins) in
place. This worked in 0.24.8. Please let me know if you need additional
information.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---