forked from ungleich-public/cdist
todo++
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
71b6616d1e
commit
22a599185c
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,18 @@
|
||||||
|
metaparameters:
|
||||||
|
- steal the metaparameters from puppet:
|
||||||
|
|
||||||
|
# if I change, tell the other one about it
|
||||||
|
__file /etc/ssh/sshd_config \
|
||||||
|
--notify __init_script/etc/rc.d/sshd
|
||||||
|
|
||||||
|
# whenever the other one changes, I want to know
|
||||||
|
__init_script /etc/rc.d/sshd \
|
||||||
|
--subscribe __file/etc/ssh/sshd_config
|
||||||
|
|
||||||
|
? how does a type react to a received 'event'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
- logging from type emulator without clobbering stdout
|
- logging from type emulator without clobbering stdout
|
||||||
maybe implement logging server as described here [1]
|
maybe implement logging server as described here [1]
|
||||||
|
|
Loading…
Reference in a new issue