From 37e934ee1a2bd235c64eb27c58da3d99648c44ea Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 9 Nov 2018 17:38:40 -0700 Subject: whitespace fixes --- src/Propellor/Property/Libvirt.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Propellor/Property/Libvirt.hs b/src/Propellor/Property/Libvirt.hs index aec9f3c8..62593532 100644 --- a/src/Propellor/Property/Libvirt.hs +++ b/src/Propellor/Property/Libvirt.hs @@ -58,12 +58,12 @@ defaultNetworkAutostarted = check (not <$> doesFileExist autostartFile) -- -- > mybox = host "mybox.example.com" $ props -- > & osDebian (Stable "stretch") X86_64 --- > & Libvirt.defaultNetworkAutostarted +-- > & Libvirt.defaultNetworkAutostarted -- > `onChange` (cmdProperty "virsh" ["net-start", "default"] -- > `assume` MadeChange) -- > & Libvirt.defined Libvirt.Raw --- > (Libvirt.MiBMemory 2048) (Libvirt.NumVCPUs 2) --- > Libvirt.NoAutoStart subbox +-- > (Libvirt.MiBMemory 2048) (Libvirt.NumVCPUs 2) +-- > Libvirt.NoAutoStart subbox -- > -- > subbox = host "subbox.mybox.example.com" $ props -- > & osDebian Unstable X86_64 -- cgit v1.2.3