summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2014-07-05 18:16:31 -0400
committerJoey Hess2014-07-05 18:16:31 -0400
commit8a909951cb56ac3ef3dde60cf4f7c86aeca94b8d (patch)
treee1616637ea5407053739301f0c73965c79dbaab1 /doc
parent7a6208e72c981bd8b647dcc62c8f7f8820779c87 (diff)
add
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/better_privdata.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/better_privdata.mdwn b/doc/todo/better_privdata.mdwn
new file mode 100644
index 00000000..10cfc950
--- /dev/null
+++ b/doc/todo/better_privdata.mdwn
@@ -0,0 +1,10 @@
+It can be annoying to need to move privdata values around when moving
+services between hosts, which is otherwise often just a cut-n-paste
+of a line in config.hs.
+
+It would be better if privdata were all stored in one Map, and the set of
+privdata that a host's current properties need were sent to it
+automatically, rather than the current 1-file-per-host separation.
+
+For this to work though, each property that uses privdata would need to add
+to the host's Info the privdata field it uses.