Displaying 3 results from an estimated 3 matches for "servergroup".
2011 Jul 26
2
Best practices for confidential information -- fileserver path vs modules / template
We keep our puppet configuration in a revision control system and are
trying to facilitate developers using the same modules as production/
staging servers.
We define a variable ($servergroup) as test/staging/production and use
fileserver defaults from hostname to servergroup to generic. The
hostname and $servergroup versions need to be confidential. We have
modules specific to an application, say "helloworld" which include
configuration files (say, database.yml) that could...
1999 Jun 28
0
samba 204b and nis(yp) netgroup
hello,
i use Sun Solaris 2.7 and Samba 2.04b. Iwant to use netgroups for host
and user
to restict access .
I user in me samba.conf file
host allow = @servergroup
the host server has no access.
but when i use the hstname of server
host allow = server1
it works.
I compile the sources of samba be using the autoconfig script.
It is a bug or must i use a speziel Compiler Define ?
thanks wolfgang
--
Weisheit des Tages ( Quelle PC Magazin News)
"W...
2007 Dec 04
10
Using puppet to manage user access to servers.
...serverM, ...,serverP)
DATABASEservers (serverQ, serverR,, ..., serverZ)
We have groups of users:
ITusers (user1, user2, ... user11)
CUSTOMERSUPPORTusers (user12,user13, ..., user14)
DBAuser (user15,user16)
We would to be able to say:
on servergroup {CUSTOMERservers} ensure usergroup {ITusers,
CUSTOMERSUPPORTusers} are present.
on servergroup {DATABASEservers} ensure usergroup {DBAuser,
ITusers} are present.
Currently, our solution, is to constantly rewrite the site.pp file, and
for each of the nodes, come up with something like:...