Skip to content

Commit

Permalink
Add hiera data manager (HDM) plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea authored Feb 12, 2024
1 parent 908ed63 commit 2b9ca7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/plugin/hdm.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @summary Install the Hiera Data Manager (HDM) plugin
#
class foreman::plugin::hdm {
foreman::plugin { 'hdm':
}
}
5 changes: 5 additions & 0 deletions spec/classes/plugin/hdm_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

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

0 comments on commit 2b9ca7d

Please sign in to comment.