propellor-3.2.1: property-based host configuration management in haskell

Maintainer2016 Evan Cofsky <evan@theunixman.com>
Safe HaskellNone
LanguageHaskell98

Propellor.Property.FreeBSD.Pkg

Description

FreeBSD pkgng properties

Documentation

noninteractiveEnv :: [([Char], [Char])] Source

pkgCommand :: String -> [String] -> (String, [String]) Source

runPkg :: String -> [String] -> IO [String] Source

pkgCmd :: String -> [String] -> IO [String] Source

newtype PkgUpdate Source

Constructors

PkgUpdate String 

newtype PkgUpgrade Source

Constructors

PkgUpgrade String 

type Package = String Source

isInstalled :: Package -> IO Bool Source

exists :: Package -> IO Bool Source