blob: d1d83446960adde8b9af327693ed00c606494849 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Puppet layout
=============
deployment
----------
Contains code specific to our deployment ( static website, mailling list
definition ), most of it should not be reusable
external
--------
Modules that were not written by us, and should be synced ( either by hand,
or with svn:externals, or something appropriate ). We should make sure that
proper credit is given, as well as proper location
modules
-------
Our own modules
manifests
---------
Main puppet manifests
extdata
-------
Puppet extlookup datafie, should not be in svn ( mainly used for password )
|