Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MODULES-4932) fix for mimicking commented settings #239

Merged
merged 1 commit into from
Jul 3, 2017

Conversation

eputnam
Copy link
Contributor

@eputnam eputnam commented Jul 1, 2017

inifile, by design, looks for a commented version of a setting if an actual one does not exist. if one is found, it attempts to insert the new setting directly below its commented self and mimics the spacing used in the comment. this removes the mimicry and uses the designated key_val_separator instead.

inifile, by design, looks for a commented version of a setting if an actual one does not exist. if one is found, it attempts to insert the new setting directly below its commented self and mimics the spacing used in the comment. this removes the mimicry and uses the designated key_val_separator instead.
@tphoney
Copy link
Contributor

tphoney commented Jul 3, 2017

soopa !

@tphoney tphoney merged commit 0304086 into puppetlabs:master Jul 3, 2017
@mwhahaha
Copy link
Contributor

mwhahaha commented Jul 3, 2017

JFYI, This seems to have broken our CI as we're now getting Error: wrong number of arguments (3 for 4). https://bugs.launchpad.net/tripleo/+bug/1702134

apevec pushed a commit to redhat-openstack/rdoinfo that referenced this pull request Jul 3, 2017
puppetlabs/puppetlabs-inifile#239 changed the
number of parameters to set_value which is used by several puppet
openstack configuration providers. This results in an error indicating
wrong number of arguments.

See Related-Bug https://bugs.launchpad.net/tripleo/+bug/1702134

Once we either switch from using inifile or update our providers, we
will be able to unpin this.

Change-Id: Ife139788e20aa2885e2487d7190bc8548d2d68e7
@smortex smortex added the bugfix label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants