aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-18 13:35:10 +0000
committerDamien Lallement <dams@mageia.org>2011-02-18 13:35:10 +0000
commitd8e004925d39d3091119ccc2ce4d223985a1c2bb (patch)
treea90cb2f4136f80ff77016566e0fe0487c80e16b5 /modules/planet
parent3f07d1fd60a38179f6520777a7a6ba2a3a48f9f3 (diff)
downloadpuppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.tar
puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.tar.gz
puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.tar.bz2
puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.tar.xz
puppet-d8e004925d39d3091119ccc2ce4d223985a1c2bb.zip
typo
Diffstat (limited to 'modules/planet')
-rw-r--r--modules/planet/manifests/init.pp4
-rw-r--r--modules/planet/templates/index.php1
2 files changed, 3 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,
diff --git a/modules/planet/templates/index.php b/modules/planet/templates/index.php
index 3a8b3534..2247bf7c 100644
--- a/modules/planet/templates/index.php
+++ b/modules/planet/templates/index.php
@@ -15,5 +15,6 @@ foreach(displayloc('.') as $loc)
}
?>
</ul>
+<h3>How to be listed in Planet Mageia</h3>
</body>
</html>