Issue #23404 has been updated by Josh Cooper. Status changed from Unreviewed to Needs More Information Assignee set to Klavs Klavsen
Hi Klavs, I can reproduce this when using a pre-3.4 puppetmaster. Since `file` is a built-in type, the pre-3.4 puppetmaster does not know about the `source_permissions` parameter. You'll need to upgrade your puppetmaster to 3.4.x as well. ---------------------------------------- Bug #23404: source_permissions invalid option? https://projects.puppetlabs.com/issues/23404#change-101337 * Author: Klavs Klavsen * Status: Needs More Information * Priority: Normal * Assignee: Klavs Klavsen * Category: * Target version: * Affected Puppet version: 3.4.0-rc2 * Keywords: * Branch: ---------------------------------------- I just tried to set source_permissions on my default File resource: File { owner => 'S-1-5-18', group => 'Administrators', source_permissions => ignore } But windows puppet agent v3.4.0-rc2 says: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter source_permissions at /etc/puppet/modules/nscp/manifests/init.pp:19 -- 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 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-bugs. For more options, visit https://groups.google.com/groups/opt_out.
