Displaying 2 results from an estimated 2 matches for "allows_duplicates".
Did you mean:
allow_duplicates
2007 Jun 11
4
freeBSD User provider
...expiretime] [-s newshell] [user]
it is installed on all my freeBSD servers but i don''t know if this is
the same package and if this is by default :)
So here is what i think for the provider:
puppet-0.22.4/lib/puppet/provider/user/pw.rb
add line:
+ has_features :manages_homedir, :allows_duplicates
change this command (+ on the lines addedd)
def addcmd
cmd = [command(:pw), "useradd", @model[:name]]
@model.class.validproperties.each do |property|
next if property == :ensure
# the value needs to be quoted, mostly because -c might...
2008 Jun 06
8
useradd provider not working?
I have this config:
# BL00070 - Disable NFS
service {["nfs","nfslock","netfs","portmap"]:
ensure => stopped,
enable => false,
}
user {"rpc": ensure => absent, provider => "useradd" }
user {"rpcuser": ensure => absent, provider => "useradd" }
file