From 4134d7f27cef0a9af4fec3747d8c7c2657b88fe4 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 7 Nov 2010 13:17:28 +0000 Subject: - fix the name of the file ( or it will conflict with blog class ) --- modules/transifex/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/transifex/manifests/init.pp') 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, -- cgit v1.2.1