Uploaded image for project: 'Documentation (moved to puppet.atlassian.net)'
  1. Documentation (moved to puppet.atlassian.net)
  2. DOCUMENT-422

fix hiera documentation in relation to deep_merge_options in hiera.yaml

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Done
    • None

    Description

      :deep_merge_options: needs a ruby hash, not a yaml hash
      https://docs.puppetlabs.com/hiera/3.0/configuring.html#deepmergeoptions

      original, as per docs was:

      :deep_merge_options:
        :merge_hash_arrays => true
      

      new, and now working with hiera_hash:

      :deep_merge_options: {
        merge_hash_arrays => true
      }
      

      we could either doc this, or do an internal conversion of yaml to ruby datatypes I think.

      Attachments

        Activity

          People

            jorie Jorie Tappa
            prometheanfire Matthew Thode
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support