Merge pull request #63 from JHaals/master

make ensure => present the first attribute
This commit is contained in:
Ashley Penney 2013-10-17 09:53:02 -07:00
commit 10f270f435

View file

@ -7,11 +7,11 @@ files. The main resource type is `ini_setting`, which is used to manage an
individual setting in an INI file. Here's an example usage:
ini_setting { "sample setting":
ensure => present,
path => '/tmp/foo.ini',
section => 'foo',
setting => 'foosetting',
value => 'FOO!',
ensure => present,
}
A supplementary resource type is `ini_subsetting`, which is used to manage