aboutsummaryrefslogtreecommitdiffstats
path: root/modules/transifex
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-07 13:17:28 +0000
committerMichael Scherer <misc@mageia.org>2010-11-07 13:17:28 +0000
commit4134d7f27cef0a9af4fec3747d8c7c2657b88fe4 (patch)
tree826190816946e6ad4467fe9ea556ebe4abe9f2aa /modules/transifex
parente189030e5463473f2dba6f27c34fbc96c8d89e13 (diff)
downloadpuppet-4134d7f27cef0a9af4fec3747d8c7c2657b88fe4.tar
puppet-4134d7f27cef0a9af4fec3747d8c7c2657b88fe4.tar.gz
puppet-4134d7f27cef0a9af4fec3747d8c7c2657b88fe4.tar.bz2
puppet-4134d7f27cef0a9af4fec3747d8c7c2657b88fe4.tar.xz
puppet-4134d7f27cef0a9af4fec3747d8c7c2657b88fe4.zip
- fix the name of the file ( or it will conflict with blog class )
Diffstat (limited to 'modules/transifex')
-rw-r--r--modules/transifex/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/transifex/manifests/init.pp b/modules/transifex/manifests/init.pp
index 7720b4dd..99331921 100644
--- a/modules/transifex/manifests/init.pp
+++ b/modules/transifex/manifests/init.pp
@@ -3,7 +3,7 @@ class transifex {
ensure => installed
}
- file { "check_new-blog-post":
+ file { "20-engines.conf":
path => "/etc/transifex/20-engines.conf",
ensure => present,
owner => root,