Revision
476
Author
dmorgan
Date
2010-11-26 13:48:53 +0100 (Fri, 26 Nov 2010)

Log Message

Fix ident

Modified Paths

Modified: puppet/modules/catdap/manifests/init.pp
===================================================================
--- puppet/modules/catdap/manifests/init.pp	2010-11-25 17:48:15 UTC (rev 475)
+++ puppet/modules/catdap/manifests/init.pp	2010-11-26 12:48:53 UTC (rev 476)
@@ -25,7 +25,7 @@
     
     file { "$catdap_location/catdap_local.yml":
         ensure => present,
-	owner => root,
+        owner => root,
         group => apache,
         mode => 640,
         content => template("catdap/catdap_local.yml"),