After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744976 - Linting sssd
Linting sssd
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Apprentices
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2015-02-22 18:37 UTC by Tobias Mueller
Modified: 2015-02-24 18:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Linting sssd (8.60 KB, patch)
2015-02-22 18:37 UTC, Tobias Mueller
committed Details | Review

Description Tobias Mueller 2015-02-22 18:37:13 UTC
Created attachment 297588 [details] [review]
Linting sssd

Reduces messages to

[tobiasmue@bastion puppet.git]$ puppet-lint modules//sssd/manifests/init.pp
ERROR: sssd::base not in autoload module layout on line 1
ERROR: sssd::client not in autoload module layout on line 35
ERROR: sssd::ubuntu not in autoload module layout on line 87
WARNING: indentation of => is not properly aligned on line 5
WARNING: indentation of => is not properly aligned on line 6
WARNING: indentation of => is not properly aligned on line 37
WARNING: indentation of => is not properly aligned on line 38
WARNING: indentation of => is not properly aligned on line 39
WARNING: indentation of => is not properly aligned on line 40
WARNING: indentation of => is not properly aligned on line 41
WARNING: indentation of => is not properly aligned on line 42
WARNING: indentation of => is not properly aligned on line 43
WARNING: indentation of => is not properly aligned on line 70
WARNING: indentation of => is not properly aligned on line 71
WARNING: indentation of => is not properly aligned on line 72
WARNING: indentation of => is not properly aligned on line 73
WARNING: class not documented on line 1
WARNING: class not documented on line 35
[tobiasmue@bastion puppet.git]$
Comment 1 Andrea Veri 2015-02-24 18:01:00 UTC
Comment on attachment 297588 [details] [review]
Linting sssd

Committed. Thanks!