Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Cookbook attempts to download sources even when package is installed #50

@jgoldschrafe

Description

@jgoldschrafe

The cookbook attempts to download the collectd source even when the package is installed and the sources will not be built. This should be fixed by duplicating the guard clause from the resource that builds the sources onto the remote_file resource:

  not_if "#{node["collectd"]["dir"]}/sbin/collectd -h 2>&1 | grep #{node["collectd"]["version"]}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions