From: Silvio Rhatto Date: Tue, 4 Mar 2014 17:41:19 +0000 (-0300) Subject: Template fix (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf;p=puppet-bootstrap.git Template fix (2) --- 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"),