-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>> Anyway as other people mentioned /files/ is rather deprecated and you
>> should look into modules to organize your code.
> 
> Does that stop me from keeping all my config files under a common tree?

Not explicitly, but the idea of modules is to put code together that
belongs together and separate it from the rest, that is unrelated to
that code. And with code you can read: manifests, configfiles,
templates, providers, facts, functions.

This means that you would find all the syslog related things in the
syslog module and all the sshd related things in the sshd module. Also
this enables you to share modules between different entities of your
company or even with the whole world if you are able to abstract them
that much that you can publish them as free software.

Puppet gives you here again a lot of possibilities how you can organize
your code and it certainly won't stop you putting all files into one
module (read: the files module).

~pete
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0H3R4ACgkQbwltcAfKi3/f8ACglx/w4mMaCckH+vM1stXb3tyK
MgUAn0IhAzqqgpq4uORw3tAkg3iTY4uv
=NgOz
-----END PGP SIGNATURE-----

-- 
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