User Tools

Site Tools


puppet

This is an old revision of the document!


Puppet (data center automation and configuration management framework)

Puppet YUM Repository

| /etc/yum.repos.d/puppet-el.repo
[Puppet_EL_Repo]
name=Puppet Enterprise Linux
baseurl=http://yum.puppetlabs.com/el/6/products/x86_64/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-Key-Puppet
 
[Puppet_EL_dependancies]
name=Puppet Enterprise Dependencies
baseurl=http://yum.puppetlabs.com/el/6/dependencies/x86_64/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-Key-Puppet

Get key file using following command

wget -O /etc/pki/rpm-gpg/RPM-GPG-Key-Puppet "http://yum.puppetlabs.com/RPM-GPG-KEY-puppetlabs"
</bash>
 
 
 
==== checking syntax on template ====
<code rbuy>
erb -P -x -T '-' mytemplate.erb | ruby -c

Variable Referencing

Function Reference

Incremental Number

puppet.1369417763.txt.gz · Last modified: 2020/08/10 02:29 (external edit)