From 4dd74687257bcf988957a8624b174eab2a6fe465 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Mon, 17 Oct 2011 09:49:33 +0200 Subject: [PATCH] todo++ Signed-off-by: Steven Armstrong --- doc/dev/todo/steven | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/dev/todo/steven b/doc/dev/todo/steven index ede09083..ba18b34c 100644 --- a/doc/dev/todo/steven +++ b/doc/dev/todo/steven @@ -1,6 +1,14 @@ metaparameters: - steal the metaparameters from puppet: + # I have to be there before the other one + __directory /etc/ssh \ + --before __file/etc/ssh/sshd_config + + # the other one has to be there before me + __file /etc/ssh/sshd_config \ + --after __directory/etc/ssh + # if I change, tell the other one about it __file /etc/ssh/sshd_config \ --notify __init_script/etc/rc.d/sshd