On Tue, Jun 26, 2012 at 9:05 AM, llow...@oreillyauto.com <llow...@oreillyauto.com> wrote: > I have the files unpacked inĀ /etc/puppet/modules/stdlib as was indicated. > The documentation mentions I can do a puppet doc -r function. > > When I try 'puppet doc -r validate_string' I get 'Could not run: Could not > find reference validate_string'
"function" is meant literally, not as a substitution for the function you're looking for. I usually do something like: `puppet doc -r function | less` then search for the function I'm looking for. -Jeff -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.