Showing with 233 additions and 486 deletions.
  1. +1 −1 .devcontainer/devcontainer.json
  2. +1 −1 .fixtures.yml
  3. +13 −438 .rubocop.yml
  4. +26 −0 .rubocop_todo.yml
  5. +3 −6 .sync.yml
  6. +14 −6 CHANGELOG.md
  7. +23 −23 Gemfile
  8. +140 −0 HISTORY.md
  9. +2 −1 lib/facts.rb
  10. +4 −4 metadata.json
  11. +3 −3 spec/acceptance/init_spec.rb
  12. +2 −2 spec/spec_helper.rb
  13. +1 −1 tasks/init.rb
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"path": "bash"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ fixtures:
provision: 'https://github.com/puppetlabs/provision.git'
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: v4.12.1
ref: v4.13.0
symlinks:
"facter_task": "#{source_dir}"
Loading