nosolutions / puppet-tsm

Install and manage TSM (Tivoli Storage Manager) client with puppet
GNU General Public License v3.0
13 stars 21 forks source link

Concat dependency update #40

Closed rndmh3ro closed 8 years ago

rndmh3ro commented 8 years ago

This modules requires the concat module in version <2.1.0, as specified here: https://github.com/nosolutions/puppet-tsm/blob/master/metadata.json#L84-L87

In the .fixtures.yml (https://github.com/nosolutions/puppet-tsm/blob/master/.fixtures.yml#L6-L8) however concat version 2.1.0 is specified.

I removed the version dependency in the metadata.json and everything was still working for me when using the tsm-module. So i propose to remove the constraint on the concat module.

tosmi commented 8 years ago

ok, thanks for the report. i've just pinned the module to conca < 3.0, which should be save.