blob: 0c023b79fbe10af5c79762f3d771e2e69e4f77c0 (
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,
git submodules or something else 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 git (mainly used for password)
|