Skip to content

Commit

Permalink
Fixes #13438 - configuration doc on how to enable a plugin are wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
stockrt authored and Tomas Strachota committed Jan 28, 2016
1 parent 023ddf3 commit 20976f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation.md
Expand Up @@ -56,7 +56,7 @@ with descriptions.

### Plugins

Plugins are disabled by default. To enable plugin create configuration file in ```cli.modules.d``` and add```:enable_plugin: true``` in it.
Plugins are disabled by default. To enable plugin create configuration file in ```cli.modules.d``` and add```:enable_module: true``` in it.
Plugin specific configuration must be nested under plugin's name (without the ```hammer_cli_``` prefix).

In the example we assume the gem ```hammer_cli_foreman``` with the Foreman plugin is installed. Then the plugin configuration
Expand Down

0 comments on commit 20976f4

Please sign in to comment.