summaryrefslogtreecommitdiffstats
path: root/recipes-support/puppet/README
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/puppet/README')
-rw-r--r--recipes-support/puppet/README12
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
7Basic Requirements 7Basic Requirements
8------------------------ 8------------------------
9Ruby 1.8.7 or later 9Ruby 2.4 or later
10Facter 1.7.0 or later 10Facter 3.10.0 or later
11Hiera 1.0 or later 11Hiera 5 or later [1]
12The json gem (any modern version) 12The 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
15Simple Demo 21Simple Demo
16------------------------ 22------------------------