Skip to content

Commit

Permalink
Merge pull request #215 from ripienaar/207.3
Browse files Browse the repository at this point in the history
(#207) fix paths to facts cache
  • Loading branch information
ripienaar authored Dec 29, 2020
2 parents eb9ec38 + f1840b7 commit 9ff8a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ choria::server_config:
classesfile: "/opt/puppetlabs/puppet/cache/state/classes.txt"
rpcaudit: 1
plugin.rpcaudit.logfile: "/var/log/choria-audit.log"
plugin.yaml: "/etc/puppetlabs/mcollective/generated-facts.yaml"
plugin.yaml: "/etc/choria/generated-facts.yaml"
plugin.choria.agent_provider.mcorpc.agent_shim: "/usr/bin/choria_mcollective_agent_compat.rb"
plugin.choria.agent_provider.mcorpc.config: "/etc/choria/choria-shim.cfg"
plugin.choria.agent_provider.mcorpc.libdir: "/opt/puppetlabs/mcollective/plugins"
Expand Down
2 changes: 1 addition & 1 deletion data/os/FreeBSD.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
choria::server_config:
classesfile: "/var/puppet/state/classes.txt"
plugin.yaml: "/usr/local/etc/mcollective/generated-facts.yaml"
plugin.yaml: "/usr/local/etc/choria/generated-facts.yaml"
plugin.choria.agent_provider.mcorpc.agent_shim: "/usr/local/bin/choria_mcollective_agent_compat.rb"
plugin.choria.agent_provider.mcorpc.config: "/usr/local/etc/choria/choria-shim.cfg"
plugin.choria.agent_provider.mcorpc.libdir: "/usr/local/share"
Expand Down

0 comments on commit 9ff8a1b

Please sign in to comment.