summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-06-01 16:58:05 -0400
committerJoey Hess2014-06-01 16:58:05 -0400
commit740740d21553e45447259c3a21e95e94b1e59a42 (patch)
tree40d91a31b776de6b3143b713900c5ea03bc2739d /src/Propellor/Types.hs
parentd224463dcd45b798c532d75ed84d9b1282b83e85 (diff)
Added --dump to dump out a field of a host's privdata. Useful for editing it.
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 4ea97bce..0f96bbbc 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -132,6 +132,7 @@ data CmdLine
| Spin HostName
| Boot HostName
| Set HostName PrivDataField
+ | Dump HostName PrivDataField
| AddKey String
| Continue CmdLine
| Chain HostName