summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-06-19 14:56:50 -0400
committerJoey Hess2014-06-19 14:56:50 -0400
commitf674c56119bd9b1bb9af53d5063c57275be77827 (patch)
tree0512c77f1730d796c2af1a5a3490f4eb36261106 /src/Propellor/Types.hs
parent42594d6b4c14a21efc42e262e52c2c67f30c67c3 (diff)
Add --list-fields to list a host's currently set privdata fields.
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 740996be..59652f66 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -138,6 +138,7 @@ data CmdLine
| Set HostName PrivDataField
| Dump HostName PrivDataField
| Edit HostName PrivDataField
+ | ListFields HostName
| AddKey String
| Continue CmdLine
| Chain HostName