diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 10:36:45 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 10:36:45 -0400 |
| commit | 9b65d9650404d8b7202fc63ba23554d734589f20 (patch) | |
| tree | f19d1e948823bcae4de99a52baac5b1ad8781b8a /Propellor.hs | |
| parent | f9536060e86971f37f337132de9a4a0ed327e727 (diff) | |
monoid
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
