Skip to content

Commit 7128420

Browse files
committed
Document agent_repo_uri and apt_release
1 parent b8d485d commit 7128420

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

manifests/init.pp

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,15 @@
196196
# $cmd_port
197197
# The port on which the IPC api listens
198198
# Integer. Default: 5001
199-
#
200-
# Actions:
201-
#
202-
# Requires:
199+
# $agent_repo_uri
200+
# Where to download the agent from. When undef, it uses the following defaults:
201+
# APT: https://apt.datadoghq.com/
202+
# 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
203208
#
204209
# Sample Usage:
205210
#

0 commit comments

Comments
 (0)