Removed submodules, now managed through mr
This commit is contained in:
parent
ad78ea976f
commit
4e220d3bf5
9 changed files with 7 additions and 20 deletions
15
.gitmodules
vendored
15
.gitmodules
vendored
|
@ -1,15 +0,0 @@
|
||||||
[submodule "modules/postfix"]
|
|
||||||
path = modules/postfix
|
|
||||||
url = gogs@lattuga.net:opuppet/module-postfix.git
|
|
||||||
[submodule "modules/common"]
|
|
||||||
path = modules/common
|
|
||||||
url = gogs@lattuga.net:opuppet/module-common.git
|
|
||||||
[submodule "modules/concat"]
|
|
||||||
path = modules/concat
|
|
||||||
url = gogs@lattuga.net:opuppet/module-concat.git
|
|
||||||
[submodule "modules/apt"]
|
|
||||||
path = modules/apt
|
|
||||||
url = ssh://gogs@git.lattuga.net/opuppet/module-apt.git
|
|
||||||
[submodule "modules/lsb"]
|
|
||||||
path = modules/lsb
|
|
||||||
url = gogs@git.lattuga.net:opuppet/module-lsb.git
|
|
|
@ -80,6 +80,7 @@ Ovvero della centralizzazione, automazione delle configurazioni per indivia/orti
|
||||||
Package: facter
|
Package: facter
|
||||||
Pin: version 2.3*
|
Pin: version 2.3*
|
||||||
Pin-Priority: 999`
|
Pin-Priority: 999`
|
||||||
|
3. Aggiungere la linea `echo "deb http://http.debian.net/debian wheezy-backports main" >> /etc/apt/sources.list && apt-get update`
|
||||||
1. Da root `apt-get install puppet git`
|
1. Da root `apt-get install puppet git`
|
||||||
2. Eliminare i file esistenti per puppet: `rm -rf /etc/puppet`
|
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)
|
3. Aggiungere l'utente specifico del server sulla piattaforma Gogs (vedi piu' in alto)
|
||||||
|
|
5
modules/.gitignore
vendored
Normal file
5
modules/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except this file
|
||||||
|
!.gitignore
|
||||||
|
!README
|
1
modules/README
Normal file
1
modules/README
Normal file
|
@ -0,0 +1 @@
|
||||||
|
All moduled are managed as indipendent repositories through mr (myrepos)
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit c826a07dfec73811a35d67c269c0cc1629d71df9
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit ac5da1df281e636ecffe260b681e8119a1057e1d
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 7bb36698846f144c14dda46bc8378e67065bc388
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit bac64e7595a6d4f8d409b024a26bddb1c06188d6
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 0fb9e260271370ca43229ca0e85f0b54d2eabe1e
|
|
Loading…
Reference in a new issue