add augeas module and its remotes
This commit is contained in:
parent
d38a8b181d
commit
5ef6401f4b
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ update =
|
|||
git_assure_remote leap ${leap}/puppet_apt
|
||||
git remote update
|
||||
|
||||
[augeas]
|
||||
checkout = git clone ${shared}:shared-augeas augeas
|
||||
update =
|
||||
git_assure_remote leap ${leap}/puppet_augeas
|
||||
git_assure_remote camptocamp git://github.com/camptocamp/puppet-augeas.git
|
||||
git remote update
|
||||
|
||||
[backupninja]
|
||||
checkout = git clone ${shared}:shared-backupninja backupninja
|
||||
update =
|
||||
|
|
Loading…
Reference in a new issue