summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2017-11-19 16:17:53 -0400
committerJoey Hess2017-11-19 16:17:53 -0400
commitbacb87f2203842c3014e55f7f19c6b408b475ca4 (patch)
treef5a3cbf2344906925a73088f38f849b508d61187 /src/Propellor
parentacdef051f33e0915204665c0b490e45b61ecac2d (diff)
parente328ad72952f25a63e77ad50b35bc524651607d7 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/Machine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Machine.hs b/src/Propellor/Property/Machine.hs
index bf820872..0fe172b5 100644
--- a/src/Propellor/Property/Machine.hs
+++ b/src/Propellor/Property/Machine.hs
@@ -30,7 +30,7 @@
-- > sheeva = host "sheeva.example.com" $ props
-- > & osDebian Unstable ARMEL
-- > & marvell_SheevaPlug Marvell_SheevaPlug_SDCard
--- > & hasPartiton
+-- > & hasPartition
-- > ( partition EXT4
-- > `mountedAt` "/"
-- > `addFreeSpace` MegaBytes 2048