diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2015-08-16 17:47:21 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-20 10:09:25 -0400 |
| commit | f8dc9b294dbc114255129113f84fabde6dac46cc (patch) | |
| tree | 9e51c6032698bfe8bd297d8f1332d08fc63e22fb /propellor.cabal | |
| parent | 826de8e624c9119f2908dbd17d876c6ed5632425 (diff) | |
ConfFile.containsIniPair property
plus scaffolding for other generic conf file properties
(cherry picked from commit 86b077b7a21efd5484dfaeee3c31fc5f3c151f6c)
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index f00e5594..640d0293 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -73,7 +73,8 @@ Library Propellor.Property.Apt Propellor.Property.Cmd Propellor.Property.Hostname - Propellor.Property.Chroot + Propellor.Property.Chroot + Propellor.Property.ConfFile Propellor.Property.Cron Propellor.Property.Debootstrap Propellor.Property.Dns |
