Associated issue: choria-io/choria-mcorpc-support#217
TL;DR: in order to increase the maxlength of the input string, there will be 2 places to update: the choria-mcorpc-support gem, issue listed above, and this module.
This issue will track the update of the Puppet module.
The maxlength for input is 4000 chars. My users started using helper scripts to make tasks more modular, and the combination of the task script + helper scripts sometimes go over 4000 chars. We've been advising people to only import the files they require instead of blanket files/*, but the library of helper scripts is growing every day and I fear that soon importing just the necessary helpers won't be enough.
Associated issue: choria-io/choria-mcorpc-support#217
TL;DR: in order to increase the maxlength of the input string, there will be 2 places to update: the
choria-mcorpc-supportgem, issue listed above, and this module.This issue will track the update of the Puppet module.
The maxlength for input is 4000 chars. My users started using helper scripts to make tasks more modular, and the combination of the task script + helper scripts sometimes go over 4000 chars. We've been advising people to only import the files they require instead of blanket files/*, but the library of helper scripts is growing every day and I fear that soon importing just the necessary helpers won't be enough.