From feebedd45419a8ba977c7c98394f976562783d1a Mon Sep 17 00:00:00 2001 From: Adrian Rossouw Date: Wed, 27 Oct 2010 01:50:26 +0200 Subject: [PATCH] fully qualify the a2enmod binaries. mention indentation issues. --- README | 1 + manifests/http.pp | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 68244d8..485e783 100644 --- a/README +++ b/README @@ -114,3 +114,4 @@ What isn't working? * Docs and cleaning it up. * Only supports Aegir HEAD atm because it needs the hosting-import command to add the servers to the front end. + * Indentation is atrocious due to me editing this on remote servers with incorrent vi settings. diff --git a/manifests/http.pp b/manifests/http.pp index 5d36cdc..f84c9aa 100644 --- a/manifests/http.pp +++ b/manifests/http.pp @@ -57,13 +57,13 @@ } exec { "enable mod rewrite" : - command => "a2enmod rewrite" + command => "/usr/sbin/a2enmod rewrite" } if $apache_ssl { - exec { "enable apache openssl" : - command => "a2enmod ssl", - } + exec { "enable apache openssl" : + command => "/user/sbin/a2enmod ssl", + } $service_type = 'apache_ssl' if $aegir_host == $fqdn {