Skip to content

Commit

Permalink
Include blacksmith
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Mar 7, 2023
1 parent fabedcc commit 7ae0a0c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 148 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -26,3 +26,5 @@
.envrc
/inventory.yaml
/spec/fixtures/litmus_inventory.yaml
/.vscode/
/.devcontainer/
53 changes: 0 additions & 53 deletions .gitlab-ci.yml

This file was deleted.

20 changes: 19 additions & 1 deletion .sync.yml
Expand Up @@ -5,4 +5,22 @@
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/config_defaults.yml
# for the default values.
--- {}
---
appveyor.yml:
delete: true
.travis.yml:
delete: true
.gitlab-ci.yml:
delete: true
.editorconfig:
unmanaged: true
.gitignore:
paths:
- '/.vscode/'
- '/.devcontainer/'
spec/spec_helper.rb:
coverage_report: true
Gemfile:
optional:
':release':
- gem: 'puppet-blacksmith'
45 changes: 0 additions & 45 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -39,6 +39,9 @@ group :system_tests do
gem "puppet_litmus", '< 1.0.0', require: false, platforms: [:ruby]
gem "serverspec", '~> 2.41', require: false
end
group :release do
gem "puppet-blacksmith", require: false
end

puppet_version = ENV['PUPPET_GEM_VERSION']
facter_version = ENV['FACTER_GEM_VERSION']
Expand Down
49 changes: 0 additions & 49 deletions appveyor.yml

This file was deleted.

1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -46,6 +46,7 @@
end
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
c.after(:suite) do
RSpec::Puppet::Coverage.report!(0)
end

# Filter backtrace noise
Expand Down

0 comments on commit 7ae0a0c

Please sign in to comment.