Sha256: 21a453f393fd98aa40a9938288efe7c3d2e8f17a34f119e6f3d34168d770105d

Contents?: true

Size: 1.44 KB

Versions: 5

Compression:

Stored size: 1.44 KB

Contents

<% title_actions link_to(_("New hostgroup"), new_hostgroup_path) %>
<% title _("Hostgroup configuration") %>
<div id="welcome">
  <p>
  <%= _('A Host group is in some ways similar to an inherited node declaration, in that it is a high level grouping of classes that can be named and treated as a unit. This is then treated as a template and  is selectable during the creation of a new host and ensures that the host is configured in one of your pre-defined states.') %>

  <%= _('In addition to defining which puppet classes get included when building this host type you are also able to assign variables and provisioning information to a hostgroup to further refine the behavior of the puppet runtime.') %>

  <%= _("The hostgroup's classes and the hostgroup's variables are included in the external node information when the puppetmaster compiles the host's configuration.") %>
  </p>

  <p>
  <%= _('There are two strategies when using hostgroups.') %>

  <%= _('You may create puppet classes that represent high-level host configurations, for example, a <b>host-type-ldap-server</b> class, which includes all the required functionality from other modules or you may decide to create a hostgroup called <b>host-type-ldap-server</b> and add the required classes into the hostgroup configuration.').html_safe %>

  <%= _('These two options are personal decisions and are up to you (where the main difference would be the parameter/variables settings).') %>
  </p>

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/hostgroups/welcome.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/hostgroups/welcome.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/hostgroups/welcome.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/hostgroups/welcome.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/hostgroups/welcome.html.erb