PageRenderTime 984ms CodeModel.GetById 60ms RepoModel.GetById 8ms app.codeStats 0ms

/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
Possible License(s): Apache-2.0
  1. remote_file '/etc/datadog-agent/conf.d/apache.d/conf.yaml' do
  2. source 'https://bitbucket.org/tdaslengrd/cloud_services/raw/master/datadog/conf.d/apache.d/conf.yaml'
  3. action :create
  4. end
  5. remote_file '/etc/datadog-agent/conf.d/mysql.d/conf.yaml' do
  6. source 'https://bitbucket.org/tdaslengrd/cloud_services/raw/master/datadog/conf.d/mysql.d/conf.yaml'
  7. action :create
  8. end
  9. remote_file '/etc/datadog-agent/conf.d/php.d/conf.yaml' do
  10. source 'https://bitbucket.org/tdaslengrd/cloud_services/raw/master/datadog/conf.d/php.d/conf.yaml'
  11. action :create
  12. end
  13. remote_file '/etc/datadog-agent/conf.d/statsd.d/conf.yaml' do
  14. source 'https://bitbucket.org/tdaslengrd/cloud_services/raw/master/datadog/conf.d/statsd.d/conf.yaml'
  15. action :create
  16. end