From bddb6306f533f79da068db897b4938fdd3d29920 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Apr 2014 22:28:19 -0400 Subject: need ext --- Propellor/Property/Apt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs index 465714fc..d31e8b46 100644 --- a/Propellor/Property/Apt.hs +++ b/Propellor/Property/Apt.hs @@ -88,7 +88,7 @@ setSourcesList ls = sourcesList `File.hasContent` ls `onChange` update setSourcesListD :: [Line] -> FilePath -> Property setSourcesListD ls basename = f `File.hasContent` ls `onChange` update where - f = "/etc/apt/sources.list.d/" ++ basename + f = "/etc/apt/sources.list.d/" ++ basename ++ ".list" runApt :: [String] -> Property runApt ps = cmdProperty' "apt-get" ps noninteractiveEnv -- cgit v1.2.3