aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 14:41:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 14:41:19 -0300
commit331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf (patch)
treef748782b4fca9111bc15d639e758b3ea24014be8 /manifests
parentc1e4be5c3cb7320c2288ad9a7f834a6873d5cae6 (diff)
downloadpuppet-bootstrap-331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf.tar.gz
puppet-bootstrap-331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf.tar.bz2
Template fix (2)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/bootstrap/configurator.pp2
1 files changed, 1 insertions, 1 deletions
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"),