Safe Haskell | Safe-Infered |
---|
Path-related helper functions.
- pjoin :: IO String -> String -> IO String
- getRootDir :: IO FilePath
- addNodePrefix :: FilePath -> IO FilePath
- dataDir :: IO FilePath
- dataDirP :: FilePath -> IO FilePath
- runDir :: IO FilePath
- logDir :: IO FilePath
- socketDir :: IO FilePath
- defaultLuxiSocket :: IO FilePath
- defaultQuerySocket :: IO FilePath
- confdHmacKey :: IO FilePath
- clusterConfFile :: IO FilePath
- nodedCertFile :: IO FilePath
- queueDir :: IO FilePath
- jobQueueSerialFile :: IO FilePath
- jobQueueArchiveSubDir :: FilePath
- instanceReasonDir :: IO FilePath
- getInstReasonFilename :: String -> IO FilePath
Documentation
getRootDir :: IO FilePathSource
addNodePrefix :: FilePath -> IO FilePathSource
defaultLuxiSocket :: IO FilePathSource
The default LUXI socket path.
defaultQuerySocket :: IO FilePathSource
The default LUXI socket for queries.
confdHmacKey :: IO FilePathSource
Path to file containing confd's HMAC key.
clusterConfFile :: IO FilePathSource
Path to cluster configuration file.
nodedCertFile :: IO FilePathSource
Path to the noded certificate.
jobQueueSerialFile :: IO FilePathSource
Job queue serial file.
jobQueueArchiveSubDir :: FilePathSource
Job queue archive directory.
instanceReasonDir :: IO FilePathSource
Directory containing the reason trails for the last change of status of instances.
getInstReasonFilename :: String -> IO FilePathSource
The path of the file containing the reason trail for an instance, given the instance name.