diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-08 22:37:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-08 22:37:11 -0400 |
| commit | 386281202d5cb526d1b35022b3709b1f1064f68e (patch) | |
| tree | 7dcea4e59765d4e1bb76ca23b864befc4546068a /propellor.cabal | |
| parent | b38cedc0a81085dd5e4267866d1f460054d9c50d (diff) | |
| parent | d7a9157e7e1e8f447864d9d0cdd20ed1839fc23c (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal index eab5ccfb..b8e19828 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -27,7 +27,7 @@ Extra-Source-Files: debian/lintian-overrides Synopsis: property-based host configuration management in haskell Description: - Propellor enures that the system it's run in satisfies a list of + Propellor ensures that the system it's run in satisfies a list of properties, taking action as necessary when a property is not yet met. . It is configured using haskell. @@ -100,6 +100,7 @@ Library Propellor.Property.Postfix Propellor.Property.Prosody Propellor.Property.Reboot + Propellor.Property.Rsync Propellor.Property.List Propellor.Property.LightDM Propellor.Property.Scheduled @@ -131,9 +132,9 @@ Library Propellor.Types.Docker Propellor.Types.Dns Propellor.Types.Empty + Propellor.Types.Info Propellor.Types.OS Propellor.Types.PrivData - Propellor.Types.Val Propellor.Types.Result Propellor.Types.CmdLine Other-Modules: |
