apache/apt: fix checkout cmd
This commit is contained in:
parent
31fd7d5a5a
commit
9b84bd521b
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ checkout = git clone ${shared}:shared-mr .
|
|||
update = git pull
|
||||
|
||||
[apache]
|
||||
checkout = git clone shared ${shared}:shared-apache apache
|
||||
checkout = git clone ${shared}:shared-apache apache
|
||||
update =
|
||||
git_assure_remote immerda ${immerda}/module-apache.git
|
||||
git_assure_remote koumbit ${koumbit}/puppet-apache.git
|
||||
|
@ -46,7 +46,7 @@ update =
|
|||
git remote update
|
||||
|
||||
[apt]
|
||||
checkout = git clone shared ${shared}:shared-apt apt
|
||||
checkout = git clone ${shared}:shared-apt apt
|
||||
update =
|
||||
git_assure_remote immerda ${immerda}/module-apt.git
|
||||
git_assure_remote intrigeri ${intrigeri}/puppet-module-apt.git
|
||||
|
|
Loading…
Reference in a new issue