aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-24 15:22:14 +0000
committerMichael Scherer <misc@mageia.org>2010-11-24 15:22:14 +0000
commit56cbe03dfb53056e7809497a2e92b8d76df8deb8 (patch)
tree17a2b3ad1c23af1da63755829544e76a47db8840 /modules/transifex
parent4b99eb39ab9c9c349e2c019c47051510973380bf (diff)
downloadpuppet-56cbe03dfb53056e7809497a2e92b8d76df8deb8.tar
puppet-56cbe03dfb53056e7809497a2e92b8d76df8deb8.tar.gz
puppet-56cbe03dfb53056e7809497a2e92b8d76df8deb8.tar.bz2
puppet-56cbe03dfb53056e7809497a2e92b8d76df8deb8.tar.xz
puppet-56cbe03dfb53056e7809497a2e92b8d76df8deb8.zip
add requires on the package, so puppet doesn't send useless errors
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/manifests/init.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index a1bedb1e..19e76ae4 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -10,7 +10,8 @@ class transifex {
owner => root,
group => apache,
mode => 640,
- content => template("transifex/20-engines.conf")
+ content => template("transifex/20-engines.conf"),
+ require => Package['transifex']
}
file { "30-site.conf":
@@ -19,7 +20,8 @@ class transifex {
owner => root,
group => root,
mode => 644,
- content => template("transifex/30-site.conf")
+ content => template("transifex/30-site.conf"),
+ require => Package['transifex']
}
# apache::vhost_django_app { "transifex.$domain":