galal: updating basic module files according to puppet forge standards
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.3'] | ||
gem 'puppet', puppetversion | ||
gem 'puppetlabs_spec_helper', '>= 0.1.0' | ||
gem 'puppet-lint', '>= 0.3.2' | ||
gem 'facter', '>= 1.7.0' |
README
deleted
100644 → 0
README.md
0 → 100644
Rakefile
0 → 100644
metadata.json
0 → 100644
spec/classes/init_spec.rb
0 → 100644
spec/spec_helper.rb
0 → 100644
tests/init.pp
0 → 100644
Please register or sign in to comment