Skip to content

Commit

Permalink
Adding foreman_kubevirt Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
masayag committed Apr 30, 2019
1 parent 0809bbd commit f575bed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/plugin/foreman_kubevirt.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installs foreman_kubevirt plugin
class foreman::plugin::foreman_kubevirt {
foreman::plugin {'foreman_kubevirt':
}
}
5 changes: 5 additions & 0 deletions spec/classes/plugin/foreman_kubevirt_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

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

0 comments on commit f575bed

Please sign in to comment.