Project

General

Profile

Download (380 Bytes) Statistics
| Branch: | Tag: | Revision:
bd46fa41 Ohad Levy
module HostgroupsHelper
9fd7478e Paul Kelly
include CommonParametersHelper
36f93e4d Ohad Levy
include HostsAndHostgroupsHelper
4d4b84f6 Ohad Levy
def warning_message group
msg = ["Are you sure?"]
if group.has_children?
msg << "This group has nested groups!\n"
msg << "Deleting this group will unlink its nested groups and any associated puppet classes and / or parameters"
end
msg.join("\n")
end

bd46fa41 Ohad Levy
end