diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ece683cd3ec803af33055587da9e80cc3d2796a2..4ef2071bb54b0ba468c8c003f0ecaf0330eee946 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -154,7 +154,6 @@ redhat-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
 redhat-centos-7-master-py3: {extends: '.test_instance'}
 redhat-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
 redhat-fedora-35-master-py3: {extends: '.test_instance'}
-redhat-fedora-34-master-py3: {extends: '.test_instance'}
 suse-opensuse-leap-153-master-py3: {extends: '.test_instance'}
 suse-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
 redhat-amazonlinux-2-master-py3: {extends: '.test_instance'}
@@ -172,7 +171,6 @@ redhat-rockylinux-8-master-py3: {extends: '.test_instance'}
 # redhat-centos-7-3004-1-py3: {extends: '.test_instance'}
 # redhat-fedora-36-3004-1-py3: {extends: '.test_instance_failure_permitted'}
 # redhat-fedora-35-3004-1-py3: {extends: '.test_instance'}
-# redhat-fedora-34-3004-1-py3: {extends: '.test_instance'}
 # redhat-amazonlinux-2-3004-1-py3: {extends: '.test_instance'}
 # redhat-oraclelinux-8-3004-1-py3: {extends: '.test_instance'}
 # redhat-oraclelinux-7-3004-1-py3: {extends: '.test_instance'}
@@ -190,14 +188,6 @@ redhat-rockylinux-8-master-py3: {extends: '.test_instance'}
 # redhat-oraclelinux-8-3003-4-py3: {extends: '.test_instance'}
 # redhat-oraclelinux-7-3003-4-py3: {extends: '.test_instance'}
 # redhat-almalinux-8-3003-4-py3: {extends: '.test_instance'}
-# debian-debian-10-3002-8-py3: {extends: '.test_instance'}
-# debian-debian-9-3002-8-py3: {extends: '.test_instance'}
-# ubuntu-ubuntu-2004-3002-8-py3: {extends: '.test_instance'}
-# ubuntu-ubuntu-1804-3002-8-py3: {extends: '.test_instance'}
-# redhat-centos-7-3002-8-py3: {extends: '.test_instance'}
-# redhat-amazonlinux-2-3002-8-py3: {extends: '.test_instance'}
-# redhat-oraclelinux-8-3002-8-py3: {extends: '.test_instance'}
-# redhat-oraclelinux-7-3002-8-py3: {extends: '.test_instance'}
 # yamllint enable rule:line-length
 
 ###############################################################################
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2cb381ed8f6d5288beae81d4d7af1a7af5b67541..1299a84d27cab1b0986b5f51f8584773bb0f0e5a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,6 +3,18 @@
 ---
 # See https://pre-commit.com for more information
 # See https://pre-commit.com/hooks.html for more hooks
+ci:
+  autofix_commit_msg: |
+    ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks
+
+    For more information, see https://pre-commit.ci
+  autofix_prs: true
+  autoupdate_branch: ''
+  autoupdate_commit_msg: |
+    ci(pre-commit.ci): perform `pre-commit` autoupdate
+  autoupdate_schedule: quarterly
+  skip: []
+  submodules: false
 default_stages: [commit]
 repos:
   - repo: https://github.com/dafyddj/commitlint-pre-commit-hook
@@ -18,7 +30,7 @@ repos:
         additional_dependencies: ['@commitlint/config-conventional@8.3.4']
         always_run: true
   - repo: https://github.com/rubocop-hq/rubocop
-    rev: v1.25.1
+    rev: v1.30.1
     hooks:
       - id: rubocop
         name: Check Ruby files with rubocop
diff --git a/.travis.yml b/.travis.yml
index 7ca510599b2b6e99779e44c08e32fa6775ba7831..7c06a1059836226fd017934e5b9c378e0875cf4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -106,7 +106,6 @@ jobs:
     - env: INSTANCE=redhat-centos-7-master-py3
     - env: INSTANCE=redhat-fedora-36-master-py3
     - env: INSTANCE=redhat-fedora-35-master-py3
-    - env: INSTANCE=redhat-fedora-34-master-py3
     - env: INSTANCE=suse-opensuse-leap-153-master-py3
     - env: INSTANCE=suse-opensuse-tmbl-latest-master-py3
     - env: INSTANCE=redhat-amazonlinux-2-master-py3
@@ -124,7 +123,6 @@ jobs:
     # - env: INSTANCE=redhat-centos-7-3004-1-py3
     # - env: INSTANCE=redhat-fedora-36-3004-1-py3
     # - env: INSTANCE=redhat-fedora-35-3004-1-py3
-    # - env: INSTANCE=redhat-fedora-34-3004-1-py3
     # - env: INSTANCE=redhat-amazonlinux-2-3004-1-py3
     # - env: INSTANCE=redhat-oraclelinux-8-3004-1-py3
     # - env: INSTANCE=redhat-oraclelinux-7-3004-1-py3
@@ -142,14 +140,6 @@ jobs:
     # - env: INSTANCE=redhat-oraclelinux-8-3003-4-py3
     # - env: INSTANCE=redhat-oraclelinux-7-3003-4-py3
     # - env: INSTANCE=redhat-almalinux-8-3003-4-py3
-    # - env: INSTANCE=debian-debian-10-3002-8-py3
-    # - env: INSTANCE=debian-debian-9-3002-8-py3
-    # - env: INSTANCE=ubuntu-ubuntu-2004-3002-8-py3
-    # - env: INSTANCE=ubuntu-ubuntu-1804-3002-8-py3
-    # - env: INSTANCE=redhat-centos-7-3002-8-py3
-    # - env: INSTANCE=redhat-amazonlinux-2-3002-8-py3
-    # - env: INSTANCE=redhat-oraclelinux-8-3002-8-py3
-    # - env: INSTANCE=redhat-oraclelinux-7-3002-8-py3
 
     ## Define the release stage that runs `semantic-release`
     - stage: 'release'
diff --git a/kitchen.yml b/kitchen.yml
index 0e04facc1ef58f349aa690a39c0e8950856bc121..618078e106a0ca208dbde45f6fcfe475b712c22a 100644
--- a/kitchen.yml
+++ b/kitchen.yml
@@ -103,9 +103,6 @@ platforms:
   - name: fedora-35-master-py3
     driver:
       image: saltimages/salt-master-py3:fedora-35
-  - name: fedora-34-master-py3
-    driver:
-      image: saltimages/salt-master-py3:fedora-34
   - name: opensuse-leap-153-master-py3
     driver:
       image: saltimages/salt-master-py3:opensuse-leap-15.3
@@ -183,9 +180,6 @@ platforms:
   - name: fedora-35-3004-1-py3
     driver:
       image: saltimages/salt-3004.1-py3:fedora-35
-  - name: fedora-34-3004-1-py3
-    driver:
-      image: saltimages/salt-3004.1-py3:fedora-34
   - name: amazonlinux-2-3004-1-py3
     driver:
       image: saltimages/salt-3004.1-py3:amazonlinux-2
@@ -264,36 +258,6 @@ platforms:
     driver:
       image: saltimages/salt-3003.4-py3:almalinux-8
 
-  ## SALT `3002.8`
-  - name: debian-10-3002-8-py3
-    driver:
-      image: saltimages/salt-3002.8-py3:debian-10
-      run_command: /lib/systemd/systemd
-  - name: debian-9-3002-8-py3
-    driver:
-      image: saltimages/salt-3002.8-py3:debian-9
-      run_command: /lib/systemd/systemd
-  - name: ubuntu-2004-3002-8-py3
-    driver:
-      image: saltimages/salt-3002.8-py3:ubuntu-20.04
-      run_command: /lib/systemd/systemd
-  - name: ubuntu-1804-3002-8-py3
-    driver:
-      image: saltimages/salt-3002.8-py3:ubuntu-18.04
-      run_command: /lib/systemd/systemd
-  - name: centos-7-3002-8-py3
-    driver:
-      image: saltimages/salt-3002.8-py3:centos-7
-  - name: amazonlinux-2-3002-8-py3
-    driver:
-      image: saltimages/salt-3002.8-py3:amazonlinux-2
-  - name: oraclelinux-8-3002-8-py3
-    driver:
-      image: saltimages/salt-3002.8-py3:oraclelinux-8
-  - name: oraclelinux-7-3002-8-py3
-    driver:
-      image: saltimages/salt-3002.8-py3:oraclelinux-7
-
 verifier:
   # https://www.inspec.io/
   name: inspec
@@ -316,8 +280,6 @@ suites:
       - debian-9-3004-1-py3
       - debian-10-3003-4-py3
       - debian-9-3003-4-py3
-      - debian-10-3002-8-py3
-      - debian-9-3002-8-py3
     provisioner:
       state_top:
         base:
@@ -352,8 +314,6 @@ suites:
       - ubuntu-1804-3004-1-py3
       - ubuntu-2004-3003-4-py3
       - ubuntu-1804-3003-4-py3
-      - ubuntu-2004-3002-8-py3
-      - ubuntu-1804-3002-8-py3
     provisioner:
       state_top:
         base:
@@ -390,7 +350,6 @@ suites:
       - centos-7-master-py3
       - fedora-36-master-py3
       - fedora-35-master-py3
-      - fedora-34-master-py3
       - amazonlinux-2-master-py3
       - oraclelinux-8-master-py3
       - oraclelinux-7-master-py3
@@ -400,7 +359,6 @@ suites:
       - centos-7-3004-1-py3
       - fedora-36-3004-1-py3
       - fedora-35-3004-1-py3
-      - fedora-34-3004-1-py3
       - amazonlinux-2-3004-1-py3
       - oraclelinux-8-3004-1-py3
       - oraclelinux-7-3004-1-py3
@@ -412,10 +370,6 @@ suites:
       - oraclelinux-8-3003-4-py3
       - oraclelinux-7-3003-4-py3
       - almalinux-8-3003-4-py3
-      - centos-7-3002-8-py3
-      - amazonlinux-2-3002-8-py3
-      - oraclelinux-8-3002-8-py3
-      - oraclelinux-7-3002-8-py3
     provisioner:
       state_top:
         base: