fixed git, fixed salt dependencies, fixed jacket package name
This commit is contained in:
parent
7d670fead3
commit
a112723532
5 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
git:
|
||||
tmux-root:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/tmux.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/tmux.git"
|
||||
path: "/root/tmux"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
@ -8,7 +8,7 @@ git:
|
|||
email: "actcur@actcur.com"
|
||||
name: "Actaeus Curabitur"
|
||||
tmux-ejparker:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/tmux.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/tmux.git"
|
||||
path: "/ejparker/tmux"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
@ -16,7 +16,7 @@ git:
|
|||
email: "actcur@actcur.com"
|
||||
name: "Actaeus Curabitur"
|
||||
web:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/portal.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/portal.git"
|
||||
path: "/srv/http/portal"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
git:
|
||||
salt:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/salt.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/salt.git"
|
||||
path: "/srv/salt/prod"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
@ -8,7 +8,7 @@ git:
|
|||
email: "actcur@actcur.com"
|
||||
name: "Actaeus Curabitur"
|
||||
salt_dev:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/salt.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/salt.git"
|
||||
path: "/srv/salt/dev"
|
||||
branch: "dev"
|
||||
key: "git_actcur"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
git:
|
||||
ytdownloader:
|
||||
repo: "ssh://gogs@git.actcur.com:5022/actcur/ytdownloader.git"
|
||||
repo: "ssh://gitea@git.actcur.com:5022/actcur/ytdownloader.git"
|
||||
path: "/root/scripts/ytdownloader"
|
||||
branch: "master"
|
||||
key: "git_actcur"
|
||||
|
|
|
@ -9,6 +9,7 @@ basepkgs:
|
|||
- htop
|
||||
- git
|
||||
- net-tools
|
||||
- python-psutil
|
||||
{% elif grains['os_family'] == 'Debian' %}
|
||||
basepkgs:
|
||||
pkg.installed:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
- mkdirs: true
|
||||
|
||||
#package is in aur repo
|
||||
jackett:
|
||||
jackett-bin:
|
||||
pkg.installed
|
||||
|
||||
jackett_service:
|
||||
|
|
Loading…
Add table
Reference in a new issue