Skip to content

Commit

Permalink
use dd_user/group init var (DataDog#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpoah authored and truthbk committed Jul 10, 2018
1 parent 5e5f44c commit 97c0fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@
}

concat {'/etc/dd-agent/datadog.conf':
owner => $datadog_agent::params::dd_user,
group => $datadog_agent::params::dd_group,
owner => $dd_user,
group => $dd_group,
mode => '0640',
notify => Service[$datadog_agent::params::service_name],
require => File['/etc/dd-agent'],
Expand Down

0 comments on commit 97c0fe1

Please sign in to comment.