Hi, I am trying to import some manifests manually (outside the modules tree) and it does not seem to work fine. I have the files: manifests/site.pp manifests/data/file1.pp
Inside site.pp I do: import "data/file1.pp" And that doesn't work. But if I rename data/file1.pp by data_file1.pp, and place it in the same directory as site.pp (so, no subdirectories), it works. I was reading the language guide, and it seems like "import" should work the way I use it, but it does not, at least in my case. Any clue? Thanks, Pablo -- 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.