Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | (MODULES-8603) Ignore .keep_* files | Ewoud Kohl van Wijngaarden | |
On Gentoo there's always a .keep_<package>-<slot> (e.g., .keep_cronbase-0) file inside the cron directory to ensure it's not removed with rmdir. Since usernames are very unlikely to start with .keep_, we can safely filter out these hidden files. | |||
2018-12-07 | (MODULES-8306) Port over the crontab filetypes from Puppet | Enis Inan | |
2018-11-28 | Update tests to pass on puppet 4 | Josh Cooper | |
2018-11-27 | (MODULES-8301) Update the unit tests with the crontab filetype fix | Enis Inan | |
Commit 420049f2 in Puppet fixed the crontab filetype's #read method to use Puppet::Util::Execution.execute instead of %x. This commit updates the unit tests to account for this change. | |||
2018-08-08 | Fix Layout/CommentIndentation violation | Jorie Tappa | |
2018-08-01 | Fix Style/RegexpLiteral violations | Jorie Tappa | |
2018-08-01 | Fix RSpec/InstanceVariable violations | Jorie Tappa | |
2018-08-01 | Fix RSpec/RepeatedExample violations | Jorie Tappa | |
2018-08-01 | Disable Security/YAMLLoad | Jorie Tappa | |
2018-08-01 | Fix Lint/AmbiguousBlockAssociation violation | Jorie Tappa | |
2018-08-01 | Fix Lint/ScriptPermission violations | Jorie Tappa | |
2018-08-01 | Apply automatic pdk validate fixes | Jorie Tappa | |
2018-07-31 | Initial cron import from puppet 7a4c5f07bdf61a7bc7aa32a50e99489a604eac52 | Jorie Tappa | |