Skip to content

Commit 1c82f0e

Browse files
nadjaheitmannevgeni
authored andcommitted
Add foreman_ovirt plugin to installer
(cherry picked from commit fe5cdfd)
1 parent 6b9f593 commit 1c82f0e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

manifests/plugin/ovirt.pp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# = Foreman oVirt plugin
2+
class foreman::plugin::ovirt {
3+
foreman::plugin { 'ovirt':
4+
}
5+
}

spec/classes/plugin/ovirt_spec.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
require 'spec_helper'
2+
3+
describe 'foreman::plugin::ovirt' do
4+
include_examples 'basic foreman plugin tests', 'ovirt'
5+
end

0 commit comments

Comments
 (0)