Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra blank spaces at the end of lines #21

Merged
merged 1 commit into from
Nov 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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