Skip to content

Commit e5ad6ec

Browse files
authored
Merge pull request #221 from jhooyberghs/master
Correcting module header and example to use docker_daemon like the ac…
2 parents a07c1f4 + 1923964 commit e5ad6ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/integrations/docker_daemon.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Class: datadog_agent::integrations::docker
1+
# Class: datadog_agent::integrations::docker_daemon
22
#
33
# This class will install the necessary configuration for the docker integration
44
#
@@ -15,7 +15,7 @@
1515
#
1616
# Sample Usage:
1717
#
18-
# class { 'datadog_agent::integrations::docker' :
18+
# class { 'datadog_agent::integrations::docker_daemon' :
1919
# url => 'unix://var/run/docker.sock',
2020
# }
2121
#

0 commit comments

Comments
 (0)