From 42579ed2eb4ce8002aa53cca5680d61daaaf43cf Mon Sep 17 00:00:00 2001 From: rchikov Date: Thu, 12 Jan 2023 10:28:47 +0100 Subject: [PATCH] Typo corrections in the name of the rule --- controls/cis_sle12.yml | 2 +- controls/cis_sle15.yml | 2 +- .../rule.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) rename linux_os/guide/services/nfs_and_rpc/disabling_nfs/disabling_nfs_services/{package_rcpbind_removed => package_rpcbind_removed}/rule.yml (87%) diff --git a/controls/cis_sle12.yml b/controls/cis_sle12.yml index b794bd66dd5..c5e0ce19f13 100644 --- a/controls/cis_sle12.yml +++ b/controls/cis_sle12.yml @@ -642,7 +642,7 @@ controls: status: automated rules: - service_rpcbind_disabled - - package_rcpbind_removed + - package_rpcbind_removed - id: 2.2.9 title: Ensure DNS Server is not installed (Automated) diff --git a/controls/cis_sle15.yml b/controls/cis_sle15.yml index 525cb8b2cec..746e2565a35 100644 --- a/controls/cis_sle15.yml +++ b/controls/cis_sle15.yml @@ -623,7 +623,7 @@ controls: status: automated rules: - service_rpcbind_disabled - - package_rcpbind_removed + - package_rpcbind_removed - id: 2.2.9 title: Ensure DNS Server is not installed (Automated) diff --git a/linux_os/guide/services/nfs_and_rpc/disabling_nfs/disabling_nfs_services/package_rcpbind_removed/rule.yml b/linux_os/guide/services/nfs_and_rpc/disabling_nfs/disabling_nfs_services/package_rpcbind_removed/rule.yml similarity index 87% rename from linux_os/guide/services/nfs_and_rpc/disabling_nfs/disabling_nfs_services/package_rcpbind_removed/rule.yml rename to linux_os/guide/services/nfs_and_rpc/disabling_nfs/disabling_nfs_services/package_rpcbind_removed/rule.yml index d391a6f18fa..15b88e8b7cc 100644 --- a/linux_os/guide/services/nfs_and_rpc/disabling_nfs/disabling_nfs_services/package_rcpbind_removed/rule.yml +++ b/linux_os/guide/services/nfs_and_rpc/disabling_nfs/disabling_nfs_services/package_rpcbind_removed/rule.yml @@ -27,11 +27,11 @@ references: cis@sle12: 2.2.8 cis@sle15: 2.2.8 -{{{ complete_ocil_entry_package(package="rcpbind") }}} +{{{ complete_ocil_entry_package(package="rpcbind") }}} -fixtext: '{{{ fixtext_package_removed("rcpbind") }}}' +fixtext: '{{{ fixtext_package_removed("rpcbind") }}}' template: name: package_removed vars: - pkgname: rcpbind + pkgname: rpcbind