Skip to content

innogames/puppet-clickhouse

Repository files navigation

Build Status

Description

This module provides an easy way to install and configure ClickHouse DBMS. The easiest way to do the magic is:

class { 'clickhouse':
  server      => true,
  manage_repo => true,
}

Setup

The module depends on xml-simple gem. It allows to use clickhouse::server::config and clickhouse::client::config to manage configuration with puppet Hash. To install it execute the next command on your puppet server:

sudo puppetserver gem install xml-simple

Usage

See the examples

Reference

Classes

Defined types

Resource types

Limitations

ClickHouse does work only on UNIX-like OS. Theoretically possible to use this module on FreeBSD and Mac OS but should be checked additionally. Feel free to test and open an issue/PR.

The current state of module was tested with Centos 7, Ubuntu 18.04 and Debian 9.

Development

Fork this project, develop, make pull request and wait for corresponding auto tests will be done.