Changes

Modularisation

129 bytes added, 10:02, 18 April 2014
/* GitHub */
The following shows how a '''helpers''' directory structure could look like.
<pre>
/helpers # Helper scripts and programmes, like notifications (quota, backup failed, rsnapshot, ...)./helpers/bin # Binary / executable scripts and programmes./helpers/etc # Configuration files and directories./helpers/data # Data used for the helpers./helpers/data/data.ldif # The actual data, in this case a ldif file./helpers/test # Tests (CLI, Unit-Tests, ...)./helpers/README.md # A simple readme file containing an overview and how to install as the absolute minimum.
</pre>
<pre>
/provisioning/provisioning # Scripts and programmes to provision services.
/provisioning/bin # Helper Scripts, like notifications (quota, backup failed, rsnapshot, Binary / executable scripts and programmes...): helper.pl/provisioning/etc # Configurationfiles and directories.
/provisioning/etc/Provsioning #
/provisioning/etc/Provsioning/Backup #
/provisioning/etc/Provsioning/Backup #/provisioning/lib # Provisioning Perl-Modules for a dedicated Service: (for example KVM.pm or rsnapshot.pm)
/provisioning/lib/perl #
/provisioning/lib/perl/Provisioning #
SLB, editor, reviewer
3,368
edits