/chef/dev/cookbooks/datadog_yaml_copy.rb
https://bitbucket.org/tdaslengrd/cloud_services · Ruby · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · c783b466f0417912842d579f144a7646 MD5 · raw file
- remote_file '/etc/datadog-agent/conf.d/apache.d/conf.yaml' do
- source 'https://bitbucket.org/tdaslengrd/cloud_services/raw/master/datadog/conf.d/apache.d/conf.yaml'
- action :create
- end
- remote_file '/etc/datadog-agent/conf.d/mysql.d/conf.yaml' do
- source 'https://bitbucket.org/tdaslengrd/cloud_services/raw/master/datadog/conf.d/mysql.d/conf.yaml'
- action :create
- end
- remote_file '/etc/datadog-agent/conf.d/php.d/conf.yaml' do
- source 'https://bitbucket.org/tdaslengrd/cloud_services/raw/master/datadog/conf.d/php.d/conf.yaml'
- action :create
- end
- remote_file '/etc/datadog-agent/conf.d/statsd.d/conf.yaml' do
- source 'https://bitbucket.org/tdaslengrd/cloud_services/raw/master/datadog/conf.d/statsd.d/conf.yaml'
- action :create
- end