5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
rm -f /var/run/facts.json
|
||
|
facter -p -y > /var/run/facts.yaml
|