Skip to content

Commit

Permalink
Remove extra blank spaces at the end of lines
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie committed Oct 12, 2016
1 parent 5a152c1 commit 3ab1b4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# This module manages prometheus
#
# Parameters:
#
#
# [*manage_user*]
# Whether to create user for prometheus or rely on external code for that
#
#
# [*user*]
# User running prometheus
#
Expand All @@ -16,9 +16,9 @@
# [*purge_config_dir*]
# Purge config files no longer generated by Puppet
#
# [*group*]
# [*group*]
# Group under which prometheus is running
#
#
# [*bin_dir*]
# Directory where binaries are located
#
Expand All @@ -27,14 +27,14 @@
#
# [*version*]
# Prometheus release
#
#
# [*install_method*]
# Installation method: url or package (only url is supported currently)
#
#
# [*os*]
# Operating system (linux is supported)
#
# [*download_url*]
# [*download_url*]
# Complete URL corresponding to the Prometheus release, default to undef
#
# [*download_url_base*]
Expand All @@ -46,7 +46,7 @@
# [*package_name*]
# Prometheus package name - not available yet
#
# [*package_ensure*]
# [*package_ensure*]
# If package, then use this for package ensurel default 'latest'
#
# [*config_dir*]
Expand Down

0 comments on commit 3ab1b4e

Please sign in to comment.