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

Misc bugfixes #325

Merged
merged 4 commits into from
Jun 10, 2016
Merged

Misc bugfixes #325

merged 4 commits into from
Jun 10, 2016

Commits on Jun 4, 2016

  1. Fix attribute type mismatch

    This quells a warning about "Option environment must be a kind of
    [String]" that gets emitted during rspec runs. Chef 13 will not allow
    the type mismatch.
    pgarrett-twc committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    f821ea5 View commit details
    Browse the repository at this point in the history
  2. Use correct attribute for default config_dir

    The consul_service resource was using a default value attribute that was
    not configured anywhere. This changes it to use the same default as
    consul_config.
    pgarrett-twc committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    f6cc3da View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. Fix kitchen tests for default-centos-511

    On my system, this fixes the following failures under Centos 5:
    
     1) Service "consul" should be enabled
        Failure/Error: it { should be_enabled }
          expected Service "consul" to be enabled
          /bin/sh -c chkconfig\ --list\ consul\ \|\ grep\ 3:on
    
        # /tmp/verifier/suites/serverspec/default_spec.rb:26:in `block (2 levels) in <top (required)>'
    
     2) Service "consul" should be running
        Failure/Error: it { should be_running }
          expected Service "consul" to be running
          /bin/sh -c service\ consul\ status
    
        # /tmp/verifier/suites/serverspec/default_spec.rb:27:in `block (2 levels) in <top (required)>'
    pgarrett-twc committed Jun 5, 2016
    Configuration menu
    Copy the full SHA
    49dbde5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Configuration menu
    Copy the full SHA
    93379ac View commit details
    Browse the repository at this point in the history