moved vars

This commit is contained in:
2024-07-25 16:58:19 +02:00
parent 3980132f32
commit 1127b11054
5 changed files with 11 additions and 10 deletions

View File

@@ -1,2 +0,0 @@
commands:
visudo: "/usr/bin/visudo"

View File

@@ -13,6 +13,3 @@ postgres_pkgs:
- package: "postgresql-contrib" - package: "postgresql-contrib"
- package: "python3-psycopg2" - package: "python3-psycopg2"
- package: "sudo" - package: "sudo"
commands:
visudo: "/usr/sbin/visudo"

View File

@@ -13,6 +13,3 @@ postgres_pkgs:
- package: "postgresql-contrib" - package: "postgresql-contrib"
- package: "python3-psycopg2" - package: "python3-psycopg2"
- package: "sudo" - package: "sudo"
commands:
visudo: "/usr/sbin/visudo"

View File

@@ -6,4 +6,7 @@ openssh_server_package: openssh
check_update_cmd: "/root/bin/cron_pacman" check_update_cmd: "/root/bin/cron_pacman"
glusterfs_packages: glusterfs_packages:
- package: glusterfs - package: glusterfs
commands:
visudo: "/usr/bin/visudo"

View File

@@ -8,4 +8,10 @@ check_update_cmd: "apt list --upgradable"
glusterfs_packages: glusterfs_packages:
- package: glusterfs-common - package: glusterfs-common
- package: glusterfs-server - package: glusterfs-server
- package: glusterfs-client - package: glusterfs-client
commands:
visudo: "/usr/sbin/visudo"
commands:
visudo: "/usr/sbin/visudo"