Files

21 lines
445 B
Plaintext

---
functions:
inherit:
- code: |-
FACTERLIB=/path/to/dir/ facter
comment: |-
The first `.rb` file in the `/path/to/dir/` directory will be executed.
contexts:
sudo:
unprivileged:
from: ruby
- code: |-
facter --custom-dir=/path/to/dir/ x
comment: |-
The first `.rb` file in the `/path/to/dir/` directory will be executed.
contexts:
sudo:
unprivileged:
from: ruby
...