dgolja / golja-influxdb

Puppet module for InfluxDB
Apache License 2.0
19 stars 73 forks source link

allow to install from a deb package #31

Closed andyroyle closed 3 years ago

andyroyle commented 8 years ago

Because the influxdb guys have a habit of deleting their old debs from the debian repo, i've added the option to install a deb package from a url.

install from the specified url

install_method => 'package', # default is 'repo'
package_source => 'http://my-file-store.com/influx/influx.deb'

Default behaviour is unchanged

dgolja commented 8 years ago

hey sorry for the late reply and thank you for the PR. Yeah you are right they really have this bad habit :) Would you mind to rebase the change so I can merge it.

Bonus points ... Could you add more tests ?