diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-06-17 11:10:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-17 11:10:00 -0400 |
| commit | 88ac3c9864a6ae8594046522b587487f81ecb3e1 (patch) | |
| tree | 41347433ebb2afec5890209b6d7f54784a6f9c67 /src/Propellor/Property/Systemd.hs | |
| parent | d33aa99c9d9656e7f24e4cdce4881f893b29a4c7 (diff) | |
revert accidential commit
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 80346889..78529f73 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -64,10 +64,10 @@ type ServiceName = String type MachineName = String -data Container metatypes = Container MachineName Chroot.Chroot Host (Property metatypes) +data Container = Container MachineName Chroot.Chroot Host deriving (Show) -instance IsContainer (Container metatypes) where +instance IsContainer Container where containerProperties (Container _ _ h) = containerProperties h containerInfo (Container _ _ h) = containerInfo h setContainerProperties (Container n c h) ps = Container n c (setContainerProperties h ps) |
