<feed xmlns='http://www.w3.org/2005/Atom'>
<title>puppet-inifile/lib/puppet/provider, 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-04-02T22:10:43+00:00</updated>
<entry>
<title>Update Modulefile and Changelog, prepping for 0.10.0 release</title>
<updated>2013-04-02T22:10:43+00:00</updated>
<author>
<name>Chris Price</name>
<email>chris@puppetlabs.com</email>
</author>
<published>2013-04-01T22:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=6c245ef674316f4fbddb79698552138fe9f1e69a'/>
<id>urn:sha1:6c245ef674316f4fbddb79698552138fe9f1e69a</id>
<content type='text'>
This commit also adds some comments clarifying the new code
that was added to support purging.
</content>
</entry>
<entry>
<title>Merge pull request #29 from kbrezina/subsetting</title>
<updated>2013-03-25T18:00:41+00:00</updated>
<author>
<name>Chris Price</name>
<email>chris@puppetlabs.com</email>
</author>
<published>2013-03-25T18:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=e824ab2abae16e97f9a19d21580d6825c4bf705e'/>
<id>urn:sha1:e824ab2abae16e97f9a19d21580d6825c4bf705e</id>
<content type='text'>
Added 'ini_subsetting' custom resource type</content>
</entry>
<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>Add purging support to ini file</title>
<updated>2013-03-04T23:38:58+00:00</updated>
<author>
<name>Dan Bode</name>
<email>dan@puppetlabs.com</email>
</author>
<published>2013-01-07T23:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=2f22483c87dbaee9b45d121a65f2a09dbe638eaa'/>
<id>urn:sha1:2f22483c87dbaee9b45d121a65f2a09dbe638eaa</id>
<content type='text'>
This commit adds purging to ini file native types.

Purging will only work for child providers that
implement the method: self.file_path. This is
because collecting all instances of the type (
which is a requirement for purging) is only possible
when the path of the file that is being managed
can be accessed by the class instance (in the
method self.instances.)

This commit adds the following method to the internal
of the ini_file:
- get_settings - has of all settings/values for
a given section

It also adds the following method to the section
class:
- setting_names - list of all setting names in a
section.

These methods are required for the instances method
to be able to list the values for all settings of
each section.
</content>
</entry>
<entry>
<title>Add support for removing lines</title>
<updated>2012-10-11T00:40:38+00:00</updated>
<author>
<name>Dan Bode</name>
<email>dan@puppetlabs.com</email>
</author>
<published>2012-10-11T00:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=1106d70e881028ee2dfa476307444780c9c4cbaa'/>
<id>urn:sha1:1106d70e881028ee2dfa476307444780c9c4cbaa</id>
<content type='text'>
This commit adds the ability to ensure that lines are absent.
</content>
</entry>
<entry>
<title>Make value a property</title>
<updated>2012-10-03T01:53:53+00:00</updated>
<author>
<name>Dan Bode</name>
<email>dan@puppetlabs.com</email>
</author>
<published>2012-10-03T01:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=cbc90d38347f8ca61de2208b16ffc76f9fd5938c'/>
<id>urn:sha1:cbc90d38347f8ca61de2208b16ffc76f9fd5938c</id>
<content type='text'>
This commit converts value to a property so that it
can be managed and modified when a file already has
a value set.

It was previously treating the line creation state
the same as the update case, which is not in
alignment with Puppet's model.</content>
</entry>
<entry>
<title>Make ruby provider a better parent.</title>
<updated>2012-10-03T01:52:34+00:00</updated>
<author>
<name>Dan Bode</name>
<email>dan@puppetlabs.com</email>
</author>
<published>2012-10-03T01:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=1564c473a93105399bd777e78090463156948f2e'/>
<id>urn:sha1:1564c473a93105399bd777e78090463156948f2e</id>
<content type='text'>
In order to allow the provider to be a parent for
other providers, I have implemented the following
methods: section, setting, file_path, separator so
that they can be overridden by child providers and
decouple this provider from its type.</content>
</entry>
<entry>
<title>Allow overriding separator string between key/val pairs</title>
<updated>2012-09-19T22:42:16+00:00</updated>
<author>
<name>Chris Price</name>
<email>chris@puppetlabs.com</email>
</author>
<published>2012-09-19T22:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=8d1fdc5c29d70027b0f1859145ced5ebb266cf9c'/>
<id>urn:sha1:8d1fdc5c29d70027b0f1859145ced5ebb266cf9c</id>
<content type='text'>
This introduces a new parameter, 'key_val_separator', which
can be set in order to override the string that is used
as a separator between the key/value pair of a setting line.
The default is ' = ', but you could set the param to '=' if
you don't want to include whitespace in your settings file.
</content>
</entry>
<entry>
<title>Fixed regex to match sections and settings with non alphanumeric</title>
<updated>2012-08-14T12:38:08+00:00</updated>
<author>
<name>Stephen</name>
<email>stephen@puppetlabs.com</email>
</author>
<published>2012-08-14T12:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=d2c1e07e8088fb2372d258cfdd27ee4aab10cef1'/>
<id>urn:sha1:d2c1e07e8088fb2372d258cfdd27ee4aab10cef1</id>
<content type='text'>
characters. Fixed writing to file without any sections at all.
Fixed exists checking for variable type by always casting to string
and added all the tests for the above items.
</content>
</entry>
<entry>
<title>fix path for require statement</title>
<updated>2012-08-13T17:54:01+00:00</updated>
<author>
<name>Stephen</name>
<email>stephen@puppetlabs.com</email>
</author>
<published>2012-08-13T17:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/puppet-inifile/commit/?id=dde3a14ab0f5b08aad68ae1975aa1172384774c7'/>
<id>urn:sha1:dde3a14ab0f5b08aad68ae1975aa1172384774c7</id>
<content type='text'>
</content>
</entry>
</feed>
