From cad130a97e2e917130626ac9c62bd7927ddaccec Mon Sep 17 00:00:00 2001 From: Cristian Falcas Date: Mon, 6 Feb 2017 15:07:01 +0200 Subject: [PATCH] Remove our own docker dependency. Remove old parameter from documentation --- README.md | 1 - metadata.json | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e8c95d..c9aea85 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ Install the prometheus server: class { '::prometheus': package_ensure => 'latest', - purge_config_dir => true, alertmanager_url => 'http://localhost:9093', log_format => 'logger:syslog?appname=prometheus&local=7', storage_local_path => '/var/lib/prometheus/data', diff --git a/metadata.json b/metadata.json index b314630..4a2f501 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "cristifalcas-prometheus", - "version": "1.6.0", + "version": "1.6.1", "author": "Cristian Falcas", "summary": "Prometheus Puppet module", "license": "Apache-2.0", @@ -10,9 +10,6 @@ "dependencies": [{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 <5.0.0" - },{ - "name": "cristifalcas/docker", - "version_requirement": ">= 5.5.0 <6.0.0" } ], "operatingsystem_support": [{