Add documentation and module boilerplate

This commit is contained in:
2016-10-10 23:18:58 +01:00
parent d3f8c5f5c9
commit 404f09c426
12 changed files with 384 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
require 'spec_helper'
describe 'sabayon' do
context 'with default values for all parameters' do
it { should contain_class('sabayon') }
it { should contain_package('app-admin/enman') }
end
end

1
spec/spec_helper.rb Normal file
View File

@@ -0,0 +1 @@
require 'puppetlabs_spec_helper/module_spec_helper'