Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy datadog node to every node #76

Merged
merged 1 commit into from Mar 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .fixtures.yml
Expand Up @@ -70,6 +70,9 @@ fixtures:
vcsrepo:
repo: 'puppetlabs/vcsrepo'
ref: '1.1.0'
datadog_agent:
repo: 'datadog/datadog_agent'
ref: '1.2.0'


# Setting up a couple of symlinks to make it easier to treat profiles and roles
Expand Down
2 changes: 2 additions & 0 deletions Puppetfile
Expand Up @@ -72,3 +72,5 @@ mod 'nanliu/staging', '0.4.0'
mod 'saz/ssh', '2.3.6'

mod 'puppetlabs/lvm', '0.3.2'

mod 'datadog/datadog_agent', '1.2.0'
2 changes: 2 additions & 0 deletions dist/profile/manifests/base.pp
Expand Up @@ -15,6 +15,8 @@
},
}

include datadog_agent

# Cleaning up after infra-puppet
##############################################################################
cron { 'pull puppet updates':
Expand Down
1 change: 1 addition & 0 deletions hieradata/common.yaml
Expand Up @@ -99,4 +99,5 @@ profile::apache-cert::secret-key-wiki-jira: |

profile::jira::image_tag: build4

datadog_agent::api_key: ENC[PKCS7,MIIBmQYJKoZIhvcNAQcDoIIBijCCAYYCAQAxggEhMIIBHQIBADAFMAACAQEwDQYJKoZIhvcNAQEBBQAEggEAJX7oKxfhXnPTTFApoOCm97Fg72Rw8KIA9/pvLbiwYtXJBZBTXFUu3QJwXsqx3yLAvjGRLDmUV18Es8BH4Dppu7ZeIbhlvPwoNcusKUp0v5e9QV72er0SAuYg2qIisMUW0QhhqKCK6T6Owns+HweqNOZYzIwaFfaPK4RVUn5slKJNtoLwo4iV92QHKBi0Ge45tAM9p7jjv7qRJN1rgrN71OzY9CHE+V4DmsP+vmPJi37GSjrKs+g/saGQmodpMfkn1B9Qyrow8wrzPYkBD/IPKZMTklbPdbibBJeVFEeG4lI7yiR0PPfc/ms0zFe9HP++ixCSf+e8qdCjbTMZaAm6HzBcBgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBDVY9nVGOH/O+HKrI1h57NLgDDswiScHBM5Q7uDwSpLI/csO3ave7EULHetXnZwuRkVnxX6uP80tycD2ZDYQjidr4A=]
# vim: ft=yaml ts=2 sw=2 nowrap et
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -25,6 +25,7 @@
:osfamily => 'Debian',
:kernel => 'Linux',
:lsbdistid => 'Ubuntu',
:operatingsystem => 'Ubuntu',
:operatingsystemrelease => '12.04',
:concat_basedir => '/tmp',
}
Expand Down