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

Chef setup #34

Merged
merged 2 commits into from Jul 17, 2017
Merged

Chef setup #34

merged 2 commits into from Jul 17, 2017

Commits on Jul 10, 2017

  1. For windows VMs - use separate file cache, and separate node object f…

    …or each component.
    
    Separate cache is needed because otherwise components running in parallel step on each other toes, while synchronizing cookbooks, by deleting and copying back cookbooks in the same cache at the same time.
    Separate node object prevents contaminating attribute values of one component by attribute values from another component of the same type.
    Clean-Up: using a path prefix variable to adjust execution paths between linux and windows, instead of if-statements.
    Dennis Schelchkov committed Jul 10, 2017
    Copy the full SHA
    9280b0c View commit details
    Browse the repository at this point in the history
  2. Unused variable

    Dennis Schelchkov committed Jul 10, 2017
    Copy the full SHA
    be16abe View commit details
    Browse the repository at this point in the history