summaryrefslogtreecommitdiffstats
path: root/puppet/modules/java
Commit message (Collapse)AuthorAgeFilesLines
* Temporary fix for windows JavaHeikki Halmet2013-05-171-11/+15
| | | | | | Change-Id: I279720f7b33e8275c0ed8a2f170f3e2f20a99610 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
* Fix to Java windows fetch commandHeikki Halmet2013-05-151-2/+3
| | | | | | | | This fix will add option "cookie" so the module is able to download the Java from current URL Change-Id: Ifb4e3cbc744b6cdf81ff98531509bd77eacd6779 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
* Install java for Windows nodes with PuppetHeikki Halmet2013-05-143-0/+85
| | | | | | | | | This will install Java for windows. Java's Product code will be saved and it will be used to uninstall java when java version is changed. Change-Id: I17a2ea66202128c469a9947ddf1366521955077f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
* puppet: fixed dynamically scoped references to factsRohan McGovern2012-07-301-1/+1
| | | | | | | | | | | | | Since puppet 2.7, dynamic variable lookup is deprecated. Variables should be explicitly scoped to a namespace, or '$::' for globals (including facts). Fixes some warnings of the form: Dynamic lookup of $somevar at somefile is deprecated. Change-Id: I7bd84ee73f9c911e28c00a7795cb92ec8ef6dee4 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Added new module, jenkins_slave.Rohan McGovern2012-07-022-0/+9
jenkins_slave deploys a jenkins node on Windows or Linux. The slave name is equal to the fqdn of the test machine and must be pre-configured in the jenkins master before this module can be used. The Windows implementation required some minor refactoring and the addition of an implementation of the 'startup' defined type on Windows. The installation of the Java virtual machine was split into a separate module, since both Pulse and Jenkins depend on this. Note that no nodes are yet assigned as Jenkins slaves. Change-Id: I23e14564e2bd65fda607527107f4d7b6e7aea5e0 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>