-
Notifications
You must be signed in to change notification settings - Fork 58
Enable mountd_port parameter for Red Hat. #35
Conversation
ensure => present, | ||
target => '/etc/sysconfig/nfs', | ||
variable => 'MOUNTD_PORT', | ||
value => "${mountd_port}", |
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.
manifests/server/redhat.pp - WARNING: string containing only a variable on line 25
Thats a reason why travis CI shows an error.
Fixed the issue on line 25. Aside: .gitignore doesn't include Gemfile.lock. Do you want me to include that in this PR in the same or separate commit or fix it in a separate PR? |
You can add it to this PR. Thanks |
Add operatingsystemmajrelease fact to rspec-puppet for future parser Test that operatingsystemmajrelease is defined first
@dwerder Whew, I think I abused TravisCI enough to discover the fix to the future parser issues and such. This should be ready for review/merge now! |
Enable mountd_port parameter for Red Hat.
@dwerder Thanks! What's the timeframe for releasing a new version on the forge? Just need to know when I can modify the Puppetfile back to the forge ref. |
I will try to release it next week. I am on vacation at the moment ;) |
Bad Daniel! :) Enjoy your vacation, I'll point to github for now. Rob Nelson |
Bad Daniel! Enjoy your vacation, I'll point to github for now :) Rob Nelson On Tue, Sep 22, 2015 at 11:56 AM, Daniel Werdermann <
|
No description provided.