Commit aa74b719a650cea17d75041f28e342c02be8349f

Authored by Guto Carvalho
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,7 +21,6 @@ class seiaio::httpd (
21 21
22 include ::apache::mod::php 22 include ::apache::mod::php
23 include ::apache::mod::rewrite 23 include ::apache::mod::rewrite
24 - include ::apache::mod::php  
25 include ::apache::mod::ssl 24 include ::apache::mod::ssl
26 25
27 apache::vhost { $dominio: 26 apache::vhost { $dominio:
@@ -78,8 +77,7 @@ class seiaio::httpd ( @@ -78,8 +77,7 @@ class seiaio::httpd (
78 recurse => true, 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 mode => '0755', 81 mode => '0755',
83 } 82 }
84 -  
85 } 83 }