Parent Directory | Revision Log | Patch
revision 1182 by misc, Sun Feb 20 12:11:35 2011 UTC | revision 1183 by misc, Wed Feb 23 16:47:14 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | # this class hold the common stuff for all django applications | |
2 | # as we cannot declare the same ressource twice ( ie, python-psycopg2 for example ) | |
3 | # it is required to place this in a common class | |
4 | class django_application { | class django_application { |
5 | package { ['python-django','python-psycopg2','python-django-auth-ldap']: | package { ['python-django','python-psycopg2','python-django-auth-ldap']: |
6 | ensure => installed | ensure => installed |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |