Resource Type: graphdb_repository

Defined in:
lib/puppet/type/graphdb_repository.rb
Providers:
graphdb_repository

Overview

Creates GraphDB repository

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • endpoint

    Sesame endpoint of GraphDB instance

  • name (namevar)

    An arbitrary name used as the identity of the resource.

  • node_id

    The node id of master instance

  • provider

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

  • replication_port

    The replication port used for backups

  • repository_context

    The context of the created repository

  • repository_id

    The id of the created repository

  • repository_template

    The template of the created repository

  • timeout (defaults to: 60)

    The max number of seconds that graphdb create/delete/check process should wait before giving up and deciding that the GraphDB is not running; default: 60 seconds.