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 puppet error when ACLs cannot be retrieved #285

Merged
merged 2 commits into from
Oct 5, 2016

Commits on Oct 4, 2016

  1. Remove puppet error when ACLs cannot be retrieved

    Currently if consul does not come up or there is some issue electing a
    leader, the consul_acl will throw a hard puppet error. This causes the
    puppet run to immediately fail. This commit changes that puppet error to
    a warning. The unavailability of the consul API should not cause a
    puppet failure.
    Alejandro Figueroa committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    a57d10e View commit details
    Browse the repository at this point in the history
  2. Remove stderr debugging statement

    Alejandro Figueroa committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    136f141 View commit details
    Browse the repository at this point in the history