Commit aa74b719a650cea17d75041f28e342c02be8349f
1 parent
5eb23772
Exists in
master
Ajuste no apth do diretorio seidados e remocao de linha duplicada
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
manifests/httpd.pp
... | ... | @@ -21,7 +21,6 @@ class seiaio::httpd ( |
21 | 21 | |
22 | 22 | include ::apache::mod::php |
23 | 23 | include ::apache::mod::rewrite |
24 | - include ::apache::mod::php | |
25 | 24 | include ::apache::mod::ssl |
26 | 25 | |
27 | 26 | apache::vhost { $dominio: |
... | ... | @@ -78,8 +77,7 @@ class seiaio::httpd ( |
78 | 77 | recurse => true, |
79 | 78 | } |
80 | 79 | |
81 | - file { '/var/www/html/appsei/sei/ferramentas/wkhtmltopdf-amd64': | |
80 | + file { "${docroot}/sei/ferramentas/wkhtmltopdf-amd64": | |
82 | 81 | mode => '0755', |
83 | 82 | } |
84 | - | |
85 | 83 | } | ... | ... |