Sha256: a32bad37c79864d995f5e028f4220ca42eecf5ce12bd064fd382b7bd53eb468e
Contents?: true
Size: 559 Bytes
Versions: 4
Compression:
Stored size: 559 Bytes
Contents
<%# name: Katello Content View description: Example payload for actions.katello.content_view_*.event.foreman snippet: false model: WebhookTemplate -%> # # Example webhook template, @object carries Action instance. # For more information about available helpers visit /templates_doc # # Content view id <%= @object.id %> # Content view name <%= @object.name %> # Content view label <%= @object.label %> # Organization id <%= @object.organization.id %> # Organization name <%= @object.organization.name %> # Organization label <%= @object.organization.label %>
Version data entries
4 entries across 4 versions & 1 rubygems