Changes

Modularisation

823 bytes added, 09:59, 18 April 2014
/* provisioning */
* Documentation.
=== provisioning helpers ===The following shows how a '''provisioninghelpers''' directory structure could look like.
<pre>
/helpers # Helper scripts and programmes, like notifications (quota, backup failed, rsnapshot, ...).
/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>
 
=== provisioning ===
The following shows how a '''provisioning''' directory structure could look like.
<pre>
/bin # Helper Scripts, like notifications (quota, backup failed, rsnapshot, ...): helper.pl
/etc # Configuration
/etc/Provsioning #
/etc/Provsioning/Backup #
/etc/Provsioning/Backup #
/lib # Provisioning Perl-Modules for a dedicated Service: KVM.pm or rsnapshot.pm
/lib/perl #
/lib/perl/Provisioning #
/lib/perl/Provisioning/Backup #
/lib/perl/Provisioning/Backup/Rsnapshot #
/libexec #
/test # Tests (CLI, Unit-Tests, ...): test.sh
</pre>
[[Category:Development]][[Category:Documentation]]
SLB, editor, reviewer
3,368
edits