Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ChefZero,ChefSolo] Support symbol values in solo.rb & client.rb. #652

Merged
merged 1 commit into from Mar 26, 2015

Conversation

fnichol
Copy link
Contributor

@fnichol fnichol commented Mar 26, 2015

This will allow for setting such as the following to serialize correctly
into client.rb or solo.rb (depending on the Provisioner).


---
driver:
  name: vagrant

provisioner:
  name: chef_zero
  client_rb:
    ssl_verify_mode: :verify_none

platforms:
  - name: centos-7.0

suites:
  - name: default

Closes #556

This will allow for setting such as the following to serialize correctly
into `client.rb` or `solo.rb` (depending on the Provisioner).

    ---
    driver:
      name: vagrant

    provisioner:
      name: chef_zero
      client_rb:
        ssl_verify_mode: :verify_none

    platforms:
      - name: centos-7.0

    suites:
      - name: default

Closes #556
fnichol added a commit that referenced this pull request Mar 26, 2015
…mbols

[ChefZero,ChefSolo] Support symbol values in solo.rb & client.rb.
@fnichol fnichol merged commit 47e0792 into master Mar 26, 2015
@fnichol fnichol deleted the chef-provisioners-config-symbols branch March 26, 2015 16:58
@test-kitchen test-kitchen locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to pass a symbol instead of string in .kitchen.yml
1 participant