Remove udev-rules include files in favour of pillar configuration.
Something like the following entry in pillar will generate an udev rules for
interface 'eth0' with MAC address '08:15:DE:FA:CE:D0' to ensure proper naming
for the 'eth0' interface:
node.id.ffho.net:
ifaces:
eth0:
_udev_mac: 08:15:DE:FA:CE:D0
Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>