User Tools

Site Tools


puppet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
puppet [2017/03/28 14:47]
k2patel [Puppet hiera literal %]
puppet [2018/04/18 19:43]
k2patel
Line 1: Line 1:
 ====== Puppet (data center automation and configuration management framework) ====== ====== Puppet (data center automation and configuration management framework) ======
 +
 +[[Puppet Upgrade 4.x to 5.x]]
  
 ==== Puppet YUM Repository ==== ==== Puppet YUM Repository ====
Line 71: Line 73:
  
 ==== Puppet - Hiera - Apache - create resource example ==== ==== Puppet - Hiera - Apache - create resource example ====
-===== Value in Hiera with yaml backend ​=====+=== Value in Hiera with yaml backend ===
 <code yaml> <code yaml>
 vhosts: vhosts:
Line 207: Line 209:
 </​code>​ </​code>​
  
-===== Value in manifests ​=====+=== Value in manifests ===
 <code ruby> <code ruby>
 $myApacheVhost = hiera('​vhosts',​ {}) $myApacheVhost = hiera('​vhosts',​ {})
puppet.txt ยท Last modified: 2020/08/10 02:35 (external edit)