I've noticed I always get output for values with spaces in them. I believe the problem is that single values match fine but there needs to be escaped quotes around the qvalue on line 93 of init.pp
Something like:
unless => "/usr/bin/test \"$(/sbin/sysctl -n ${qtitle})\" = \"${qvalue}\"",
I've noticed I always get output for values with spaces in them. I believe the problem is that single values match fine but there needs to be escaped quotes around the qvalue on line 93 of init.pp
Something like:
unless => "/usr/bin/test \"$(/sbin/sysctl -n ${qtitle})\" = \"${qvalue}\"",