diff --git a/.pmtignore b/.pmtignore deleted file mode 100644 index 10b9830..0000000 --- a/.pmtignore +++ /dev/null @@ -1,38 +0,0 @@ -# Managed by modulesync - DO NOT EDIT -# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ - -/docs/ -/pkg/ -/Gemfile -/Gemfile.lock -/Gemfile.local -/vendor/ -/.vendor/ -/spec/ -/Rakefile -/.vagrant/ -/.bundle/ -/.ruby-version -/coverage/ -/log/ -/.idea/ -/.dependencies/ -/.github/ -/.librarian/ -/Puppetfile.lock -*.iml -/.editorconfig -/.fixtures.yml -/.gitignore -/.msync.yml -/.overcommit.yml -/.pmtignore -/.rspec -/.rspec_parallel -/.rubocop.yml -/.sync.yml -.*.sw? -/.yardoc/ -/.yardopts -/Dockerfile -/HISTORY.md diff --git a/Gemfile b/Gemfile index a4a3b20..d8e0189 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,8 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' +gem 'puppet-modulebuilder', git: 'https://github.com/bastelfreak/puppet-modulebuilder', ref: 'a52e02a822b8d596d0e2f0dc1ad18c22b1c1509c' + group :test do gem 'voxpupuli-test', '~> 7.0', :require => false gem 'coveralls', :require => false