Displaying 2 results from an estimated 2 matches for "gser".
Did you mean:
ger
2011 Nov 15
10
Adding a parameter to a custom Puppet type/provider
Hi All,
I''ve downloaded a Puppet module and I''m trying to add a parameter to it by
editing lib/puppet/type/<resource>.rb. I simply added:
newproperty(:pcfree) do
desc "My description here"
end
In the corresponding file in lib/puppet/provider, I do something with
:pcfree.
Whenever I call the resource from Puppet with my new parameter, it keeps
2012 Jan 04
5
Making a system user member of a Puppet managed group
Hi All,
I have a particular requirement where a Puppet managed group needs to have
several members that are either local and not managed by Puppet (e.g.
mysql) or they reside in LDAP.
Apart from running an exec call to "groupmems", is there another way to
achieve this?
Thanks in advance.
Gonzalo
--
You received this message because you are subscribed to the Google Groups