Skip to content

Commit

Permalink
Merge pull request #571 from DataDog/albertvaka/fix-permissions-windows
Browse files Browse the repository at this point in the history
Give Administrator group access to datadog.yaml
  • Loading branch information
albertvaka authored Oct 22, 2019
2 parents e4287b5 + f6f02e2 commit 7d0a7eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@
file { 'C:/ProgramData/Datadog/datadog.yaml':
owner => $dd_user,
group => 'S-1-5-32-544', #Administrators
mode => '0660',
content => template('datadog_agent/datadog6.yaml.erb'),
notify => Service[$datadog_agent::params::service_name],
require => File['C:/ProgramData/Datadog'],
Expand Down

0 comments on commit 7d0a7eb

Please sign in to comment.