todo++
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
22a599185c
commit
4dd7468725
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue