Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Use lazy defaults for Chef Config #276

Merged
merged 1 commit into from
Aug 20, 2014
Merged

Commits on Aug 20, 2014

  1. Use lazy defaults for Chef Config

    The default for some Chef Config objects (like file_cache_path) was
    Dir.mktmpdir. Since this file is evaluated at runtime, the temporary
    directory was being created, regardless of whether Ridley was invoked...
    Simply requiring the file would cause a tmpdir to be created.
    sethvargo committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    19a3e94 View commit details
    Browse the repository at this point in the history