Skip to content

Commit

Permalink
Add example Hiera data bindings to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
razorsedge committed Oct 3, 2013
1 parent f107cc2 commit 56b40b3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,24 @@ Usage
}
```

### Hiera Data Bindings

```yaml
---
smartd::mail_to: "root@%{::domain}"
smartd::devicescan: false
smartd::devices:
-
device: '/dev/cciss/c0d0'
options: '-d cciss,0 -a -o on -S on -s (S/../.././19|L/../../3/21)'
-
device: '/dev/cciss/c0d0'
options: '-d cciss,1 -a -o on -S on -s (S/../.././18|L/../../3/20)'
-
device: '/dev/sda'
options: '-a -o on -S on -s (S/../.././18|L/../../3/20|C/../.././19)'
```
Limitations
-----------
Expand Down

0 comments on commit 56b40b3

Please sign in to comment.