summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-06-19 14:41:55 -0400
committerJoey Hess2014-06-19 14:48:15 -0400
commit42594d6b4c14a21efc42e262e52c2c67f30c67c3 (patch)
treea8f8b2f4a2007bd12bc7b81ef788548805ff713f /src/Propellor/Types.hs
parente3b53bf28996ad5eee96c1ca9f9ef39a7d10b358 (diff)
Add --edit to edit a privdata value in $EDITOR
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 383797a9..740996be 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -137,6 +137,7 @@ data CmdLine
| Boot HostName
| Set HostName PrivDataField
| Dump HostName PrivDataField
+ | Edit HostName PrivDataField
| AddKey String
| Continue CmdLine
| Chain HostName