Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UID is checked, even though it's not part of the definition #8

Closed
timstoop opened this issue Oct 28, 2015 · 2 comments
Closed

UID is checked, even though it's not part of the definition #8

timstoop opened this issue Oct 28, 2015 · 2 comments
Labels

Comments

@timstoop
Copy link

Hi,

This is the snippet I'm using:

"user": {
    "sshd": {
        "exists": true,
        "gid": "65534",
        "groups": [
            "nogroup"
        ],
        "home": "/var/run/sshd"
    },

Which produces this error:

User: sshd: uid: doesn't match, expect: [] found: [107]

I would expect it to not check the uid at all.

@aelsabbahy aelsabbahy added the bug label Oct 28, 2015
aelsabbahy added a commit that referenced this issue Oct 28, 2015
@aelsabbahy
Copy link
Member

Fixed in v0.0.9

@timstoop
Copy link
Author

Nice turn around time :)

petemounce pushed a commit to petemounce/goss that referenced this issue Jun 25, 2019
MVP PR that adds support for disk_usage (total bytes, free bytes and percent available).

Testing strategy:
- ci on linux and windows passes
- goss add disk-usage "invalid dir", goss add disk-usage / and goss validate work as expected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants