diff options
Diffstat (limited to 'recipes-support/puppet/README')
| -rw-r--r-- | recipes-support/puppet/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes-support/puppet/README b/recipes-support/puppet/README index 2de808a..8befb15 100644 --- a/recipes-support/puppet/README +++ b/recipes-support/puppet/README | |||
| @@ -6,11 +6,17 @@ state of your IT infrastructure, then automatically enforces the correct state. | |||
| 6 | 6 | ||
| 7 | Basic Requirements | 7 | Basic Requirements |
| 8 | ------------------------ | 8 | ------------------------ |
| 9 | Ruby 1.8.7 or later | 9 | Ruby 2.4 or later |
| 10 | Facter 1.7.0 or later | 10 | Facter 3.10.0 or later |
| 11 | Hiera 1.0 or later | 11 | Hiera 5 or later [1] |
| 12 | The json gem (any modern version) | 12 | The json gem (any modern version) |
| 13 | 13 | ||
| 14 | [1] Hiera isn’t separate from Puppet anymore | ||
| 15 | Hiera began as an independent Ruby library that worked with Puppet. | ||
| 16 | Over time, it became a requirement and was even included in the | ||
| 17 | puppet-agent package, but it was limited by its original design. | ||
| 18 | |||
| 19 | https://puppet.com/docs/puppet/4.10/hiera_intro.html | ||
| 14 | 20 | ||
| 15 | Simple Demo | 21 | Simple Demo |
| 16 | ------------------------ | 22 | ------------------------ |
