Skip to content

Commit 03b7c19

Browse files
committed
Fix gem name
1 parent 83ca7a4 commit 03b7c19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Once the `datadog_agent` module is installed on your `puppetserver`/`puppetmaste
7575
}
7676
```
7777
78-
- To support reporting, your Puppet master needs the [dogapi][4] gem installed. To install, either run the Puppet Agent on your master with this configuration or install it manually with `gem`. You might need to restart your `puppetserver` service for the freshly installed `dogapi-rb` gem to be picked up.
78+
- To support reporting, your Puppet master needs the [dogapi][4] gem installed. To install, either run the Puppet Agent on your master with this configuration or install it manually with `gem`. You might need to restart your `puppetserver` service for the freshly installed `dogapi` gem to be picked up.
7979
- `puppetserver_gem` is defined as a module dependency, it is installed automatically when the module is installed.
8080
8181
3. Include any other integrations you want the agent to use, for example:
@@ -118,7 +118,7 @@ The field `ensure` can be either `present` (default) or `absent`, the later bein
118118
119119
Reporting
120120
---------
121-
Ensure `dogapi-rb` is available on your system as explained earlier.
121+
Ensure the `dogapi` gem is available on your system as explained earlier.
122122
123123
To enable reporting of changes to the Datadog timeline, enable the report processor on your Puppet master, and enable reporting for your clients. The clients send a run report after each check-in back to the master.
124124

0 commit comments

Comments
 (0)