Skip to content

Commit

Permalink
Merge pull request #80 from nperron/ust_3724/int/3742_fix_rudder_weba…
Browse files Browse the repository at this point in the history
…pp_and_irudder_inventory_ldap

Fixes #3742 - Fix rudder-webapp postinst
  • Loading branch information
Nicolas PERRON committed Jul 16, 2013
2 parents bcce93e + a4d6f09 commit 4214e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rudder-webapp/debian/postinst
Expand Up @@ -25,9 +25,11 @@ case "$1" in
SITES_TO_DISABLE="default"
MODULES_TO_ENABLE="dav_fs rewrite proxy_http headers"
for dissite in ${SITES_TO_DISABLE}
do
a2dissite ${dissite} >/dev/null 2>&1
done
for enmod in ${MODULES_TO_ENABLE}
do
a2enmod ${enmod} >/dev/null 2>&1
done
# Add right to apache user to access /var/rudder/inventories/incoming
Expand Down

0 comments on commit 4214e48

Please sign in to comment.