Just upgraded to latest puppet version, am now getting these errors:
warning: Found multiple default providers for service: freebsd,
debian; using freebsd
I'm using Ubuntu - about half the time it says "using debian", the
other half it choose freebsd. When it chooses freebsd all hell breaks
loose (it can't handle any services correctly, tries to restart
services that are already running, fails to restart services, etc.).
I can go through all my code and add provider => 'debian' to all my
service definitions, but I'm wondering if anyone has any better ideas.
Any help is much appreciated, thanks.