Skip to content

Commit

Permalink
Remove our own docker dependency. Remove old parameter from documenta…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
cristifalcas committed Feb 6, 2017
1 parent d235a2f commit cad130a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
5 changes: 1 addition & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [{
Expand Down

0 comments on commit cad130a

Please sign in to comment.