diff options
author | Damien Lallement <dams@mageia.org> | 2011-02-18 13:35:10 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-02-18 13:35:10 +0000 |
commit | d8e004925d39d3091119ccc2ce4d223985a1c2bb (patch) | |
tree | a90cb2f4136f80ff77016566e0fe0487c80e16b5 /modules/planet/manifests | |
parent | 3f07d1fd60a38179f6520777a7a6ba2a3a48f9f3 (diff) | |
download | puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.tar puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.tar.gz puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.tar.bz2 puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.tar.xz puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.zip |
typo
Diffstat (limited to 'modules/planet/manifests')
-rw-r--r-- | modules/planet/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |