Fix states

This commit is contained in:
LinuxSquare 2023-07-16 15:53:42 +02:00
parent 00ef89f319
commit ac8223fd28
4 changed files with 5 additions and 5 deletions

View file

@ -18,4 +18,4 @@ applications_mysql_enable:
- user - user
- group - group
- require: - require:
- system_packages_install - applications_mysql_pkgs

View file

@ -7,4 +7,4 @@ applications_podman_enable:
service.enabled: service.enabled:
- name: podman - name: podman
- require: - require:
- system_service_podman_pkgs - applications_podman_pkgs

View file

@ -1,7 +1,7 @@
applications_ssh_pkgs: applications_ssh_pkgs:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
- ssh - openssh
applications_ssh_add_keys: applications_ssh_add_keys:
file.managed: file.managed:

View file

@ -6,7 +6,7 @@ system_disks_pkgs:
system_disks_btrfs_module: system_disks_btrfs_module:
file.append: file.append:
- name: /etc/modules - name: /etc/modules
- content: "btrfs" - text: "btrfs"
- require: - require:
- system_base_pkgs - system_base_pkgs
@ -15,7 +15,7 @@ system_disks_btrfs_modprobe:
- name: "modprobe btrfs" - name: "modprobe btrfs"
- require: - require:
- system_base_pkgs - system_base_pkgs
- system_base_btrfs_module - system_disks_btrfs_module
system_disks_btrfs_mount_permission: system_disks_btrfs_mount_permission:
file.directory: file.directory: