Skip to content

Commit

Permalink
Refs #35800 - Add foreman_kernel_care plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 29, 2022
1 parent 56404b2 commit a57aa4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/plugin/kernel_care.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installs foreman_kernel_care plugin
class foreman::plugin::kernel_care {
foreman::plugin { 'kernel_care':
}
}
5 changes: 5 additions & 0 deletions spec/classes/plugin/kernel_care_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

describe 'foreman::plugin::kernel_care' do
include_examples 'basic foreman plugin tests', 'kernel_care'
end

0 comments on commit a57aa4b

Please sign in to comment.