All,
Does the file hierarchy provided below follow current best practices:

lib/
manifests/
---site.pp
---templates.pp
---nodes.pp
modules/
---{modulename}/
------depends/
------files/
------manifests/
---------init.pp
---------defaults.pp
------lib/
---------puppet/
------------parser/
---------------functions/
------------provider/
------------type/
---------facter/
------templates/
------README
---user/
---services/
---clients/
notes/
tools/

The aforementioned file hierarchy is based on the following links:
http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Best_Practice
http://docs.reductivelabs.com/guides/modules.html#internal_organisation

The only difference is that...
- the "services" and "clients" directories at the root of the hierarchy have been made subdirectories of "modules" - the "plugins" directory in the root of the hierarchy has been renamed "lib"

Is this correct?

Mike

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@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.

Reply via email to