Example facter module. Look how quick that was.
This commit is contained in:
parent
d62fe17c40
commit
4d62e00854
1 changed files with 7 additions and 0 deletions
7
facter
Normal file
7
facter
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
# things that must be installed to use this
|
||||||
|
# facter
|
||||||
|
# ruby-json
|
||||||
|
|
||||||
|
/usr/bin/facter --json
|
Loading…
Reference in a new issue