Project

General

Profile

« Previous | Next » 

Revision 72479d52

Added by Ohad Levy over 10 years ago

fixes #3709 - explicitly say puppet environments vs just 'environments'

View differences:

app/views/environments/welcome.html.erb
<% title_actions import_proxy_select(hash_for_import_environments_environments_path), button_group(display_link_if_authorized(_("New Environment"), hash_for_new_environment_path)) %>
<% title _("Environment configuration") %>
<%= environments_title_actions %>
<% title _('Puppet environments configuration') %>
<div id="welcome">
<p>
<%= _('If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.') %>
<%= _('This information is commonly imported from a pre-existing puppet configuration by the use of the') %>
<a href="http://www.theforeman.org/manuals/<%=SETTINGS[:version].short%>/index.html#4.2.2Classes" rel="external"><%= _('Puppet classes and environment importer') %></a>
<%= _('If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.') %>
<%= _('This information is commonly imported from a pre-existing puppet configuration by the use of the') %>
<a href="http://www.theforeman.org/manuals/<%= SETTINGS[:version].short %>/index.html#4.2.2Classes" rel="external"><%= _('Puppet classes and environment importer') %></a>
</p>
<p>
<%= _('Environments may be manually created and only require the name of the environment to be declared.') %>
<%= _('Environments may be manually created and only require the name of the environment to be declared.') %>
</p>
</div>

Also available in: Unified diff