reorg
This commit is contained in:
parent
a37e0a6bc3
commit
4d34b837d2
|
@ -25,7 +25,7 @@ import qualified Propellor.Property.Grub as Grub
|
||||||
import qualified Propellor.Property.Obnam as Obnam
|
import qualified Propellor.Property.Obnam as Obnam
|
||||||
import qualified Propellor.Property.Gpg as Gpg
|
import qualified Propellor.Property.Gpg as Gpg
|
||||||
import qualified Propellor.Property.Systemd as Systemd
|
import qualified Propellor.Property.Systemd as Systemd
|
||||||
import qualified Propellor.Property.Systemd.Journald as Journald
|
import qualified Propellor.Property.Journald as Journald
|
||||||
import qualified Propellor.Property.OS as OS
|
import qualified Propellor.Property.OS as OS
|
||||||
import qualified Propellor.Property.HostingProvider.DigitalOcean as DigitalOcean
|
import qualified Propellor.Property.HostingProvider.DigitalOcean as DigitalOcean
|
||||||
import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost
|
import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost
|
||||||
|
|
|
@ -85,6 +85,7 @@ Library
|
||||||
Propellor.Property.Gpg
|
Propellor.Property.Gpg
|
||||||
Propellor.Property.Group
|
Propellor.Property.Group
|
||||||
Propellor.Property.Grub
|
Propellor.Property.Grub
|
||||||
|
Propellor.Property.Journald
|
||||||
Propellor.Property.Mount
|
Propellor.Property.Mount
|
||||||
Propellor.Property.Network
|
Propellor.Property.Network
|
||||||
Propellor.Property.Nginx
|
Propellor.Property.Nginx
|
||||||
|
@ -100,7 +101,6 @@ Library
|
||||||
Propellor.Property.Sudo
|
Propellor.Property.Sudo
|
||||||
Propellor.Property.Systemd
|
Propellor.Property.Systemd
|
||||||
Propellor.Property.Systemd.Core
|
Propellor.Property.Systemd.Core
|
||||||
Propellor.Property.Systemd.Journald
|
|
||||||
Propellor.Property.Tor
|
Propellor.Property.Tor
|
||||||
Propellor.Property.User
|
Propellor.Property.User
|
||||||
Propellor.Property.HostingProvider.CloudAtCost
|
Propellor.Property.HostingProvider.CloudAtCost
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Propellor.Property.Systemd.Journald where
|
module Propellor.Property.Journald where
|
||||||
import Propellor
|
import Propellor
|
||||||
import qualified Propellor.Property.Systemd as Systemd
|
import qualified Propellor.Property.Systemd as Systemd
|
||||||
import Utility.DataUnits
|
import Utility.DataUnits
|
Loading…
Reference in New Issue