-
Notifications
You must be signed in to change notification settings - Fork 36
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
Refs #16253 - Add max speed var to foreman-proxy-content #110
Conversation
9563d35
to
15fc5d4
Compare
manifests/init.pp
Outdated
@@ -33,6 +33,9 @@ | |||
# $pulp_oauth_secret:: OAuth secret to be used for Pulp REST interaction | |||
# type:Optional[String] | |||
# | |||
# $pulp_max_speed:: The maximum download speed for a Pulp task per second. (e.g. "4 Kb" or 1Gb") | |||
# type:string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We moved over to Puppet 4 types, can you change this to be type:Optional[String]
?
c5320de
to
f2e3696
Compare
Not sure why tests are failing, seem unrelated to me? |
It's puppet-lint:
There's a bug in the latest version where it's not rendering the messages. I think it's mostly you have trailing whitespace on some of your lines that needs to be removed. |
\o/ thanks @stbenjam 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Submitted Katello/foreman-installer-modulesync#16 to fix the puppet-lint issue. |
Thanks! |
No description provided.