aboutsummaryrefslogtreecommitdiff
path: root/lib/puppet/type/cron.rb
AgeCommit message (Collapse)Author
2021-10-01(MODULES-11197) Update to pdk-templates 2.2.0Gabriel Nagy
Includes REFERENCE.md ToC fixes for MODULES-8183.
2021-08-17(maint) Fix rubocop errorsJosh Cooper
Took the safest route and disabled cops either globally in .rubocop.yml for just for specific cases in lib/
2020-10-29(MODULES-10852) Fix warnings introduced by Ruby 2.7Luchian Nemes
Ruby 2.7 introduced a warning for checking an Integer against a regular expression because this check always returns nil even though as a string it would respect the given regular expression.
2020-08-10(MODULES-7786) Allow leading zeroes for cron paramsDorin Pleava
When applying a cron manigest that contains leading zeroes in a periodic attribute (hour, minute, month, monthday, weekday), puppet will strip down the zeroes even if they are accepted by the system cron. Now puppet will only convert to integer the periodic attributes when validating them, but will not change the input from the manifest.
2020-04-22Day ranges can only be numericBouke Haarsma
2018-08-23Update readme and descriptionJorie Tappa
2018-08-08Disable Style/PredicateName copJorie Tappa
2018-08-08Fix Style/MultipleComparison cop violationsJorie Tappa
2018-08-08Fix Style/IfInsideElse violationJorie Tappa
2018-08-08Fix Lint/EmptyWhen violationJorie Tappa
2018-08-07Fix Style/GuardClause violations.Jorie Tappa
2018-08-01Fix Lint/AssignmentInCondition violations.Jorie Tappa
2018-08-01Fix Style/RegexpLiteral violationsJorie Tappa
2018-08-01Apply automatic pdk validate fixesJorie Tappa
2018-07-31Initial cron import from puppet 7a4c5f07bdf61a7bc7aa32a50e99489a604eac52Jorie Tappa