summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Munin.hs
AgeCommit message (Collapse)Author
2017-02-26convert fromIPAddr to valJoey Hess
2017-02-26use ConfigurableValue where applicableJoey Hess
* Removed fromPort (use val instead). (API change) * Removed several Show instances that were only used for generating configuration, replacing with ConfigurableValue instances. (API change) It's somewhat annoying that IsInfo requires a Show instance. That's needed to be able to display Info in ghci, but some non-derived Show instances had to be kept to support that.
2016-03-26more portingJoey Hess
2016-03-07add fromPort functionFĂ©lix Sipma
(cherry picked from commit c3a23f89092d1ef8367c37ab8993ea7031124f4b)
2016-01-03Add Munin module.Jelmer Vernooij
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>