On Wed, Dec 28, 2011 at 3:13 PM, Douglas Garstang <[email protected]> wrote: > Did a little more reading. Even when the external node script prints > an empty YAML document, '---', I still get that error.
Try this as your ENC: #!/bin/sh echo '--- parameters: ' exit 0 Thanks, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
