<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet-inifile/spec/unit/puppet/util, branch master</title>
<subtitle>Puppet module for inifile</subtitle>
<id>https://cgit.fluxo.info/puppet-inifile/atom?h=master</id>
<link rel='self' href='https://cgit.fluxo.info/puppet-inifile/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/'/>
<updated>2013-03-25T10:34:37+00:00</updated>
<entry>
<title>Added 'ini_subsetting' custom resource type</title>
<updated>2013-03-25T10:34:37+00:00</updated>
<author>
<name>Karel Brezina</name>
<email>karel.brezina@gmail.com</email>
</author>
<published>2013-02-15T09:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=4351d8b9c8dac40f0f733fd7622d655241f113ba'/>
<id>urn:sha1:4351d8b9c8dac40f0f733fd7622d655241f113ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow values with spaces to be parsed and set</title>
<updated>2012-09-29T19:39:00+00:00</updated>
<author>
<name>Reid Vandewiele</name>
<email>reid@puppetlabs.com</email>
</author>
<published>2012-09-29T19:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=3829e20c49652660aeac5c33f638dd19dca41f8e'/>
<id>urn:sha1:3829e20c49652660aeac5c33f638dd19dca41f8e</id>
<content type='text'>
Previously, the following stanza would fail as a result of the
ini_setting type not being able to parse spaces in setting values.

  ini_setting { 'main_config_version':
    ensure  =&gt; present,
    path    =&gt; '/etc/puppetlabs/puppet/puppet.conf',
    section =&gt; 'main',
    setting =&gt; 'config_version',
    value   =&gt; '/etc/puppetlabs/puppet/config_version.sh $environment',
  }

This commit modifes the SETTING_REGEX to account for spaces in setting values.
</content>
</entry>
<entry>
<title>Add support for "global" section at beginning of file</title>
<updated>2012-08-17T11:48:28+00:00</updated>
<author>
<name>Chris Price</name>
<email>chris@pupppetlabs.com</email>
</author>
<published>2012-08-17T11:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=c57dab4903a6a23fb14dc79c76efea989e694460'/>
<id>urn:sha1:c57dab4903a6a23fb14dc79c76efea989e694460</id>
<content type='text'>
This commit does the following:

* Fixes a bug in ExternalIterator
* Adds support for a "global" section before the first named
  section at the beginning of the INI file
* Improves test coverage
</content>
</entry>
<entry>
<title>final commit for 0.0.1 release</title>
<updated>2012-08-17T04:50:20+00:00</updated>
<author>
<name>Chris Price</name>
<email>chris@pupppetlabs.com</email>
</author>
<published>2012-08-17T02:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=4f0e7264e3c3089e489d05bbb4371c449b0ed78d'/>
<id>urn:sha1:4f0e7264e3c3089e489d05bbb4371c449b0ed78d</id>
<content type='text'>
* Updated README
* Fixed a small bug that would be triggered if the file specified
  by `path` didn't exist.
* Added a smoke test manifest
</content>
</entry>
<entry>
<title>First (basic) working version of ini_setting provider</title>
<updated>2012-07-29T04:59:54+00:00</updated>
<author>
<name>Chris Price</name>
<email>chris@puppetlabs.com</email>
</author>
<published>2012-07-29T04:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=9c76b6af1200c71e7ae72e0e2f349919a3081738'/>
<id>urn:sha1:9c76b6af1200c71e7ae72e0e2f349919a3081738</id>
<content type='text'>
</content>
</entry>
</feed>
