-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
add parameter to configure storage converter plugins #373
Conversation
@@ -218,6 +221,7 @@ | |||
Hash $framework_config = $rundeck::params::framework_config, | |||
Stdlib::HTTPUrl $grails_server_url = $rundeck::params::grails_server_url, | |||
Hash $gui_config = $rundeck::params::gui_config, | |||
Hash $storage_converter = $rundeck::params::storage_converter, |
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.
datatypes \o/
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.
@bastelfreak is this a positive comment?
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.
sure, I'm always happy about more datatypes
@agarco thanks for the PR! Can you take a look at the failing spec test? |
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.
@agarco is there a some example that could be added as documentation how this storage_converter data looks like?
but overall LGTM
@agarco and maybe rebase the branch and squash all commits to one? (could also be done when merging). |
|
||
describe 'rundeck' do | ||
context 'supported operating systems' do | ||
%w[Debian RedHat].each do |osfamily| |
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.
could you instead use rpsec-puppet-facts? That allows you to easily iterate on all operating systems in metadata.json. An example is https://github.com/voxpupuli/puppet-rundeck/blob/master/spec/classes/config_spec.rb#L6
Dear @ghost, thanks for the PR! This is pccibot, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
Added hash of properties to apply a storage converter plugin