diff options
Diffstat (limited to 'modules/django_application/manifests/init.pp')
-rw-r--r-- | modules/django_application/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/django_application/manifests/init.pp b/modules/django_application/manifests/init.pp index 2f209a54..f56f73ef 100644 --- a/modules/django_application/manifests/init.pp +++ b/modules/django_application/manifests/init.pp @@ -1,5 +1,5 @@ # this class hold the common stuff for all django applications -# as we cannot declare the same ressource twice ( ie, +# as we cannot declare the same resource twice ( ie, # python-psycopg2 for example ) # it is required to place this in a common class class django_application { |