Skip to content

Doesn't work with current version of Chef #7

Description

@jackkinsella

Hope to save people some time here. This gem no longer works with the newer releases of Chef.

Using the given example I got this error:


    ArgumentError: wrong number of arguments (3 for 2)

This is caused by line 23 in /lib/chef-deploy.rb


    class Deploy < Chef::Resource

```
  def initialize(name, collection=nil, node=nil)
    super(name, collection, node)
```

The super method, defined in Chef itself, now expects different arguments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions