You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than user `/pdb/query/v4/facts` use an inventory query to
`pdb/query/v4`.
Also a change of behaviour previously the hostgroup `a/b/c` was searched
as a regex for `a/b/c` in the hostgroup.
Instead a hostgroup such as `a/b/c` is filtered as the and of
`hostgroup_0=a`, `hostgroup_1=b` and `hostgroup_2=c`.
Copy file name to clipboardExpand all lines: rundeck-puppetdb-nodes-plugin/plugin.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
#yaml plugin metadata
2
2
3
3
name: PuppetDB source
4
-
version: 2.1.0
4
+
version: 3.0.0
5
5
rundeckPluginVersion: 1.0
6
-
author: Daniel Fernandez, David Moreno Garcia, Philippe Ganz, Nacho Barrientos Arias (nacho.barrientos@cern.ch), Ignacio Coterillo Coz (ignacio.coterillo.coz@cern.ch)
6
+
author: Daniel Fernandez, David Moreno Garcia, Philippe Ganz, Nacho Barrientos Arias (nacho.barrientos@cern.ch), Ignacio Coterillo Coz (ignacio.coterillo.coz@cern.ch), Steve Traylen (steve.traylen@cern.ch)
0 commit comments