Bug ID | 745098 |
---|---|
Summary | Linting HTTPD module |
Classification | Infrastructure |
Product | sysadmin |
Version | unspecified |
OS | Linux |
Status | NEW |
Severity | normal |
Priority | Normal |
Component | Apprentices |
Assignee | sysadmin-maint@gnome.bugs |
Reporter | daniel.mustieles@gmail.com |
QA Contact | sysadmin-maint@gnome.bugs |
GNOME version | --- |
Created attachment 297786 [details] [review] Make HTTPD module lint compliant Here is a patch to make HTTPD module lint-compliant. I've splitted several classes and defines into separate files, but still got the error in autoload module in some of them, but I don't know why (I've followed the same steps I did with the sudo module...) Also, there is a warning about referencing files with puppet:/// without modules/. I guess this is beacuse cert files and so were removed from this module's files folder so, to avoid this warnings, you have to use the --no-puppet_url_without_modules-check when running the puppet-lint command. Maybe it would be interesstin to add this parameter to the pre-commit check I proposed in #744654 to avoid this check Thanks!