diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-23 07:30:47 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-23 07:30:47 +0900 |
| commit | 83c65ad3b4dc3c3c54a0c2c99bf7566739a4a01a (patch) | |
| tree | 32b72f590d05550824391d3653d184f831074fe5 | |
| parent | 97dab8b3136f3fb9c77b25f180ecb7b89e876e44 (diff) | |
add new modules to propellor.cabal
| -rw-r--r-- | propellor.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal index e931e3df..2ad219c9 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -81,6 +81,7 @@ Library Propellor.Property.Apt Propellor.Property.Apt.PPA Propellor.Property.Attic + Propellor.Property.Ccache Propellor.Property.Cmd Propellor.Property.Concurrent Propellor.Property.Conductor @@ -126,7 +127,9 @@ Library Propellor.Property.Prosody Propellor.Property.Reboot Propellor.Property.Rsync + Propellor.Property.Sbuild Propellor.Property.Scheduled + Propellor.Property.Schroot Propellor.Property.Service Propellor.Property.Ssh Propellor.Property.Sudo |
