Displaying 3 results from an estimated 3 matches for "genericwebserver".
2007 Oct 16
30
Template Nodes considered harmful
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Russ, Digant, *!
Several times on the IRC channel I noticed people having problems getting to 
grips with the interaction of scopes when using template nodes[1]. Typically 
this looks thus:
| node genericwebserver { stuff }
| 
| node ''web01.example.com'' inherits genericwebserver {
|	$influence_genericwebserver = "other_stuff"
| }
Due to ''web01.example.com''s scope being "below" or "within" the scope of 
genericwebserver, the defined variable n...
2007 Sep 28
3
Host groups config in puppet & User Management.
Hi,
      I have installed Puppet puppet-0.23.2-1.el4 &
puppet-server-0.23.2-1.el4.
Now trying to configure.  I have a basic config which changes the sudo
permission of the file.
 
Currently I am using the puppet server as client.  Now I wanted to add
all my hosts some linux some unix.  So was looking for a config syntax
whioh can create groups.
 
Like IT = [ host-1, host2, shost3 ]
   
2007 Mar 02
2
Terminology merging
...Puppet can provide (such as hostname).  See also distributable file.
 * template node - defined in templates.pp, template nodes define commonly
     used server types which individual nodes inherit.  E.g.: basenode,
     which includes only the most basic of modules as defined in
     stanford.pp; genericwebserver, which includes modules for apache and
     locally manageable apache configurations for web administrators.
 * type - abstract description of a type of resource.  Can be implemented
     as a native type (puppet standard types), plugin type (see
     terminology:plugin type), or definition (see...