Displaying 1 result from an estimated 1 matches for "eng3".
Did you mean:
eng
2007 Sep 28
3
Host groups config in puppet & User Management.
...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 ]
Eng = [ Eng1, Eng2, Eng3 ]
So when looking at the nodes syntax, below. I didn''t find a way to group
the host, rather it depends on a class.
node ''salmon.testing.com'' inherits default {
include mysql
}
This is my first question & other question is how can I ma...