Skip to content

Commit 2f1634f

Browse files
bastelfreakekohl
andcommitted
Add openbolt plugin support
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
1 parent 3f8d26d commit 2f1634f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

manifests/plugin/openbolt.pp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# @summary Install the OpenBolt plugin
3+
#
4+
# @see https://github.com/overlookinfra/foreman_openbolt
5+
#
6+
class foreman::plugin::openbolt {
7+
foreman::plugin { 'openbolt':
8+
}
9+
}
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::openbolt' do
4+
include_examples 'basic foreman plugin tests', 'openbolt'
5+
end

0 commit comments

Comments
 (0)