Maintainer | 2016 Evan Cofsky <evan@theunixman.com> |
---|---|
Safe Haskell | None |
Language | Haskell98 |
Propellor.Property.FreeBSD.Poudriere
Description
FreeBSD Poudriere properties
Documentation
poudriereConfigPath :: FilePath Source
poudriereConfigured :: PoudriereConfigured -> Bool Source
poudriereCommand :: String -> [String] -> (String, [String]) Source
runPoudriere :: String -> [String] -> IO [String] Source
jailExists :: Jail -> IO Bool Source
Constructors
Poudriere | |
Fields
|
Instances
Constructors
Jail String FBSDVersion PoudriereArch |
data PoudriereArch Source
Instances
Eq PoudriereArch Source | |
Show PoudriereArch Source |
type ConfigLine = String Source
type ConfigFile = [ConfigLine] Source
class ToShellConfigLines a where Source
Minimal complete definition