Skip to content

Instantly share code, notes, and snippets.

@salderma
Created March 21, 2019 21:55
Show Gist options
  • Save salderma/e2a70dcd6095a518693cf256966ba127 to your computer and use it in GitHub Desktop.
Save salderma/e2a70dcd6095a518693cf256966ba127 to your computer and use it in GitHub Desktop.
PDK .sync.yml with beaker
---
Gemfile:
':system_tests':
- gem: 'puppet-module-posix-system-r#{minor_version}'
platforms: ruby
- gem: beaker
version: '~> 3.13'
from_env: BEAKER_VERSION
- gem: beaker-abs
from_env: BEAKER_ABS_VERSION
version: '~> 0.1'
- gem: beaker-pe
- gem: beaker-hostgenerator
from_env: BEAKER_HOSTGENERATOR_VERSION
- gem: beaker-rspec
from_env: BEAKER_RSPEC_VERSION
Rakefile:
extra_disabled_lint_checks:
- '140chars'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment