We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d485d commit 7128420Copy full SHA for 7128420
1 file changed
manifests/init.pp
@@ -196,10 +196,15 @@
196
# $cmd_port
197
# The port on which the IPC api listens
198
# Integer. Default: 5001
199
-#
200
-# Actions:
201
202
-# Requires:
+# $agent_repo_uri
+# Where to download the agent from. When undef, it uses the following defaults:
+# APT: https://apt.datadoghq.com/
+# RPM: https://yum.datadoghq.com/stable/7/x86_64/ (with matching agent version and architecture)
203
+# Windows: https://https://s3.amazonaws.com/ddagent-windows-stable/
204
+# String. Default: undef
205
+# $apt_release
206
+# The distribution channel to be used for the APT repo. Eg: 'stable' or 'beta'.
207
+# String. Default: stable
208
#
209
# Sample Usage:
210
0 commit comments