diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-23 16:47:14 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-23 16:47:14 +0000 |
commit | 4f505f7404ec719b1c06895b3d04b21dd6b3d63e (patch) | |
tree | 81b49a6490c73725d4845608ccce11a8f7d2b5af /modules/django_application | |
parent | a28b599f893057aca96270fd138bd1042f8d4a8c (diff) | |
download | puppet-4f505f7404ec719b1c06895b3d04b21dd6b3d63e.tar puppet-4f505f7404ec719b1c06895b3d04b21dd6b3d63e.tar.gz puppet-4f505f7404ec719b1c06895b3d04b21dd6b3d63e.tar.bz2 puppet-4f505f7404ec719b1c06895b3d04b21dd6b3d63e.tar.xz puppet-4f505f7404ec719b1c06895b3d04b21dd6b3d63e.zip |
add a comment about why this class is required
Diffstat (limited to 'modules/django_application')
-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 |