Remove verbose

verbose is deprecated, we are removing from README

Change-Id: Ib5f891eb44e8dd453421428dbdf18fc2e5ecf9c3
This commit is contained in:
Iury Gregory Melo Ferreira 2016-05-19 10:18:26 -03:00
parent 218bc38f1b
commit 83ec145bb0
1 changed files with 2 additions and 2 deletions

View File

@ -43,12 +43,12 @@ monasca is a combination of Puppet manifest that configures the monasca client a
The `monasca_config` provider is a children of the ini_setting provider. It allows one to write an entry in the `/etc/monasca/monasca.conf` file.
```puppet
monasca_config { 'DEFAULT/verbose' :
monasca_config { 'DEFAULT/debug' :
value => true,
}
```
This will write `verbose=true` in the `[DEFAULT]` section.
This will write `debug=true` in the `[DEFAULT]` section.
##### name