ansible/web_infrastructure
Brendan Jurd 6157a6552f Add word boundary in apache2_module regexp
Add a word boundary \b to the regexp for checking the output of a2{en,dis}mod,
to avoid a false positive for a module that ends with the same text as the
module we're working on.

For example, the previous regexp r'.*spam already enabled' would also match
against 'eggs_spam already enabled'.

Also, get rid of the redundant '.*' from the end of the regexp.
2014-10-02 16:32:30 +10:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
apache2_module.py Add word boundary in apache2_module regexp 2014-10-02 16:32:30 +10:00
django_manage.py file extensions! 2014-09-26 10:37:56 -04:00
htpasswd.py file extensions! 2014-09-26 10:37:56 -04:00
supervisorctl.py file extensions! 2014-09-26 10:37:56 -04:00