Merge pull request #63 from JHaals/master
make ensure => present the first attribute
This commit is contained in:
commit
10f270f435
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue