Appunto su deep-merge
This commit is contained in:
parent
13e3d3975d
commit
2b37a7a88e
1 changed files with 4 additions and 2 deletions
|
@ -122,6 +122,10 @@ order = 4
|
|||
|
||||
### Installare e configurare un nuovo server
|
||||
|
||||
#### Software necessario
|
||||
gem install deep_merge
|
||||
|
||||
|
||||
#### Creare un nuovo $(site-name)
|
||||
##### Configurazione siteconf-$(sitename)
|
||||
1. Creare il repository git per la configurazione del site
|
||||
|
@ -190,8 +194,6 @@ git push --set-upstream $(gcrypt_remote) master</pre>
|
|||
12. Lanciare l'esecuzione di puppet `puppet apply -v /etc/puppet/manifests/site.pp`
|
||||
|
||||
|
||||
|
||||
|
||||
#### Appunti
|
||||
- **module naming convention**
|
||||
Dalla [documentazione di puppet](https://docs.puppetlabs.com/puppet/latest/reference/modules_fundamentals.html#manifests): *`init.pp` is special and always contains a class with the same name as the module. You may not have a class named init.*
|
||||
|
|
Loading…
Reference in a new issue