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

Fix incompatibility with Chef 13 #25

Merged
merged 1 commit into from
May 22, 2017

Commits on Apr 17, 2017

  1. Fix incompatibility with Chef 13

    Per the Chef 13 [release notes](https://docs.chef.io/release_notes.html)
    LWRP resources no longer get constant names, resulting in this:
    
    ```
    [2017-04-17T11:50:32-07:00] ERROR: mac_os_x_userdefaults[com.apple.dock autohide] (my-dev-machine::default line 120) had an error: NameError: uninitialized constant Chef::Resource::MacOsXUserdefaults
    Did you mean?  Chef::Resource::MacosxService
    Did you mean?  Chef::Resource::MacosxService
    [2017-04-17T11:50:32-07:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
    ```
    
    Signed-off-by: Jonathan Hartman <j@p4nt5.com>
    hartmantis committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    25b9a24 View commit details
    Browse the repository at this point in the history