diff options
-rw-r--r-- | modules/django_application/manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |