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

Allow a fuzzier match for known Bento box names. #166

Merged
merged 1 commit into from
May 7, 2015
Merged

Commits on May 7, 2015

  1. Allow a fuzzier match for known Bento box names.

    This update attempts to improve on
    a2ef401 which remains a workaround
    until the work of continuously publishing Bento boxes to Atlas is
    completed.
    
    The rationale and rules in the above mentioned commit remain, but now
    only the platform name is checked. In other words, if the platform name
    begins with one of the following (case-sensitive):
    
    * `centos`
    * `debian`
    * `fedora`
    * `freebsd`
    * `opensuse`
    * `ubuntu`
    
    then the platform is assumed to have a Bento box, hosted in the
    pre-determined S3 bucket.
    
    References #165
    References test-kitchen/test-kitchen#707
    References test-kitchen/test-kitchen#663
    References chef-boneyard/chef-dk#382
    References chef-boneyard/chef-dk#378
    fnichol committed May 7, 2015
    Configuration menu
    Copy the full SHA
    6e07027 View commit details
    Browse the repository at this point in the history