Skip to content

Commit

Permalink
fully qualify the a2enmod binaries. mention indentation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Rossouw committed Oct 26, 2010
1 parent 898e91d commit feebedd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions manifests/http.pp
Expand Up @@ -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 {
Expand Down

0 comments on commit feebedd

Please sign in to comment.