From 331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Mar 2014 14:41:19 -0300 Subject: Template fix (2) --- manifests/bootstrap/configurator.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/bootstrap/configurator.pp b/manifests/bootstrap/configurator.pp index 2ebaa31..18175a3 100644 --- a/manifests/bootstrap/configurator.pp +++ b/manifests/bootstrap/configurator.pp @@ -60,7 +60,7 @@ file { "$bootstrap_path/manifests/classes/users.pp": # Site files # -file { "$bootstrap_path/modules/site_apache/htdocs/images/README.html": +file { "$bootstrap_path/modules/site_apache/files/htdocs/images/README.html": ensure => present, mode => 0644, content => template("$templates/apache/htdocs/images/README.html.erb"), -- cgit v1.2.3