From 238881d0686e1e49754a45f780a6100239fa8876 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 22:25:54 +0900 Subject: desc --- src/Propellor/Property/Schroot.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/Schroot.hs') 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"] -- cgit v1.2.3