Project

General

Profile

Actions

Bug #5148

closed

Use of bundle "file_ensure_line_present_in_ini_section.cf" to add lines into a section which does not exist will only add the section, not the lines

Added by Nicolas PERRON almost 10 years ago. Updated almost 2 years ago.

Status:
Released
Priority:
N/A
Category:
Generic methods
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

The use of file_ensure_line_present_in_ini_section.cf will only works if the section already exist and is not at the end of the file.
For example, to add a line in the section [my_section2]:
It will not work with a file containing:

[my_section1]

or
[my_section1]
[my_section2]

It will work with a file containing:

[my_section1]
[my_section2]


or
[my_section1]
[my_section2]
#A comment

Actions #1

Updated by Nicolas PERRON almost 10 years ago

  • % Done changed from 0 to 90
  • Pull Request set to https://github.com/Normation/ncf/pull/76
Actions #2

Updated by Nicolas PERRON almost 10 years ago

  • Status changed from New to Pending technical review
  • Assignee set to Jonathan CLARKE
  • % Done changed from 90 to 100

Previous test improved !

Jon, Nico, could you review it please ?

Actions #3

Updated by Nicolas PERRON almost 10 years ago

  • Status changed from Pending technical review to Pending release

Applied in changeset commit:6d412452223df0824d4787b4052be13689e19ed0.

Actions #4

Updated by Nicolas CHARLES almost 10 years ago

Applied in changeset commit:c6123b250903dc25d1c1949269b726d23b43f80f.

Actions #5

Updated by Vincent MEMBRÉ over 7 years ago

  • Status changed from Pending release to Released
Actions #6

Updated by Alexis Mousset almost 2 years ago

  • Target version changed from 0.x to ncf-0.x
  • Priority set to 0
Actions #7

Updated by Alexis Mousset almost 2 years ago

  • Project changed from 41 to Rudder
  • Category set to Generic methods
Actions

Also available in: Atom PDF