summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Schroot.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-21 22:25:54 +0900
committerSean Whitton2016-05-21 22:25:54 +0900
commit238881d0686e1e49754a45f780a6100239fa8876 (patch)
tree02d4f4b9a60731fab96f921e29ad91bde3391cfd /src/Propellor/Property/Schroot.hs
parente97a0e5fc687753a1b4e5c3c325f3b4994de57aa (diff)
desc
Diffstat (limited to 'src/Propellor/Property/Schroot.hs')
-rw-r--r--src/Propellor/Property/Schroot.hs1
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"]