On Tuesday, 29 January 2013 00:29:43 UTC-5, Keith Burdis wrote: > > You can set the default values to undef and then the standard user type > will use its defaults (if any). It usually makes sense to default the > ensure parameter to 'present' though because if it is undef then nothing > will happen: >
Ah, I see... I'd tried using empty strings, but for some reason undef never occurred to me. Thanks, it looks like this will work perfectly. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
