summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2016-04-07 01:03:53 -0400
committerJoey Hess2016-04-07 01:03:53 -0400
commit868e2c473ac43f8e6432b1672f57bbdcb1872174 (patch)
tree735a4dfb449cb1bd7a43578a1774fbcdbfdebf95 /doc
parent105c0f923ed7db23210a9593b6b677e61dae7d99 (diff)
Added Propellor.Property.Fstab, and moved the fstabbed property to there.
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/newbie_trying_to_set_up_NFS_mount/comment_4_09850c15b6ac6849be035956dbb46f44._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/newbie_trying_to_set_up_NFS_mount/comment_4_09850c15b6ac6849be035956dbb46f44._comment b/doc/forum/newbie_trying_to_set_up_NFS_mount/comment_4_09850c15b6ac6849be035956dbb46f44._comment
new file mode 100644
index 00000000..74c959e8
--- /dev/null
+++ b/doc/forum/newbie_trying_to_set_up_NFS_mount/comment_4_09850c15b6ac6849be035956dbb46f44._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2016-04-07T04:21:39Z"
+ content="""
+That's quite a nice elegant solution, Frederik!
+
+It'll work if you use
+
+ `onChange` (cmdProperty "mount" ["-a"] `assume` MadeChange)
+
+This is ncessary because propellor doesn't know if `cmdProperty`
+makes a change or not. In this case we can just assume it did.
+
+I've added a `Propellor.Property.Fstab.mounted` this evening
+that is essentially Frederik's solution.
+"""]]