diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-17 20:43:29 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-17 20:43:29 +0000 |
commit | 456139fb6be509b8c119946436f4e00c88d31bee (patch) | |
tree | 3f4f271e6826bc2f0570524e0728eadea8360fc0 /modules/transifex | |
parent | c9bda43e9f60b287bc43e25e8fce946314280ecd (diff) | |
download | puppet-456139fb6be509b8c119946436f4e00c88d31bee.tar puppet-456139fb6be509b8c119946436f4e00c88d31bee.tar.gz puppet-456139fb6be509b8c119946436f4e00c88d31bee.tar.bz2 puppet-456139fb6be509b8c119946436f4e00c88d31bee.tar.xz puppet-456139fb6be509b8c119946436f4e00c88d31bee.zip |
- oups, revert wrongly commited work in progress :/
Diffstat (limited to 'modules/transifex')
-rw-r--r-- | modules/transifex/manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp index 9199d6a4..a7bb7abe 100644 --- a/modules/transifex/manifests/init.pp +++ b/modules/transifex/manifests/init.pp @@ -13,7 +13,7 @@ class transifex { content => template("transifex/20-engines.conf") } - apache::vhost_django_app { "transifex.$domain": - module => "transifex" - } +# apache::vhost_django_app { "transifex.$domain": +# module => "transifex" +# } } |