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.
(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
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |