Confirmed users
3,104
edits
(→How To) |
(→Stages) |
||
| Line 8: | Line 8: | ||
Stages need to be defined globally in Puppet manifests, and this is done in <tt>manifests/stages.pp</tt>. The following stages are available, aside from 'main', the default stage. | Stages need to be defined globally in Puppet manifests, and this is done in <tt>manifests/stages.pp</tt>. The following stages are available, aside from 'main', the default stage. | ||
* network - This stage should handle any network related configurations for some specific cases (like AWS) | |||
* packagesetup - This stage should handle any preliminaries required for package installations, so that subsequent package installations do not need to require them explicitly. | * packagesetup - This stage should handle any preliminaries required for package installations, so that subsequent package installations do not need to require them explicitly. | ||
* users - This stage creates user accounts; while this is normally automatically required, the requirement doesn't work with the temporary 'darwinuser' type. | |||
== Nodes == | == Nodes == | ||