diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-20 00:21:40 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-20 00:21:40 -0400 |
| commit | 5e4c57652cef29d9729dce22da3f98dc909b3ff2 (patch) | |
| tree | f76fb132cdbb9f572916aebdecad519c6aca8b47 /src/Propellor/PrivData.hs | |
| parent | 9d6bc4a7bf54a57755a6fbbd29879d82b99ba952 (diff) | |
fix docker container provisioning
Since the containers are no longer on the host list, they were not found
while provisioning, oops.
To fix, had to add to a host's info a map of the containers docked to it.
Unfortunately, that required Propellor.Types.Info be glommed into
Propellor.Types, since it needed to refer to Host.
Diffstat (limited to 'src/Propellor/PrivData.hs')
| -rw-r--r-- | src/Propellor/PrivData.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/PrivData.hs b/src/Propellor/PrivData.hs index a5150432..c5f489e5 100644 --- a/src/Propellor/PrivData.hs +++ b/src/Propellor/PrivData.hs @@ -15,7 +15,6 @@ import qualified Data.Map as M import qualified Data.Set as S import Propellor.Types -import Propellor.Types.Info import Propellor.Message import Propellor.Info import Propellor.Gpg |
