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:
|
git:
|
||||||
tmux-root:
|
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"
|
path: "/root/tmux"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
@ -8,7 +8,7 @@ git:
|
||||||
email: "actcur@actcur.com"
|
email: "actcur@actcur.com"
|
||||||
name: "Actaeus Curabitur"
|
name: "Actaeus Curabitur"
|
||||||
tmux-ejparker:
|
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"
|
path: "/ejparker/tmux"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
@ -16,7 +16,7 @@ git:
|
||||||
email: "actcur@actcur.com"
|
email: "actcur@actcur.com"
|
||||||
name: "Actaeus Curabitur"
|
name: "Actaeus Curabitur"
|
||||||
web:
|
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"
|
path: "/srv/http/portal"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
git:
|
git:
|
||||||
salt:
|
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"
|
path: "/srv/salt/prod"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
@ -8,7 +8,7 @@ git:
|
||||||
email: "actcur@actcur.com"
|
email: "actcur@actcur.com"
|
||||||
name: "Actaeus Curabitur"
|
name: "Actaeus Curabitur"
|
||||||
salt_dev:
|
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"
|
path: "/srv/salt/dev"
|
||||||
branch: "dev"
|
branch: "dev"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
git:
|
git:
|
||||||
ytdownloader:
|
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"
|
path: "/root/scripts/ytdownloader"
|
||||||
branch: "master"
|
branch: "master"
|
||||||
key: "git_actcur"
|
key: "git_actcur"
|
||||||
|
|
|
@ -9,6 +9,7 @@ basepkgs:
|
||||||
- htop
|
- htop
|
||||||
- git
|
- git
|
||||||
- net-tools
|
- net-tools
|
||||||
|
- python-psutil
|
||||||
{% elif grains['os_family'] == 'Debian' %}
|
{% elif grains['os_family'] == 'Debian' %}
|
||||||
basepkgs:
|
basepkgs:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
- mkdirs: true
|
- mkdirs: true
|
||||||
|
|
||||||
#package is in aur repo
|
#package is in aur repo
|
||||||
jackett:
|
jackett-bin:
|
||||||
pkg.installed
|
pkg.installed
|
||||||
|
|
||||||
jackett_service:
|
jackett_service:
|
||||||
|
|
Loading…
Add table
Reference in a new issue