Sha256: ddbb067f12a806283d2a799382ac81af017433e9b860c876e00d3e3631869b19

Contents?: true

Size: 847 Bytes

Versions: 4

Compression:

Stored size: 847 Bytes

Contents

<% title_actions display_link_if_authorized(_("New Compliance Policy"), hash_for_new_policy_path, :class => "btn btn-default") %>

<% title _("Compliance policy configuration") %>
<div id="welcome">
  <p>
    <%= _('A compliance policy is defined by security professionals who specify desired ' +
          'settings (often in the form of a checklist) that are to be used in the computing ' +
          'environment. Compliance audit is a process of figuring out whether a given object ' +
          'follows all the rules written out in a compliance policy.') %>
  </p>
  <p>
    <%= (_('In Foreman, a compliance policy checklist is defined via %s, once SCAP content ' +
           'is present, you can create a policy, assign select host groups and schedule to run.') % link_to(_('SCAP content'), scap_contents_path)).html_safe %>
  </p>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_openscap-0.6.3 app/views/policies/welcome.html.erb
foreman_openscap-0.6.2 app/views/policies/welcome.html.erb
foreman_openscap-0.6.1 app/views/policies/welcome.html.erb
foreman_openscap-0.6.0 app/views/policies/welcome.html.erb