| When run on an OpenStack compute node with more than 1100 interfaces, the command "facter networking" is very slow. Running with the -d option shows that a subprocess is run for each interface, running /sbin/ip link show <interface>. This makes puppet runs very slow. We are running on CentOS 7, with puppet-agent-5.3.3-1.el7.x86_64, facter 3.9.3 |