Skip to content

Commit

Permalink
Prepare release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Ganz committed Sep 9, 2019
1 parent 4ec8b87 commit febb341
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file removed images/config.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def main():
parser = ArgumentParser(description="Populate Rundeck list of nodes from PuppetDB")
parser.add_argument("-v", "--verbose", help="increase output verbosity", action="store_true")
parser.add_argument("-d", "--debug", help="increase output to debug messages", action="store_true")

parser.add_argument("--apiurl", help="PuppetDB API url (https://<SERVER>:<PORT>/<API VERSION>)", required=True)
parser.add_argument("--hostgroup", help="Foreman hostgroup", required=True)
parser.add_argument("--keytab", help="Absolute path to kerberos principals keytab (used to authenticate & connect to PuppetDB)", required=True)
Expand Down
6 changes: 3 additions & 3 deletions rundeck-puppetdb-nodes-plugin/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#yaml plugin metadata

name: PuppetDB source
version: 1.4.1
version: 1.4.2
rundeckPluginVersion: 1.0
author: Daniel Fernandez (danielfr@cern.ch), David Moreno Garcia (damoreno@cern.ch), Philippe Ganz (phganz@cern.ch)
date: 2018/08/24
author: Daniel Fernandez (daniel.fernandez@cern.ch), David Moreno Garcia (david.mogar@cern.ch), Philippe Ganz ([email protected]), Nacho Barrientos Arias (nacho.barrientos@cern.ch)
date: 2019/09/09
providers:
- name: rundeck-puppetdb-nodes
service: ResourceModelSource
Expand Down

0 comments on commit febb341

Please sign in to comment.