From 4f505f7404ec719b1c06895b3d04b21dd6b3d63e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 23 Feb 2011 16:47:14 +0000 Subject: add a comment about why this class is required --- modules/django_application/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/django_application') diff --git a/modules/django_application/manifests/init.pp b/modules/django_application/manifests/init.pp index 8f04c5a8..522f4472 100644 --- a/modules/django_application/manifests/init.pp +++ b/modules/django_application/manifests/init.pp @@ -1,3 +1,6 @@ +# this class hold the common stuff for all django applications +# as we cannot declare the same ressource twice ( ie, python-psycopg2 for example ) +# it is required to place this in a common class class django_application { package { ['python-django','python-psycopg2','python-django-auth-ldap']: ensure => installed -- cgit v1.2.1