diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/newbie_trying_to_set_up_NFS_mount/comment_4_09850c15b6ac6849be035956dbb46f44._comment | 17 |
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. +"""]] |
