doc install puppet 3
This commit is contained in:
parent
d9c3d8262d
commit
4fdbdc3a0d
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -70,7 +70,16 @@ Ovvero della centralizzazione, automazione delle configurazioni per indivia/orti
|
|||
5. Aggiungere l'utente <hostname> al team "Deploy" dell'organizzazione opuppet.
|
||||
6. Testare eseguendo `git clone --recursive gogs@lattuga.net:opuppet/puppet-deploy.git` sul server <hostname>
|
||||
|
||||
- Installare un nuovo server e configurare Git/puppet
|
||||
- Installare un nuovo server Debian wheezy e configurare Git/puppet
|
||||
1. `wget https://apt.puppetlabs.com/puppetlabs-release-wheezy.deb && dpkg -i puppetlabs-release-wheezy.deb && apt-get update`
|
||||
2. Creare il file `/etc/apt/preferences.d/00-puppet.pref` con le seguente configurazione:
|
||||
`Package: puppet puppet-common
|
||||
Pin: version 3.7*
|
||||
Pin-Priority: 999
|
||||
|
||||
Package: facter
|
||||
Pin: version 2.3*
|
||||
Pin-Priority: 999`
|
||||
1. Da root `apt-get install puppet git`
|
||||
2. Eliminare i file esistenti per puppet: `rm -rf /etc/puppet`
|
||||
3. Aggiungere l'utente specifico del server sulla piattaforma Gogs (vedi piu' in alto)
|
||||
|
|
Loading…
Reference in a new issue