resources/google_cloud_ops_agents.rb [34:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    end
    case node['agent_type']
    when 'ops-agent'
      servicename = 'google-cloud-ops-agent'
    when 'monitoring'
      servicename = 'stackdriver-agent'
    when 'logging'
      servicename = 'google-fluentd'
    end
    service servicename do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



resources/google_cloud_ops_agents.rb [118:129]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    end
    # Script does not stop logging or monitoring services
    # So we must do it manually
    case node['agent_type']
    when 'ops-agent'
      servicename = 'google-cloud-ops-agent'
    when 'monitoring'
      servicename = 'stackdriver-agent'
    when 'logging'
      servicename = 'google-fluentd'
    end
    service servicename do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



