Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ymauray/puppet
Configuration Puppet pour mes serveurs
https://github.com/ymauray/puppet
Last synced: 21 days ago
JSON representation
Configuration Puppet pour mes serveurs
- Host: GitHub
- URL: https://github.com/ymauray/puppet
- Owner: ymauray
- License: gpl-2.0
- Created: 2015-04-02T23:56:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T16:22:08.000Z (over 9 years ago)
- Last Synced: 2023-04-03T12:16:18.539Z (over 1 year ago)
- Language: Shell
- Size: 6.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppet
Configuration Puppet pour mes serveurs.
Je part du principe que j'utilise mon compte (yannick) et que mon répertoire racine est /home/yannick# Pré-installation
Installation de Git :
```
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install build-essential git
$ git pull [email protected]:ymauray/puppet.git
```Installation de Puppet :
```
$ sudo dpkg -i support/puppetlabs-release-trusty.deb
$ sudo apt-get update
$ sudo apt-get install puppet
```Ajouter le module apt :
```
$ puppet module install puppetlabs-apt --modulepath=/home/yannick/puppet/modules
```Appliquer puppet :
```
$ sudo puppet apply site.pp --modulepath=/home/yannick/puppet/modules
```