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

Remove default attributes ['config']['owner'] and ['config']['group'] #446

Merged
merged 1 commit into from
Jun 11, 2017

Commits on May 30, 2017

  1. Remove default attributes ['config']['owner'] and ['config']['group']

    These attributes are redundant in the default.rb attribute file since they cause
    a confusion about what are default values of `owner` and `group` params
    of `counsul_config` resource.
    
    Due to Poise inversion options, the node's attribute will always have a precedence.
    They are designed to be used by cookbook end-users in their wrapper cookbooks.
    
    We already have default values defined in the resource itself, so we can
    remove default attributes without any effect.
    legal90 committed May 30, 2017
    Configuration menu
    Copy the full SHA
    dfe2945 View commit details
    Browse the repository at this point in the history