mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 18:22:15 +00:00
Fix/disable some changing/out-of-date packages
- orpie's mirror is down, is flagged out-of-date - attic/atticmatic are now borg/borgmatic, atticmatic removed from AUR - terraform-bin is broken, is flagged out-of-date - tucnak3 superceded by tucnak4, is flagged out-of-date, mirror url changed, no tucnak4 pkgbuild available
This commit is contained in:
parent
4492cf71d7
commit
df8b2a6188
4 changed files with 15 additions and 14 deletions
|
|
@ -15,7 +15,8 @@ aur:
|
|||
packages:
|
||||
- aura-bin
|
||||
- downgrade
|
||||
- orpie
|
||||
# mirror is down
|
||||
#- orpie
|
||||
|
||||
ssh:
|
||||
port: 22
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
- name: Install rsnapshot
|
||||
pacman: name=rsnapshot state=present
|
||||
|
||||
- name: Install attic
|
||||
aur: name=attic user={{ user.name }}
|
||||
- name: Install borg
|
||||
aur: name=borg user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
|
||||
- name: Install atticmatic
|
||||
aur: name=atticmatic user={{ user.name }}
|
||||
- name: Install borgmatic
|
||||
aur: name=borgmatic user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
|
|
|
|||
|
|
@ -2,10 +2,9 @@
|
|||
- name: Install vagrant
|
||||
pacman: name=vagrant state=present
|
||||
|
||||
- name: Install terraform, consul, and vault
|
||||
- name: Install consul and vault
|
||||
aur: name={{ item }} user={{ user.name }}
|
||||
with_items:
|
||||
- terraform-bin
|
||||
- consul
|
||||
- vault-bin
|
||||
tags:
|
||||
|
|
|
|||
|
|
@ -15,10 +15,11 @@
|
|||
tags:
|
||||
- aur
|
||||
|
||||
- name: Install tucnak3
|
||||
aur: name={{ item }} user={{ user.name }}
|
||||
with_items:
|
||||
- libzia3
|
||||
- tucnak3
|
||||
tags:
|
||||
- aur
|
||||
# tucnak3 replaced by tucnak4 upstream but no AUR package yet
|
||||
#- name: Install tucnak3
|
||||
# aur: name={{ item }} user={{ user.name }}
|
||||
# with_items:
|
||||
# - libzia3
|
||||
# - tucnak3
|
||||
# tags:
|
||||
# - aur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue