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
|
#!/bin/sh
|
||||||
|
|
||||||
rm -f /var/run/facts.json
|
#rm -f /var/run/facts.json
|
||||||
facter -p -y > /var/run/facts.yaml
|
#facter -p -y > /var/run/facts.yaml
|
||||||
|
rm -f /var/run/facts.yaml
|
||||||
|
|
Loading…
Reference in a new issue