I have the following error:
piousbox@piousbox-laptop:~$ puppet resource service
Error: Could not run: Execution of '/sbin/status bridge-network-interface' returned 1:
status: Unknown parameter: INTERFACE
running /sbin/status bridge-network-interface errors out, but running /sbin/status bridge-network-interface INTERFACE=eth0 does not. Where in puppet do I fix this?