diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 14:41:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-04 14:41:19 -0300 |
commit | 331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf (patch) | |
tree | f748782b4fca9111bc15d639e758b3ea24014be8 /manifests | |
parent | c1e4be5c3cb7320c2288ad9a7f834a6873d5cae6 (diff) | |
download | puppet-bootstrap-331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf.tar.gz puppet-bootstrap-331ac64ee24581d4ca3c1a8f78fdc0f51de7aacf.tar.bz2 |
Template fix (2)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/bootstrap/configurator.pp | 2 |
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"), |