Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #539 from ripienaar/538
Browse files Browse the repository at this point in the history
(#538) ensure json serializer is used on AIO 6
  • Loading branch information
ripienaar authored Nov 27, 2018
2 parents ad52fff + 70682d0 commit 89ae0d4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "nats-pure", "~> 0.4"
gem "nats-pure", "~> 0.5"

group :development, :test do
gem "coveralls"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ DEPENDENCIES
listen (~> 3)
mcollective-client
mocha
nats-pure (~> 0.4)
nats-pure (~> 0.5)
puppet (~> 5.4)
rake
rspec
Expand Down
2 changes: 2 additions & 0 deletions module/choria/data/puppet_aio/6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mcollective_choria::config:
security.serializer: "json"
5 changes: 5 additions & 0 deletions module/choria/hiera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ defaults:
hierarchy:
- name: "Distribution Name"
path: "%{facts.os.name}.yaml"

- name: "AIO version specific common"
path: "puppet_aio/%{facts.mcollective.aio_major_version}.yaml"

- name: "plugin"
path: "plugin.yaml"

- name: "defaults"
path: "defaults.yaml"
4 changes: 2 additions & 2 deletions module/choria/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"project_page": "https://github.com/choria-io/mcollective-choria/wiki",
"issues_url": "https://github.com/choria-io/mcollective-choria/issues",
"dependencies": [
{ "name": "choria/mcollective","version_requirement":">= 0.7.0 < 2.0.0"},
{ "name": "choria/mcollective","version_requirement":">= 0.9.0 < 2.0.0"},
{ "name": "choria/mcollective_agent_puppet", "version_requirement": ">= 2.2.0" },
{ "name": "choria/mcollective_agent_package", "version_requirement": ">= 5.0.1" },
{ "name": "choria/mcollective_agent_service", "version_requirement": ">= 4.0.1" },
Expand All @@ -18,7 +18,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.9.0 < 6.0.0"
"version_requirement": ">= 4.9.0 < 7.0.0"
}
]
}

0 comments on commit 89ae0d4

Please sign in to comment.