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

add parameter to configure storage converter plugins #373

Closed
wants to merge 6 commits into from
Closed

add parameter to configure storage converter plugins #373

wants to merge 6 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 1, 2018

Added hash of properties to apply a storage converter plugin

@@ -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,
Copy link
Member

Choose a reason for hiding this comment

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

datatypes \o/

Copy link
Contributor

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?

Copy link
Member

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

@bastelfreak bastelfreak added the enhancement New feature or request label Mar 1, 2018
@bastelfreak
Copy link
Member

@agarco thanks for the PR! Can you take a look at the failing spec test?

Copy link
Contributor

@vinzent vinzent left a 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

@vinzent
Copy link
Contributor

vinzent commented Apr 27, 2018

@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|
Copy link
Member

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

@vox-pupuli-tasks
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request merge-conflicts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants