Skip to content

Commit 5f97f84

Browse files
committed
Documentation housekeeping
This commit comprises minor documentation updates as flagged by Puppet Strings. This includes: - Moving the Japanese README to the root of the project (YARD does not know how to parse a readmes directory). - Add a minimal description to the crontab provider.
1 parent 52768c9 commit 5f97f84

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
File renamed without changes.

lib/puppet/provider/cron/crontab.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
require 'puppet/provider/parsedfile'
33

44
Puppet::Type.type(:cron).provide(:crontab, parent: Puppet::Provider::ParsedFile, default_target: ENV['USER'] || 'root', raise_prefetch_errors: true) do
5+
desc 'The crontab provider'
6+
57
commands crontab: 'crontab'
68

79
text_line :comment, match: %r{^\s*#}, post_parse: proc { |record|

0 commit comments

Comments
 (0)