Skip to content

Commit

Permalink
(profile/archive) remove sysctl:lhn
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarria committed Apr 26, 2024
1 parent 58798f5 commit 2970c4e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion site/profile/manifests/archive/common.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion spec/hosts/roles/auxtel_archiver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
it { is_expected.to compile.with_all_deps }

include_examples 'common', os_facts: os_facts, site: site
include_examples 'lhn sysctls'
include_examples 'archiver'
include_examples 'docker'
include_examples 'archive data auxtel'
Expand Down
1 change: 0 additions & 1 deletion spec/hosts/roles/comcam_archiver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
it { is_expected.to compile.with_all_deps }

include_examples 'common', os_facts: os_facts, site: site
include_examples 'lhn sysctls'
include_examples 'archiver'
include_examples 'docker'

Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2970c4e

Please sign in to comment.