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

Ulimit's HardLimit and SoftLimit validator change #764

Merged
merged 2 commits into from
Jul 13, 2017

Conversation

hyksos
Copy link
Contributor

@hyksos hyksos commented Jul 12, 2017

@hyksos
Copy link
Contributor Author

hyksos commented Jul 12, 2017

Copy link
Member

@markpeek markpeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. I was thinking all the limits needed to be 0 or above. Thanks for the memlock reference. Looks like a good change.

@@ -1,5 +1,5 @@
from . import AWSObject, AWSProperty
from .validators import boolean, network_port, positive_integer
from .validators import boolean, network_port, positive_integer, integer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change: can you alphabetize the imports? (put integer between boolean and network_port)

alphabetize the imports as per code review
@markpeek markpeek merged commit 3fe66f2 into cloudtools:master Jul 13, 2017
@markpeek
Copy link
Member

Thank you for the change and the quick additional edit.

dguinane pushed a commit to 7digital/troposphere that referenced this pull request Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants