]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Template fix (2)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Mar 2014 17:41:19 +0000 (14:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Mar 2014 17:41:19 +0000 (14:41 -0300)
manifests/bootstrap/configurator.pp

index 2ebaa31b9b52cc5543e8090db0bceefa0a94e864..18175a3dc36cf07023032d3e6997c9d6eb5390be 100644 (file)
@@ -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"),