feat(aa): add function to resolve include preamble.

This commit is contained in:
Alexandre Pujol 2024-05-28 11:53:32 +01:00
parent 04a91bbd9b
commit dc0e0084a0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 191 additions and 36 deletions

2
tests/testdata/tunables/dir.d/aliases vendored Normal file
View file

@ -0,0 +1,2 @@
alias /usr/ -> /User/,
alias /lib/ -> /Libraries/,

2
tests/testdata/tunables/dir.d/vars vendored Normal file
View file

@ -0,0 +1,2 @@
# variable declarations for inclusion
@{FOO} = /foo /bar /baz /biff /lib /tmp

3
tests/testdata/tunables/global vendored Normal file
View file

@ -0,0 +1,3 @@
include <tunables/dir.d>