blob: e4b32398fb9370f9524ee06af050d665600a4874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2017-01-26T06:39:35Z"
content="""
This is where propellor's `Info` system comes in. `Propellor.Info.getOS`
can be run to get the OS info.
It's also possible to add new properties that add new values with custom
types to `Info`.
The hostname is not currently stored in `Info`, but it probably should be;
that would be a good simplification. Currently there's a
separate way to get the hostname: `asks hostName` (run in the Propellor monad)
"""]]
|