The example here is specifying the env tag nested under the tags: attribute:
|
# tags => ['env:production', 'linux'], |
While the actual yaml config documentation suggests otherwise, that it's a separate root level attribute.
env: <ENV>
tags:
- service:<SERVICE>
Which of them correct? is there any significance to env outside of tags?
The example here is specifying the env tag nested under the
tags:attribute:puppet-datadog-agent/manifests/init.pp
Line 250 in cdf0e67
While the actual yaml config documentation suggests otherwise, that it's a separate root level attribute.
Which of them correct? is there any significance to
envoutside of tags?