diff options
| -rw-r--r-- | src/Propellor/Property/Schroot.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Schroot.hs b/src/Propellor/Property/Schroot.hs index 8e6ce4e6..c53ce4f1 100644 --- a/src/Propellor/Property/Schroot.hs +++ b/src/Propellor/Property/Schroot.hs @@ -36,6 +36,7 @@ overlaysInTmpfs = go `requires` installed , "fi" ] `onChange` (f `File.mode` (combineModes (readModes ++ executeModes))) + `describe` "schroot overlays in tmpfs" installed :: Property DebianLike installed = Apt.installed ["schroot"] |
