Project

General

Profile

« Previous | Next » 

Revision b1530187

Added by cocker-cc almost 6 years ago

Adding dlm Plugin (#646)

View differences:

manifests/plugin/dlm.pp
# Installs foreman_dlm plugin
class foreman::plugin::dlm {
foreman::plugin {'dlm':
}
}
spec/classes/plugin/dlm_spec.rb
require 'spec_helper'
describe 'foreman::plugin::dlm' do
include_examples 'basic foreman plugin tests', 'dlm'
end

Also available in: Unified diff