You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
340 B
22 lines
340 B
|
12 years ago
|
##
|
||
|
|
## example.toml -- example configuration
|
||
|
|
##
|
||
|
|
|
||
|
|
[template]
|
||
|
|
|
||
|
|
src = "example.conf.tmpl"
|
||
|
|
dest = "@l_prefix@/var/confd/out/example.conf"
|
||
|
|
|
||
|
|
keys = [
|
||
|
|
"/example/foo",
|
||
|
|
"/example/bar"
|
||
|
|
]
|
||
|
|
|
||
|
|
owner = "@l_musr@"
|
||
|
|
group = "@l_mgrp@"
|
||
|
|
mode = "0644"
|
||
|
|
|
||
|
|
# check_cmd = "exampled -c {{ .src }}"
|
||
|
|
# reload_cmd = "@l_prefix@/bin/openpkg rc example reload"
|
||
|
|
|