Skip to content

Commit baf3a0f

Browse files
authored
Merge pull request #252 from puppetlabs/release
Release mergeback 2.1.0
2 parents 111b230 + 86f7d19 commit baf3a0f

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Supported Release 2.1.0
2+
### Summary
3+
This is a clean release prior to the implementation of rubocop within the module.
4+
5+
### Added
6+
- Several Modulesync updates have been made.
7+
- Indent Character can now be set.
8+
- Support for Debian 9 has been added.
9+
10+
### Removed
11+
- Support for Ubuntu 1004 and 1204 has been removed.
12+
- Support for SLES 10 SP4 has been removed.
13+
- Support for Debian 6 has been removed.
14+
- Support for Solaris 12 has been removed.
15+
- Support for Windows Server 2003 R2 has been removed.
16+
117
## Supported Release 2.0.0
218
### Summary
319
This is a major release that includes a few bugfixes as well as some general module updates.

README.markdown

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ default:
9090
minage = 1
9191
~~~
9292

93-
### Use a non-standard indent character (or string) for added settings
93+
### Use a non-standard indent character
9494

95-
~~~puppet
95+
To use a non-standard indent character or string for added settings, set the `indent_char` and the `indent_width` parameters. The `indent_width` parameter controls how many `indent_char` should appear in the indent.
96+
97+
~~puppet
9698
ini_setting { 'procedure cache size':
9799
ensure => present,
98100
path => '/var/lib/ase/config/ASE-16_0/SYBASE.cfg',
@@ -354,11 +356,11 @@ Global show_diff configuraton takes priority over this one -
354356

355357
##### `indent_char`
356358

357-
*Optional.* Designates the character (or string) that will be used to indent newly created settings. This will not affect settings which already exist in the file, even if they are changed. Default value: " ".
359+
*Optional.* Designates the character (or string) to use to indent newly created settings. This does not affect settings that already exist in the file, even if they are changed. Default value: " ".
358360

359361
##### `indent_width`
360362

361-
*Optional.* Designates the number of `indent_char` to indent newly inserted settings by. If this is not defined, the default is to compute the indentation automatically from existing settings in the section, or no indent if the section does not yet exist. This will not affect settings which already exist in the file, even if they are changed.
363+
*Optional.* Designates the number of `indent_char` with which to indent newly inserted settings. If this is not defined, the indentation is automatically computed from existing settings in the section, or if the section does not yet exist, no indent is made. This does not affect settings that already exist in the file, even if they are changed.
362364

363365
##### `refreshonly`
364366

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-inifile",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "Puppet Labs",
55
"summary": "Resource types for managing settings in INI files",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)