Skip to content

Commit

Permalink
Enforce alignement.
Browse files Browse the repository at this point in the history
  • Loading branch information
romdav00 committed Jan 17, 2019
1 parent 1ed0fc0 commit bd35fb5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions manifests/postgres_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,23 @@
String[1] $data_source_uri,
Enum['custom', 'env', 'file'] $postgres_auth_method,
Hash[String[1],String[1]] $data_source_custom = {},
Boolean $purge_config_dir = true,
Boolean $restart_on_change = true,
Boolean $service_enable = true,
String[1] $service_ensure = 'running',
String[1] $service_name = 'postgres_exporter',
Optional[String] $init_style = $prometheus::init_style,
String[1] $install_method = $prometheus::install_method,
Boolean $manage_group = true,
Boolean $manage_service = true,
Boolean $manage_user = true,
String[1] $os = $prometheus::os,
String $options = '',
Optional[String] $download_url = undef,
Optional[String] $postgres_pass = undef,
Optional[String] $postgres_user = undef,
String[1] $arch = $prometheus::real_arch,
String[1] $bin_dir = $prometheus::bin_dir,
Boolean $purge_config_dir = true,
Boolean $restart_on_change = true,
Boolean $service_enable = true,
String[1] $service_ensure = 'running',
String[1] $service_name = 'postgres_exporter',
Optional[String] $init_style = $prometheus::init_style,
String[1] $install_method = $prometheus::install_method,
Boolean $manage_group = true,
Boolean $manage_service = true,
Boolean $manage_user = true,
String[1] $os = $prometheus::os,
String $options = '',
Optional[String] $download_url = undef,
Optional[String] $postgres_pass = undef,
Optional[String] $postgres_user = undef,
String[1] $arch = $prometheus::real_arch,
String[1] $bin_dir = $prometheus::bin_dir,
) inherits prometheus {

$release = "v${version}"
Expand Down

0 comments on commit bd35fb5

Please sign in to comment.