Issue #3515 has been updated by mark foster.
I realize now that groups is not a valid attribute and should have used gid
instead. However that does not make this bug invalid, because puppet
--parseonly should have caught the invalid attribute right?
I can't post the whole manifest but here is an example snippet.
user { "blue":
ensure => present,
comment => "Blue",
uid => 1992,
group => 1992,
groups => ["mysql","sudo"],
home => "/home/blue",
shell => "/bin/bash",
password => 'somehash'
}
----------------------------------------
Bug #3515: parseonly failure on user attribute
http://projects.puppetlabs.com/issues/3515
Author: mark foster
Status: Needs more information
Priority: Low
Assigned to:
Category:
Target version:
Affected version: 0.24.8
Keywords:
Branch:
I added an attribute "group" to a user definition.
Running puppet --parseonly file.pp returns OK
But when client ran this error is encountered
Apr 7 11:25:20 offbeat-dev-001 puppetd[26165]: Could not retrieve catalog:
Invalid parameter 'group' for type 'User' at
/var/puppet/offbeat/modules/offbeat-db-host/manifests/init.pp:48 on node
offbeat-dev-001.offbeat-creations.com
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.