From 9b65d9650404d8b7202fc63ba23554d734589f20 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 10:36:45 -0400 Subject: monoid --- Propellor.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Propellor.hs') diff --git a/Propellor.hs b/Propellor.hs index bc26df58..3e7e88ad 100644 --- a/Propellor.hs +++ b/Propellor.hs @@ -17,7 +17,7 @@ -- > getProperties "example.com" = Just -- > [ Apt.installed ["mydaemon"] -- > , "/etc/mydaemon.conf" `File.containsLine` "secure=1" --- > `onChange` cmdProperty "service" ["mydaemon", "restart"]] +-- > `onChange` cmdProperty "service" ["mydaemon", "restart"] -- > ] -- > getProperties _ = Nothing -- @@ -57,3 +57,4 @@ import Data.Maybe as X import Data.Either as X import Control.Applicative as X import Control.Monad as X +import Data.Monoid as X -- cgit v1.3-2-g0d8e