remove unused reports that take about 2s per run to create
This commit is contained in:
parent
08979437b5
commit
e069bd4f06
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -f /var/run/facts.json
|
||||
facter -p -y > /var/run/facts.yaml
|
||||
#rm -f /var/run/facts.json
|
||||
#facter -p -y > /var/run/facts.yaml
|
||||
rm -f /var/run/facts.yaml
|
||||
|
|
Loading…
Reference in a new issue