From 4d34b837d2d81c76a50e8b7f1d31c80af3238f36 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 21 Jan 2015 23:28:47 -0400 Subject: [PATCH] reorg --- config-joey.hs | 2 +- propellor.cabal | 2 +- src/Propellor/Property/{Systemd => }/Journald.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename src/Propellor/Property/{Systemd => }/Journald.hs (97%) diff --git a/config-joey.hs b/config-joey.hs index cd40165..8106698 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 a0a67a8..e1830c4 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 similarity index 97% rename from src/Propellor/Property/Systemd/Journald.hs rename to src/Propellor/Property/Journald.hs index 978cd54..d21def0 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