Skip to content

Commit

Permalink
Add resource_quota plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann committed Nov 22, 2024
1 parent 1bd07d0 commit 1adb24f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/plugin/resource_quota.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Installs foreman_resource_quota plugin
class foreman::plugin::resource_quota {
include foreman::plugin::tasks

foreman::plugin { 'resource_quota':
}
}
5 changes: 5 additions & 0 deletions spec/classes/plugin/resource_quota_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'
describe 'foreman::plugin::resource_quota' do
include_examples 'basic foreman plugin tests', 'resource_quota'
it { should contain_foreman__plugin('tasks') }
end

0 comments on commit 1adb24f

Please sign in to comment.