Thanks! On Tuesday, December 18, 2012 9:41:54 AM UTC-8, Ellison Marks wrote: > > You want 'import'. Do note that it is fairly discouraged. > http://docs.puppetlabs.com/puppet/3/reference/lang_import.html > > > On Tuesday, December 18, 2012 9:09:33 AM UTC-8, > rs...@certifydatasystems.com wrote: >> >> Hi all, >> >> I want to do some code reuse, and modules seem overkill. Is it possible >> to have something like this? >> >> A file called myuser.pp >> class myuser { >> user {...} >> file {...} >> ... >> } >> >> Then in site.pp have this: >> node 'foo.example.com' { >> include myuser >> .. other things .. >> } >> >> node 'bar.example.com' { >> include myuser >> .. other things .. >> } >> >> When I try this, I get a class not found: myuser (HTTP/400) error. Is >> there a simpler way to do this? >> >> R, >> rahul >> >
-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/0QjkgDxyl9oJ. 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.