Skip to content

Commit db3675a

Browse files
committed
Fix integration config permission
1 parent b47f249 commit db3675a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/integration.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ensure => file,
2121
owner => $datadog_agent::dd_user,
2222
group => $datadog_agent::dd_group,
23-
mode => '0600',
23+
mode => '0644',
2424
content => to_instances_yaml($init_config, $instances),
2525
notify => Service[$datadog_agent::service_name]
2626
}

0 commit comments

Comments
 (0)