Open genebean opened 7 years ago
Thanks for filing a bug report!
It seems there were two issues at play:
Class[gocd::common::user]
had an invalid variable reference (manage_daemon_user
vs manage_user
). (Fixed as of f42f3283.)gocd::server::config
needed to be guarded with conditionals so the validation would only apply when the jvm_min_memory
and jvm_max_memory
parameters were explicitly supplied. (Fixed as of bd9dd4ab.)I've pushed those fixes to the master branch as the noted commits above.
Please try out the fixes at your earliest convenience.
If they work for you, I'll release a new version of the module to the Forge.
Running
puppet apply -e "include ::gocd::server"
initially the errorI manually edited
user.pp
and changedmanaged_daemon_user
tomanage_user
and then ran into another error:It seems the value being referenced is set to
undef
. This is where I stopped debugging and figured I'd see if you would be willing to take a look. I am trying a simple proof of concept use case via the Vagrantfile below: