From 8a23d2a3aeceb824fb71df4e88010fa6cbd20c0a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 21:53:33 +0900 Subject: describe Sbuild.shareAptCache --- src/Propellor/Property/Sbuild.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs index 0449425c..01e106be 100644 --- a/src/Propellor/Property/Sbuild.hs +++ b/src/Propellor/Property/Sbuild.hs @@ -288,6 +288,7 @@ piupartsConf s u = go shareAptCache :: Property DebianLike shareAptCache = File.containsLine "/etc/schroot/sbuild/fstab" aptCacheLine `requires` installed + `describe` "sbuild schroots share host apt cache" aptCacheLine :: String aptCacheLine = "/var/cache/apt/archives /var/cache/apt/archives none rw,bind 0 0" -- cgit v1.2.3