Add cdist-recycledcloud repository to workdir
This commit is contained in:
parent
7ca9adf523
commit
3af3505208
2 changed files with 4 additions and 1 deletions
|
@ -3,3 +3,6 @@ checkout = git clone 'gitea@code.recycled.cloud:e-Durable/dot-cdist.git' 'dot-cd
|
|||
|
||||
[cdist-contrib]
|
||||
checkout = git clone 'https://code.ungleich.ch/ungleich-public/cdist-contrib.git' 'cdist-contrib'
|
||||
|
||||
[cdist-recycledcloud]
|
||||
checkout = git clone 'gitea@code.recycled.cloud:e-Durable/cdist-recycledcloud.git' 'cdist-recycledcloud'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[GLOBAL]
|
||||
# Notice that types defined in last dir win and can override native types.
|
||||
# Consider using a prefix for your own types to avoid collisions.
|
||||
conf_dir = cdist-contrib:dot-cdist
|
||||
conf_dir = cdist-contrib:cdist-recycledcloud:dot-cdist
|
||||
|
|
Loading…
Reference in a new issue