Skip to content

Instantly share code, notes, and snippets.

@gondoi
Last active December 15, 2015 03:09
Show Gist options
  • Save gondoi/5191945 to your computer and use it in GitHub Desktop.
Save gondoi/5191945 to your computer and use it in GitHub Desktop.
build-essentials w/ test-kitchen
suites:
- name: default
run_list:
- recipe[build-essential]
attributes:
build_essential:
- compiletime: true
@ChrisLundquist
Copy link

I would expect something like

suites:
  - name: source-2.6.10
  run_list:
    - "recipe[redis::server]"
  attributes:
    redis:
      install_type: source
      source:
        version: 2.6.10
        sha: 7c8ac91c2607ae61e2b50a9a7df25120af6df364
    build_essential:
      compiletime: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment