Safe Haskell | None |
---|
A stub implementation of PuppetDB, backed by a YAML file.
- loadTestDB :: FilePath -> IO (Either Doc PuppetDBAPI)
- initTestDB :: IO PuppetDBAPI
Documentation
loadTestDB :: FilePath -> IO (Either Doc PuppetDBAPI)
Initializes the test DB using a file to back its content
Starts a new PuppetDB, without any backing file.