diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:36:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:36:36 -0400 |
| commit | 16a95afa2fe22a4df9c371489c4ee7ffdef8e07b (patch) | |
| tree | 6e0869e78aba03be2591569369e1e099bb86568e /propellor.cabal | |
| parent | 9bbc292b3f903a1476e3524bb9198e58ce300401 (diff) | |
| parent | 822694e790102efa2a5bb4a0c3d62c6fce1d4e87 (diff) | |
Merge remote-tracking branch 'remotes/misandrist/FreeBSD' into wip
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal index 7c781c43..c55bf912 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -83,6 +83,9 @@ Library Propellor.Property.Fail2Ban Propellor.Property.File Propellor.Property.Firewall + Propellor.Property.FreeBSD + Propellor.Property.FreeBSD.Pkg + Propellor.Property.FreeBSD.Poudriere Propellor.Property.Git Propellor.Property.Gpg Propellor.Property.Group @@ -117,6 +120,9 @@ Library Propellor.Property.Unbound Propellor.Property.User Propellor.Property.Uwsgi + Propellor.Property.ZFS + Propellor.Property.ZFS.Process + Propellor.Property.ZFS.Properties Propellor.Property.HostingProvider.CloudAtCost Propellor.Property.HostingProvider.DigitalOcean Propellor.Property.HostingProvider.Linode @@ -146,6 +152,7 @@ Library Propellor.Types.Result Propellor.Types.ResultCheck Propellor.Types.CmdLine + Propellor.Types.ZFS Other-Modules: Propellor.Bootstrap Propellor.Git |
