diff options
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"), |