Liking cljdoc? Tell your friends :D

puppetlabs.puppetdb.import

Import utility

This is a command-line tool for importing data into PuppetDB. It expects as input a tarball generated by the PuppetDB export command-line tool.

Import utility

This is a command-line tool for importing data into PuppetDB. It expects
as input a tarball generated by the PuppetDB `export` command-line tool.
raw docstring

command-matcherclj

source

import!clj

(import! infile command-fn)
source

make-certname-matcherclj

(make-certname-matcher entity with-hash?)

Returns a function that find a certname in the file-path for the given entity, the function returns nil if the path is not recognized

Returns a function that find a certname in the `file-path` for the
given `entity`, the function returns nil if the path is not
recognized
sourceraw docstring

metadata-pathclj

source

parse-metadataclj

(parse-metadata tar-reader)

Parses the export metadata file to determine, e.g., what versions of the commands should be used during import.

Parses the export metadata file to determine, e.g., what versions of the
commands should be used during import.
sourceraw docstring

process-tar-entryclj

(process-tar-entry command-fn tar-reader tar-entry command-versions)

Inputs: [command-fn tar-reader :- TarGzReader tar-entry :- TarArchiveEntry command-versions]

Determine the type of an entry from the exported archive, and process it accordingly.

Inputs: [command-fn tar-reader :- TarGzReader tar-entry :- TarArchiveEntry command-versions]

Determine the type of an entry from the exported archive, and process it
accordingly.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close