| Safe Haskell | Safe-Inferred |
|---|
Propellor.Types.OS
- type HostName = String
- type UserName = String
- type GroupName = String
- data System = System Distribution Architecture
- data Distribution
- data DebianSuite
- = Experimental
- | Unstable
- | Testing
- | Stable Release
- isStable :: DebianSuite -> Bool
- type Release = String
- type Architecture = String
Documentation
High level descritption of a operating system.
Constructors
| System Distribution Architecture |
data Distribution Source
Constructors
| Debian DebianSuite | |
| Ubuntu Release |
Instances
| Eq Distribution | |
| Show Distribution |
data DebianSuite Source
Debian has several rolling suites, and a number of stable releases, such as Stable wheezy.
Constructors
| Experimental | |
| Unstable | |
| Testing | |
| Stable Release |
Instances
| Eq DebianSuite | |
| Show DebianSuite |
isStable :: DebianSuite -> BoolSource
type Architecture = StringSource