Issue #20243 has been updated by Rushan Shaymardanov.
I've encountered this issue on Oracle Linux 6.3 And I can't reproduce it on Ubuntu 12.04 ---------------------------------------- Bug #20243: Unable to build module with custom types and providers with non-root user https://projects.puppetlabs.com/issues/20243#change-89253 * Author: Rushan Shaymardanov * Status: Unreviewed * Priority: Normal * Assignee: * Category: module tool * Target version: * Affected Puppet version: 3.1.1 * Keywords: * Branch: ---------------------------------------- I'm trying to build my postgresql module using puppet module tool. There are custom types and providers in it. When I do it as root, module builds successfuly. When I'm do it as non-root user, I get an error: <pre> $ puppet module build . Error: undefined method `provide' for nil:NilClass Error: Try 'puppet help module build' for usage </pre> My other modules that doesn't have custom types/proveders are build successfully both as root and non-root users. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
