Resource Type: clickhouse_database

Defined in:
lib/puppet/type/clickhouse_database.rb
Providers:
clickhouse

Summary

Manages a Clickhouse database.

Overview

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the Clickhouse database to manage.

  • provider

    The specific backend to use for this ‘clickhouse_database` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.