Skip to content
Snippets Groups Projects
Commit 0c4d40dd authored by Pär Lindfors's avatar Pär Lindfors Committed by Thomas Bellman
Browse files

Change the age parameter of tidy to a string.


This is required for Puppet 4 compatibility.

Signed-off-by: default avatarThomas Bellman <bellman@nsc.liu.se>
parent 95c701b8
Branches master
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ class tsmclient::tsmbackup_cleanup ...@@ -29,7 +29,7 @@ class tsmclient::tsmbackup_cleanup
# These are not always properly removed when uninstalling # These are not always properly removed when uninstalling
# the tsmbackup RPM. # the tsmbackup RPM.
'/etc/rc.d': '/etc/rc.d':
age => 0, recurse => 2, age => '0', recurse => 2,
matches => '[SK][0-9][0-9]tsmbackup'; matches => '[SK][0-9][0-9]tsmbackup';
} }
service { service {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment