Skip to content

Commit

Permalink
Merge pull request #2 from innogames/fix_init_doc
Browse files Browse the repository at this point in the history
Fix attribute in docstrings, bump the version
  • Loading branch information
Woellchen authored Dec 19, 2018
2 parents 4334304 + f7fd62c commit 8f228d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ Is clickhouse-client should be installed or not.

Default value: `true`

##### `repo`
##### `manage_repo`

Data type: `Boolean`

Is apt or yum repository should be managed. Set to `false` by default to not affect your own repositories policy.

Default value: `false`

##### `user`

Data type: `String[1]`
Expand All @@ -92,14 +94,6 @@ Group for configs, see `user` parameter.

Default value: $user

##### `manage_repo`

Data type: `Boolean`



Default value: `false`

### clickhouse::client

The class installs clickhouse-client.
Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Is clickhouse-server should be installed or not. It won't be installed by default, because some time you need the client only.
# @param client [Boolean]
# Is clickhouse-client should be installed or not.
# @param repo [Boolean]
# @param manage_repo [Boolean]
# Is apt or yum repository should be managed. Set to `false` by default to not affect your own repositories policy.
# @param user
# User for configs owning. Strongly recommended staying default.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "innogames-clickhouse",
"version": "0.1.0",
"version": "0.1.1",
"author": "InnoGames GmbH",
"summary": "Module to install and configure clickhouse server and client",
"license": "MIT",
Expand Down

0 comments on commit 8f228d4

Please sign in to comment.