Displaying 1 result from an estimated 1 matches for "mongodv".
Did you mean:
mongodb
2012 Feb 13
2
Dynamically extending the group membership of a custom system user
..._group_ if it exists" entry only works, if the group was
already create. I need to expand the list of groups depending on the
availability of some groups like i.e.
user {
"logger":
name => "logger",
ensure => "present",
[ ''mongodv'', ''postgres'', ''custom'', ''www'' ].each do | g |
g.exist? _groups < g.to_s
end
groups => _groups
shell => "/bin/bash";
}
I know that is totally wrong, but I just want to describe what I'...