Skip to content

Commit abfa576

Browse files
ruthnaebecktruthbk
authored andcommitted
Add service provider instructions (#487)
1 parent d18fc48 commit abfa576

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ Install `datadog_agent` as a module in your Puppet master's module path.
3737
puppet module install datadog-datadog_agent
3838
```
3939

40+
**Note**: For CentOS versions <7.0, specify the service provider as `upstart`:
41+
42+
```
43+
class{ 'datadog_agent':
44+
service_provider => 'upstart'
45+
}
46+
```
47+
4048
### Upgrade from the previous module version 1.x
4149

4250
Most of the manifests are backward compatible. However, there are important changes to the main manifest:

0 commit comments

Comments
 (0)