summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 18:26:15 -0400
committerJoey Hess2014-11-18 18:26:15 -0400
commitb7bbde3d72e81fb04d5c3747f14c0b3a656334c0 (patch)
treeccccd9a7f0a82249a2c6be90e768b4d925551fc6 /src/Propellor/Types.hs
parent4bbee8eac6c49fb5f6722910afb353aadcd1ef03 (diff)
avoid extra git pull when --spin calles first --boot and then --run
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 f70eee68..e0a71130 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -138,6 +138,7 @@ instance ActionResult Result where
data CmdLine
= Run HostName
| Spin HostName
+ | SimpleRun HostName
| Set PrivDataField Context
| Dump PrivDataField Context
| Edit PrivDataField Context