Skip to content

Commit

Permalink
Add forgotten parameter in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
syberalexis committed Apr 19, 2020
1 parent a1adae7 commit 9fbedd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ Directory where binaries are located.

Default value: '/usr/local/bin'

##### `base_url`

Data type: `Stdlib::HTTPUrl`

Base URL for Storj Exporter.

Default value: 'https://github.com/anclrii/Storj-Exporter/archive'

##### `download_extension`

Data type: `String`
Expand Down Expand Up @@ -172,14 +180,6 @@ Python required package list.

Default value: ['requests', 'prometheus_client']

##### `base_url`

Data type: `Stdlib::HTTPUrl`



Default value: 'https://github.com/anclrii/Storj-Exporter/archive'

### storj_exporter::install

This class install Storj exporter requirements and binaries.
Expand Down
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# Base directory where Storj is extracted.
# @param bin_dir
# Directory where binaries are located.
# @param base_url
# Base URL for Storj Exporter.
# @param download_extension
# Extension of Storj exporter binaries archive.
# @param download_url
Expand Down

0 comments on commit 9fbedd5

Please sign in to comment.