Sha256: d97b9786e011a396ec4063773917df770bedf5e9dc84ecc78bb5d3d628d3bf85
Contents?: true
Size: 536 Bytes
Versions: 18
Compression:
Stored size: 536 Bytes
Contents
# ---------------------------------------------------------------- # NOTE: This file is controlled by chef templates! # Do not edit or change this file but change the following: # template file : services.cfg.erb # ---------------------------------------------------------------- # Service definitions # ---------------------------------------------------------------- <% Nagios.instance.services.each do |key,service| -%> <% if service.name.nil? # Skipping all the template services %> <%= service.definition %> <% end %> <% end -%>
Version data entries
18 entries across 18 versions & 1 rubygems