summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs2
-rw-r--r--propellor.cabal2
-rw-r--r--src/Propellor/Property/Journald.hs (renamed from src/Propellor/Property/Systemd/Journald.hs)2
3 files changed, 3 insertions, 3 deletions
diff --git a/config-joey.hs b/config-joey.hs
index cd401657..81066983 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -25,7 +25,7 @@ import qualified Propellor.Property.Grub as Grub
import qualified Propellor.Property.Obnam as Obnam
import qualified Propellor.Property.Gpg as Gpg
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.HostingProvider.DigitalOcean as DigitalOcean
import qualified Propellor.Property.HostingProvider.CloudAtCost as CloudAtCost
diff --git a/propellor.cabal b/propellor.cabal
index a0a67a8c..e1830c47 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -85,6 +85,7 @@ Library
Propellor.Property.Gpg
Propellor.Property.Group
Propellor.Property.Grub
+ Propellor.Property.Journald
Propellor.Property.Mount
Propellor.Property.Network
Propellor.Property.Nginx
@@ -100,7 +101,6 @@ Library
Propellor.Property.Sudo
Propellor.Property.Systemd
Propellor.Property.Systemd.Core
- Propellor.Property.Systemd.Journald
Propellor.Property.Tor
Propellor.Property.User
Propellor.Property.HostingProvider.CloudAtCost
diff --git a/src/Propellor/Property/Systemd/Journald.hs b/src/Propellor/Property/Journald.hs
index 978cd54d..d21def0a 100644
--- a/src/Propellor/Property/Systemd/Journald.hs
+++ b/src/Propellor/Property/Journald.hs
@@ -1,4 +1,4 @@
-module Propellor.Property.Systemd.Journald where
+module Propellor.Property.Journald where
import Propellor
import qualified Propellor.Property.Systemd as Systemd
import Utility.DataUnits