Trusted_puppetmaster_hosts.. must be an array?

Having trouble finding the correct syntax for this field. I has one
puppet/ansible box, I need to enter it into this field but every iteration
I can think of returns an error:

Value is invalid: must be an array

What am I doing wrong? Could anyone give me an example of what should or
can be put here?

Thanks!

You need to specify it in Ruby syntax, so for a single host it would be [
myhost.domain.com ]

Cheers
Greg

DOH! I did not realize the tiny set of brackets was a hint :slight_smile:

Thanks Greg.

ยทยทยท On Wednesday, October 12, 2016 at 2:51:03 AM UTC-6, Greg Sutcliffe wrote: > > You need to specify it in Ruby syntax, so for a single host it would be [ > myhost.domain.com ] > > Cheers > Greg >