Skip to content

Commit 6866645

Browse files
authored
Added comment
1 parent adaacc3 commit 6866645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
$dd_group = 'S-1-5-32-544' # Administrators group, passed as SID so it works on localized Windows versions
7373
$service_name = 'datadogagent'
7474
$agent6_log_file = 'C:/ProgramData/Datadog/logs/agent.log'
75-
$package_name = 'Datadog Agent'
75+
$package_name = 'Datadog Agent' # Must be the app's DisplayName. https://puppet.com/docs/puppet/latest/resources_package_windows.html
7676
$permissions_directory = '0775' # On Windows, the Administrators group needs to maintain access,
7777
$permissions_file = '0664' # otherwise puppet itself won't be able to access the file. Reported
7878
$permissions_protected_file = '0660' # as bug in: https://tickets.puppetlabs.com/browse/PA-2877

0 commit comments

Comments
 (0)