summaryrefslogtreecommitdiff
path: root/propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 23:55:59 -0400
committerJoey Hess2014-03-30 23:55:59 -0400
commit8621fa6e9983a39c07a9677eac324ebcee79b549 (patch)
treeaf60e05e58dc49d2f73d326f8ed1fb51d74f3704 /propellor.hs
parent8f2ac23b41c6bbc24c658831a6a988c0d23a9f7d (diff)
more prep for hackage
Diffstat (limited to 'propellor.hs')
-rw-r--r--propellor.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/propellor.hs b/propellor.hs
index 695fdf82..ccfea866 100644
--- a/propellor.hs
+++ b/propellor.hs
@@ -1,4 +1,4 @@
-import Propellor.Common
+import Propellor
import Propellor.CmdLine
import qualified Propellor.Property.File as File
import qualified Propellor.Property.Apt as Apt
@@ -71,7 +71,7 @@ cleanCloudAtCost hostname = propertyList "cloudatcost cleanup"
, "worked around grub/lvm boot bug #743126" ==>
"/etc/default/grub" `File.containsLine` "GRUB_DISABLE_LINUX_UUID=true"
`onChange` cmdProperty "update-grub" []
- `onChange` cmdProperty "update-initramfs" [Param "-u"]
+ `onChange` cmdProperty "update-initramfs" ["-u"]
, "nuked cloudatcost cruft" ==> combineProperties
[ File.notPresent "/etc/rc.local"
, File.notPresent "/etc/init.d/S97-setup.sh"