Skip to content

Commit

Permalink
Use correct terminology for multiple jobs description
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-mueller committed Jun 4, 2016
1 parent d19885d commit e9f0ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ cron::job:
It allows specifiying the following parameters:

* `ensure` - optional - defaults to "present"
* `jobs` - required - a hash of multiple cron jobs using a similar structure as `cron::job`-parameters
* `jobs` - required - an array of hashes of multiple cron jobs using a similar structure as `cron::job`-parameters
* `environment` - optional - defaults to ""
* `mode` - optional - defaults to "0644"

And parameters of the jobs hash are:
And the keys of the jobs hash are:

* `command` - required - the command to execute
* `minute` - optional - defaults to "\*"
Expand Down Expand Up @@ -183,7 +183,7 @@ cron::job::multiple:
- 'PATH="/usr/sbin:/usr/bin:/sbin:/bin"'
```

That will generate the file `/etc/cron.d/test` with essentially this content:
That will generate the file `/etc/cron.d/test_cron_job_multiple` with essentially this content:

```
PATH="/usr/sbin:/usr/bin:/sbin:/bin"
Expand Down

0 comments on commit e9f0ca9

Please sign in to comment.