From b43687a4fc556826a97a0a84ec62db6c08210ce1 Mon Sep 17 00:00:00 2001 From: Carlos Barria Date: Thu, 25 Apr 2024 15:59:22 -0400 Subject: [PATCH] (profile/archive) remove sysctl:lhn --- site/profile/manifests/archive/common.pp | 1 - spec/spec_helper.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/site/profile/manifests/archive/common.pp b/site/profile/manifests/archive/common.pp index c4695ce3cc..ff1c26f8b5 100644 --- a/site/profile/manifests/archive/common.pp +++ b/site/profile/manifests/archive/common.pp @@ -26,7 +26,6 @@ include profile::core::docker::prune include profile::core::nfsclient include profile::core::nfsserver - include profile::core::sysctl::lhn if $packages { ensure_packages($packages) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 23e3bc373d..9974ecc398 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -487,7 +487,6 @@ def node_files profile::core::docker::prune profile::core::nfsclient profile::core::nfsserver - profile::core::sysctl::lhn ].each do |c| it { is_expected.to contain_class(c) } end