You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 years ago
..
__init__.py package files 10 years ago
apache2_module.py Add word boundary in apache2_module regexp 10 years ago
django_manage.py file extensions! 10 years ago
htpasswd.py file extensions! 10 years ago
supervisorctl.py file extensions! 10 years ago