Maintainer | 2016 Evan Cofsky <evan@theunixman.com> |
---|---|
Safe Haskell | None |
Language | Haskell98 |
Propellor.Property.FreeBSD.Poudriere
Description
FreeBSD Poudriere properties
Documentation
poudriereConfigPath :: FilePath Source #
newtype PoudriereConfigured Source #
Constructors
PoudriereConfigured String |
Instances
Show PoudriereConfigured Source # | |
Monoid PoudriereConfigured Source # | |
IsInfo PoudriereConfigured 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
type ConfigLine = String Source #
type ConfigFile = [ConfigLine] Source #
class ToShellConfigLines a where Source #
Minimal complete definition