I would like to set the nx_daemon_user variable using puppet-dashboard but I can't get it to work. Is this even possible?
If I this in my own module:
class { 'nginx::params':
nx_daemon_user => 'master.pp';
}
class { 'nginx': }
I get the message: "Invalid parameter nx_daemon_user"
I'm just starting with Puppet so I'm curious why both methods don't work.