Results 32 comments of Jan vStone

I would vote to change the default behaviour and not provide any default dns servers at all. These days, people should be able to configure this themselves with little to...

This should also fix #126, #114, #125, #110, #63

Looks like I'll have to refactor the daemon options too. systemd does not like snmp*d without the `-f` flag

@bastelfreak since the parameter (and alignments) were a horrible mess (imho), i reordered/re-aligned the lot of them. Made it into a separate commit so the other diffs are not too...

> @vStone personally I'm in favor of dropping alignments. Without data types they were annoying but with data types they do more harm than good IMHO. Could we postpone further...

Its getting worse. Ubuntu requires the pid to be in fixed value with its mixed init/systemd scripts *wheep*

@bastelfreak @ekohl @Dan33l: I finally got this working on all debian/ubuntu flavors. I created some acceptance tests too because it was a horrible nightmare to figure out how sh*t works...

I removed the acceptance test things and I'll make a pr for them later on. Need to figure out the beaker hostgenerator part :) other remarks should be fixed.

We have the same issue when trying to enable purge. The issue can also be triggered with `puppet resoruce proxy_mysql_user`: ``` Error: Could not run: undefined method `start_with?' for nil:NilClass...

Looks like we have a similar problem with `proxy_mysql_query_rule`. When trying to list them or enable purging, we run into a nil error on the rule_id. ``` Error: Could not...