We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adaacc3 commit 6866645Copy full SHA for 6866645
1 file changed
manifests/params.pp
@@ -72,7 +72,7 @@
72
$dd_group = 'S-1-5-32-544' # Administrators group, passed as SID so it works on localized Windows versions
73
$service_name = 'datadogagent'
74
$agent6_log_file = 'C:/ProgramData/Datadog/logs/agent.log'
75
- $package_name = 'Datadog Agent'
+ $package_name = 'Datadog Agent' # Must be the app's DisplayName. https://puppet.com/docs/puppet/latest/resources_package_windows.html
76
$permissions_directory = '0775' # On Windows, the Administrators group needs to maintain access,
77
$permissions_file = '0664' # otherwise puppet itself won't be able to access the file. Reported
78
$permissions_protected_file = '0660' # as bug in: https://tickets.puppetlabs.com/browse/PA-2877
0 commit comments