From d8e004925d39d3091119ccc2ce4d223985a1c2bb Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Fri, 18 Feb 2011 13:35:10 +0000 Subject: typo --- modules/planet/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/planet/manifests') diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index b737b66f..e89c12cf 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -35,8 +35,8 @@ class planet { } file { "index": - path => "/var/www/html/planet.$location/index.php", - ensure => present, + path => "/var/www/html/$planet_location/index.php", + ensure => present owner => planet, group => apache, mode => 755, -- cgit v1.2.1