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

Safe HaskellSafe-Inferred

Propellor.Types.OS

Synopsis

Documentation

type HostName = StringSource

type UserName = StringSource

type GroupName = StringSource

data System Source

High level descritption of a operating system.

Instances

Eq System 
Show System 

data DebianSuite Source

Debian has several rolling suites, and a number of stable releases, such as Stable wheezy.

Instances

type Release = StringSource

type Architecture = StringSource