From decd3e64711387f9fab4ef6fcfbdf1e6e43745af Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 26 May 2009 23:27:56 +0200 Subject: [PATCH] mv templates/default-index.html modules/apache2/templates/ --- modules/apache2/manifests/init.pp | 2 +- {templates => modules/apache2/templates}/default-index.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {templates => modules/apache2/templates}/default-index.html (100%) diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 29753045..706d40e1 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -31,7 +31,7 @@ class apache2 { mode => 755, ensure => directory; "/srv/www/default.debian.org/htdocs/index.html": - content => template("default-index.html"); + content => template("apache2/default-index.html"); "/var/log/apache2": mode => 755, diff --git a/templates/default-index.html b/modules/apache2/templates/default-index.html similarity index 100% rename from templates/default-index.html rename to modules/apache2/templates/default-index.html -- 2.39.2