[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFR] templates://cobbler/{cobbler.templates}



Christian PERRIER wrote:
> Given the low time I can currently give to Debian work (running,
> running, running), it would indeed help if the revised new templates
> could be posted here....or indeed even in the bug report.

Attached are the git version, my most recent attempt at a rewrite, and
the diff between them.
-- 
JBR	with qualifications in linguistics, experience as a Debian
	sysadmin, and probably no clue about this particular package
Template: cobbler/password
Type: password
_Description: New password for the "cobbler" user:
 It is highly recommended that you set a password for the
 administrative "cobbler" user.
 .
 You can also run password reconfiguration later by executing
 'dpkg-reconfigure -plow cobbler'.
 .
 Note that you can easily add users to cobbler later with:
  sudo htdigest /etc/cobbler/users.digest "Cobbler" USERNAME

Template: cobbler/server
Type: string
Default: localhost
_Description: Address of the Cobbler server:
 This is the address of the cobbler server, as it is used
 by systems during the install process, it must be the address
 or hostname of the system as those systems can see the server.
 .
 The "next_server" field must be set to something other than
 127.0.0.1, and should match the IP address of the boot server
 on the PXE network.
 .
 Note that this value will try to be automatically detected,
 however they can be manually edited in "/etc/cobbler/settings".

Template: cobbler/next_server
Type: string
Default: 127.0.0.1
_Description: Set the Boot and PXE server IP address:
 For kickstart and PXE features to work properly, it is
 important to set the correct IP addresses in the fields
 "server" and "next_server" in  "/etc/cobbler/settings".
 .
 The "server" field must be set to something other than localhost, or
 Kickstart features will not work. This should be a resolvable hostname
 or IP address for the boot server as reachable by all machines that
 will use it.
 .
 Note that this value will try to be automatically detected,
 however they can be manually edited in "/etc/cobbler/settings".
Template: cobbler/password
Type: password
_Description: New password for the "cobbler" user:
 It is highly recommended that you set a password for the administrative
 "cobbler" user.
 .
 It can be reconfigured later using "dpkg-reconfigure -plow cobbler", and
 users can be added to cobbler with
 .
  htdigest /etc/cobbler/users.digest Cobbler USERNAME

Template: cobbler/server
Type: string
Default: localhost
_Description: Address of the Cobbler server:
 Please specify the hostname or IP address that clients will use for
 this server during installs.
 .
 This address will be written into "/etc/cobbler/settings" as the
 value of the "server" field. For Kickstart features to work properly,
 it must be set to something other than localhost.

Template: cobbler/next_server
Type: string
Default: 127.0.0.1
_Description: IP address of the boot server:
 Please specify the local IP address of the boot server on the PXE
 network.
 .
 This address will be written into "/etc/cobbler/settings" as the
 value of the "next_server" field. For PXE features to work properly,
 it must be set to something other than 127.0.0.1.
--- cobbler.templates.git	2015-05-31 22:03:01.330357175 +0100
+++ cobbler.templates.jbr	2015-06-01 16:30:37.948758288 +0100
@@ -1,42 +1,32 @@
 Template: cobbler/password
 Type: password
 _Description: New password for the "cobbler" user:
- It is highly recommended that you set a password for the
- administrative "cobbler" user.
+ It is highly recommended that you set a password for the administrative
+ "cobbler" user.
  .
- You can also run password reconfiguration later by executing
- 'dpkg-reconfigure -plow cobbler'.
+ It can be reconfigured later using "dpkg-reconfigure -plow cobbler", and
+ users can be added to cobbler with
  .
- Note that you can easily add users to cobbler later with:
-  sudo htdigest /etc/cobbler/users.digest "Cobbler" USERNAME
+  htdigest /etc/cobbler/users.digest Cobbler USERNAME
 
 Template: cobbler/server
 Type: string
 Default: localhost
 _Description: Address of the Cobbler server:
- This is the address of the cobbler server, as it is used
- by systems during the install process, it must be the address
- or hostname of the system as those systems can see the server.
+ Please specify the hostname or IP address that clients will use for
+ this server during installs.
  .
- The "next_server" field must be set to something other than
- 127.0.0.1, and should match the IP address of the boot server
- on the PXE network.
- .
- Note that this value will try to be automatically detected,
- however they can be manually edited in "/etc/cobbler/settings".
+ This address will be written into "/etc/cobbler/settings" as the
+ value of the "server" field. For Kickstart features to work properly,
+ it must be set to something other than localhost.
 
 Template: cobbler/next_server
 Type: string
 Default: 127.0.0.1
-_Description: Set the Boot and PXE server IP address:
- For kickstart and PXE features to work properly, it is
- important to set the correct IP addresses in the fields
- "server" and "next_server" in  "/etc/cobbler/settings".
- .
- The "server" field must be set to something other than localhost, or
- Kickstart features will not work. This should be a resolvable hostname
- or IP address for the boot server as reachable by all machines that
- will use it.
- .
- Note that this value will try to be automatically detected,
- however they can be manually edited in "/etc/cobbler/settings".
+_Description: IP address of the boot server:
+ Please specify the local IP address of the boot server on the PXE
+ network.
+ .
+ This address will be written into "/etc/cobbler/settings" as the
+ value of the "next_server" field. For PXE features to work properly,
+ it must be set to something other than 127.0.0.1.

Reply to: