Comment 5 for bug 1526782

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-agent (master)

Reviewed: https://review.openstack.org/297036
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=f862fb86adf0fb4d483f65f7f5e6734a6219502f
Submitter: Jenkins
Branch: master

commit f862fb86adf0fb4d483f65f7f5e6734a6219502f
Author: Bartłomiej Piotrowski <email address hidden>
Date: Thu Mar 24 12:28:01 2016 +0100

    Disable stringify_facts on managed nodes

    By default Puppet enables stringify_facts. It can lead to weird behavior,
    assuming a fact, that supposedly returns an array. E.g.:

    Facter: ["/", "/boot", "/var", "/var/log"]
    As exposed in Puppet: "[\"/\", \"/boot\", \"/var\", \"/var/log\"]"

    It is already disabled in Puppet 4, so it makes sense to do it now to save
    us from possible problems in the future.

    Change-Id: Ib70ae937165ddb2968c9e4346434f18778b31714
    Closes-Bug: 1526782