summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 12:57:07 -0400
committerJoey Hess2014-11-22 12:57:07 -0400
commitfd3335e40e3c938f1fbf53287e37aaf76b8c69df (patch)
tree8dfce3db28314e3316ff19089a0309b8268dd29e /src/Propellor/Types.hs
parent61945b4ff3af42369665a18817ed57ff92c898ca (diff)
--via implemented
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index e7d63547..e4cbf981 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -142,7 +142,7 @@ instance ActionResult Result where
data CmdLine
= Run HostName
- | Spin HostName
+ | Spin HostName (Maybe HostName)
| SimpleRun HostName
| Set PrivDataField Context
| Dump PrivDataField Context
@@ -150,7 +150,7 @@ data CmdLine
| ListFields
| AddKey String
| Continue CmdLine
- | Update HostName
+ | Update (Maybe HostName)
| DockerInit HostName
| DockerChain HostName String
| ChrootChain HostName FilePath Bool Bool