Skip to content

Instantly share code, notes, and snippets.

@alq666
Created October 20, 2013 16:06
Show Gist options
  • Select an option

  • Save alq666/7071582 to your computer and use it in GitHub Desktop.

Select an option

Save alq666/7071582 to your computer and use it in GitHub Desktop.
{% set pkgrepo = {
'Debian': {
"managed": True,
"humanname": "Datadog Agent",
"name": "deb http://apt.datadoghq.com/ unstable main",
"keyserver": "keyserver.ubuntu.com",
"keyid": "C7A7DA52",
"file": "/etc/apt/sources.list.d/datadog.list"
},
'RedHat': {
"managed": True,
"humanname": "Datadog Agent",
},
}.get(grains.os_family) %}
@alq666
Copy link
Copy Markdown
Author

alq666 commented Oct 20, 2013

To be used in the datadog-formula

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment