...
|
...
|
@@ -11,6 +11,16 @@ functionality equivalent to `include config.d/*`. In essence, it is a glorified
|
11
|
11
|
|
12
|
12
|
[`dotd`]: https://git.rcrnstn.net/rcrnstn/dotd
|
13
|
13
|
|
|
14
|
+## Related projects
|
|
15
|
+
|
|
16
|
+- [Ansible][]'s [`assemble` module][].
|
|
17
|
+- [Puppet][]'s [`concat` module][].
|
|
18
|
+
|
|
19
|
+[Ansible]: https://en.wikipedia.org/wiki/Ansible_(software)
|
|
20
|
+[`assemble` module]: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/assemble_module.html
|
|
21
|
+[Puppet]: https://en.wikipedia.org/wiki/Puppet_(software)
|
|
22
|
+[`concat` module]: https://forge.puppet.com/modules/puppetlabs/concat
|
|
23
|
+
|
14
|
24
|
## License
|
15
|
25
|
|
16
|
26
|
Licensed under the [ISC License][] unless otherwise noted, see the
|