Fix states
This commit is contained in:
parent
00ef89f319
commit
ac8223fd28
4 changed files with 5 additions and 5 deletions
|
@ -18,4 +18,4 @@ applications_mysql_enable:
|
|||
- user
|
||||
- group
|
||||
- require:
|
||||
- system_packages_install
|
||||
- applications_mysql_pkgs
|
||||
|
|
|
@ -7,4 +7,4 @@ applications_podman_enable:
|
|||
service.enabled:
|
||||
- name: podman
|
||||
- require:
|
||||
- system_service_podman_pkgs
|
||||
- applications_podman_pkgs
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
applications_ssh_pkgs:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- ssh
|
||||
- openssh
|
||||
|
||||
applications_ssh_add_keys:
|
||||
file.managed:
|
||||
|
|
|
@ -6,7 +6,7 @@ system_disks_pkgs:
|
|||
system_disks_btrfs_module:
|
||||
file.append:
|
||||
- name: /etc/modules
|
||||
- content: "btrfs"
|
||||
- text: "btrfs"
|
||||
- require:
|
||||
- system_base_pkgs
|
||||
|
||||
|
@ -15,7 +15,7 @@ system_disks_btrfs_modprobe:
|
|||
- name: "modprobe btrfs"
|
||||
- require:
|
||||
- system_base_pkgs
|
||||
- system_base_btrfs_module
|
||||
- system_disks_btrfs_module
|
||||
|
||||
system_disks_btrfs_mount_permission:
|
||||
file.directory:
|
||||
|
|
Loading…
Reference in a new issue