Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. jabba@JabbaBookPro:~/git/puppet/manifests/nodes [jabba-dev*]> git diff
  2. diff --git a/manifests/nodes/sccache.pp b/manifests/nodes/sccache.pp
  3. index 1e4ab081b2d22e4a17be50fc5359cd74f6aa22c8..99ca9dc22b8a704c692e094f2e3529b14b88c909 100644
  4. --- a/manifests/nodes/sccache.pp
  5. +++ b/manifests/nodes/sccache.pp
  6. @@ -1,80 +1,89 @@
  7. node 'sccache1.corpdmz.ber3.mozilla.com' {
  8. class { 'sccache::scheduler':
  9. ensure => 'present'
  10. }
  11. include telegraf_mozilla_it
  12. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  13. include telegraf_mozilla_it::get_sccache_statistics
  14. + include uptycs::agent
  15. }
  16.  
  17. node 'sccache1.corpdmz.lon2.mozilla.com' {
  18. class { 'sccache::scheduler':
  19. ensure => 'present'
  20. }
  21. include telegraf_mozilla_it
  22. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  23. include telegraf_mozilla_it::get_sccache_statistics
  24. + include uptycs::agent
  25. }
  26.  
  27. node 'sccache1.corpdmz.mtv2.mozilla.com' {
  28. class { 'sccache::scheduler':
  29. ensure => 'present'
  30. }
  31. include telegraf_mozilla_it
  32. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  33. include telegraf_mozilla_it::get_sccache_statistics
  34. + include uptycs::agent
  35. }
  36.  
  37. node 'sccache1.corpdmz.par2.mozilla.com' {
  38. class { 'sccache::scheduler':
  39. ensure => 'present'
  40. }
  41. include telegraf_mozilla_it
  42. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  43. include telegraf_mozilla_it::get_sccache_statistics
  44. + include uptycs::agent
  45. }
  46.  
  47. node 'sccache1.corpdmz.pdx1.mozilla.com' {
  48. class { 'sccache::scheduler':
  49. ensure => 'present'
  50. }
  51. include telegraf_mozilla_it
  52. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  53. include telegraf_mozilla_it::get_sccache_statistics
  54. + include uptycs::agent
  55. }
  56.  
  57. node 'sccache1.corpdmz.sfo1.mozilla.com' {
  58. class { 'sccache::scheduler':
  59. ensure => 'present'
  60. }
  61. include telegraf_mozilla_it
  62. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  63. include telegraf_mozilla_it::get_sccache_statistics
  64. + include uptycs::agent
  65. }
  66.  
  67. node 'sccache1.corpdmz.tor1.mozilla.com' {
  68. class { 'sccache::scheduler':
  69. ensure => 'present'
  70. }
  71. include telegraf_mozilla_it
  72. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  73. include telegraf_mozilla_it::get_sccache_statistics
  74. + include uptycs::agent
  75. }
  76.  
  77. node 'sccache1.corpdmz.tpe1.mozilla.com' {
  78. class { 'sccache::scheduler':
  79. ensure => 'present'
  80. }
  81. include telegraf_mozilla_it
  82. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  83. include telegraf_mozilla_it::get_sccache_statistics
  84. + include uptycs::agent
  85. }
  86.  
  87. node 'sccache1.corpdmz.yvr1.mozilla.com' {
  88. class { 'sccache::scheduler':
  89. ensure => 'present'
  90. }
  91. include telegraf_mozilla_it
  92. include telegraf_mozilla_it::local_graphite_tcp_forwarder
  93. include telegraf_mozilla_it::get_sccache_statistics
  94. + include uptycs::agent
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement