Remove verbose

verbose is deprecated we don't need in README

Change-Id: Iac9c1848ab5fbe6f3a50c6fde02f2fe9835f3d59
This commit is contained in:
Iury Gregory Melo Ferreira 2016-05-19 10:12:05 -03:00
parent ac45966573
commit b44fe997ce

@ -48,12 +48,12 @@ zaqar is a combination of Puppet manifest and ruby code to delivery configuratio
The `zaqar_config` provider is a children of the ini_setting provider. It allows one to write an entry in the `/etc/zaqar/zaqar.conf` file.
```puppet
zaqar_config { 'DEFAULT/verbose' :
zaqar_config { 'DEFAULT/debug' :
value => true,
}
```
This will write `verbose=true` in the `[DEFAULT]` section.
This will write `debug=true` in the `[DEFAULT]` section.
##### name