remove unused reports that take about 2s per run to create

This commit is contained in:
Fredrik Thulin 2019-01-15 13:10:46 +01:00
parent 08979437b5
commit e069bd4f06
No known key found for this signature in database
GPG key ID: 2707330D4030CCAD

View file

@ -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