Skip to content

Commit

Permalink
Allow overriding shared_dir
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
roidelapluie committed Oct 12, 2016
1 parent 5a152c1 commit 861b807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
# [*bin_dir*]
# Directory where binaries are located
#
# [*shared_dir*]
# Directory where shared files are located
#
# [*arch*]
# Architecture (amd64 or i386)
#
Expand Down Expand Up @@ -105,6 +108,7 @@
$group = $::prometheus::params::group,
$extra_groups = $::prometheus::params::extra_groups,
$bin_dir = $::prometheus::params::bin_dir,
$shared_dir = $::prometheus::params::shared_dir,
$arch = $::prometheus::params::arch,
$version = $::prometheus::params::version,
$install_method = $::prometheus::params::install_method,
Expand Down

0 comments on commit 861b807

Please sign in to comment.