I am new to puppet, and git but I had a question surrounding the module puppetlabs/motd When I use this module for my windows servers the spacing is messed up and the motd looks jagged per say.
********************* ****hello world * (this should have like 4 trailing white spaces for example) I thought it was how the registry entry was created, defaulting to string instead of multi string value or even an array. I attempted to alter # vi /etc/puppetlabs/code/environments/production/modules/motd/spec/classes/motd_spec.rb Line 112 :type => 'string', to :type => 'array', but the registry key is still created on the windows server as string. Any suggestions? I tried to add issue on the github project for motd but did not see a place to do so. Thank and I appreciate any help/guidance. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/16fa3344-74c1-4505-9ec9-55ec47b4f7cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
