Resource Type: graphdb_update
- Defined in:
- lib/puppet/type/graphdb_update.rb
- Providers:
-
graphdb_update
Overview
Executes update query GraphDB
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
-
exists_expected_response
(defaults to: true)
The expected response from exists_query
-
exists_query
The ask query to check whether update has been applied. You can use the following syntax: ask ?p ?o
-
name (namevar)
An arbitrary name used as the identity of the resource.
-
provider
The specific backend to use for this ‘graphdb_update` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
repository_id
The id of the created repository
-
timeout
(defaults to: 60)
The max number of seconds that the update process should wait before giving up; default: 60 seconds.
-
update_query
The update query you want to execute repository