We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18fc48 commit abfa576Copy full SHA for abfa576
README.md
@@ -37,6 +37,14 @@ Install `datadog_agent` as a module in your Puppet master's module path.
37
puppet module install datadog-datadog_agent
38
```
39
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
48
### Upgrade from the previous module version 1.x
49
50
Most of the manifests are backward compatible. However, there are important changes to the main manifest:
0 commit comments