Upgrade lmgrd and lmutil daemon to version 11.18.1
This commit is contained in:
parent
8a8a9ddd72
commit
51adb58540
|
@ -1,3 +1,7 @@
|
|||
## v2.3.0
|
||||
### Enhancements
|
||||
* Upgrade lmgrd and lmutil daemon to version 11.18.1.
|
||||
|
||||
## v2.2.0
|
||||
|
||||
### Enhancements
|
||||
|
|
|
@ -17,7 +17,7 @@ A role to manage Flexlm daemon and licence/binaries files.
|
|||
|
||||
* **flexlm__required_packages** : List of required packages requested as 'flexlm' dependencies [default : `[]`]
|
||||
* **flexlm__deploy_state** : The desired state this role should achieve. [default : `present`].
|
||||
* **flexlm__lmgrd_version** : Version of `lmgrd` to use [default : `11.16.2.1`].
|
||||
* **flexlm__lmgrd_version** : Version of `lmgrd` to use [default : `11.18.1`].
|
||||
* **flexlm__lmgrd_source** : Source of the `lmgrd` bin to send [default : `usr/local/bin/lmgrd`].
|
||||
* **flexlm__lmgrd_path** : The place to store `lmgrd` bin [default : `/usr/local/bin/lmgrd`].
|
||||
* **flexlm__lmutil_source** : Source of the `lmutil` bin to send [default : `usr/local/bin/lmutil`].
|
||||
|
|
|
@ -35,7 +35,7 @@ flexlm__deploy_state: 'present'
|
|||
#
|
||||
# A symlink will be create to ``lmgrd`` daemon to have a simpler name.
|
||||
#
|
||||
flexlm__lmgrd_version: '11.16.2.1'
|
||||
flexlm__lmgrd_version: '11.18.1'
|
||||
|
||||
# ]]]
|
||||
# .. envvar:: flexlm__lmgrd_path [[[
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue