Puppet
De Linuxmemo.
(Différences entre les versions)
(→Puppet manifest) |
(→Puppet manifest) |
||
| Ligne 23 : | Ligne 23 : | ||
Services | Services | ||
...and many more. | ...and many more. | ||
| + | ==Utilisation== | ||
| + | *tester ses manifests | ||
| + | puppet apply /vagrant/manifests/helloworld.pp | ||
==Astuces== | ==Astuces== | ||
*version | *version | ||
Version du 22 avril 2016 à 08:31
Sommaire |
Master
sudo apt-get install puppetserver
- Get the master’s names and certificates set up
vim /etc/puppet/puppet.conf dns_alt_names = sudo puppet master --verbose --no-daemonize
- Configure any necessary settings
- Put your Puppet modules and manifests in place
- Configure a production-ready web server
- Configure load balancing and CA service routing if you’re using multiple masters
- Start the puppet master service
Agent
sudo apt-get install puppet
Puppet manifest
block of the Puppet configuration language built-in resources:
Users Groups Files Hosts Packages Services
...and many more.
Utilisation
- tester ses manifests
puppet apply /vagrant/manifests/helloworld.pp
Astuces
- version