diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 00:30:06 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 00:30:06 -0400 |
| commit | 325fe4037bf5b027191ab88dd90f05d81f61fd0a (patch) | |
| tree | 0591f4233b1dbabd38582e7a04717c22ab44fba9 /src/Propellor/CmdLine.hs | |
| parent | 111e08e156df5a41d61c370ebd077174e35f5d9b (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/CmdLine.hs')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 9006d903..e41ab39d 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -86,8 +86,7 @@ defaultMain hostlist = do go _ (Edit field context) = editPrivData field context go _ ListFields = listPrivDataFields hostlist go _ (AddKey keyid) = addKey keyid - go _ (Chain hn isconsole) = withhost hn $ \h -> do - when isconsole forceConsole + go _ (Chain hn) = withhost hn $ \h -> do r <- runPropellor h $ ensureProperties $ hostProperties h putStrLn $ "\n" ++ show r go _ (Docker hn) = Docker.chain hn |
