Skip to content

Commit f361c82

Browse files
committed
Move 'timeout' param to class doc in readme
The description of the 'timeout' parameter was misplaced in the README. It's actually a parameter for the base class - the class that installs IBM Installation Manager itself - not the type for managing IBM packages.
1 parent 1c12c90 commit f361c82

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ be undesirable.
132132
Options to pass to the installer. Defaults to `-acceptLicense -s -log
133133
/tmp/IM_install.${timestamp}.log.xml -installationDirectory ${target}`
134134

135+
##### timeout
136+
137+
A timeout for the installation. Basically, how long should we wait for
138+
Installation Manager to install, in seconds? It can take a while. Puppet's
139+
default is 300, which can easily be exceeded by Installation Manager. The
140+
module's default is 900. You may need to increase this if you run into issues
141+
where Puppet gives up (exeeded timeout) before the installation has completed.
142+
135143
### Type: ibm_pkg
136144

137145
A custom type called `ibm_pkg` is provided that can be used to install
@@ -217,14 +225,6 @@ IBM's documentation for details. Basically, it'll be a self-contained
217225
installation, and that might be undesirable. It won't share installation
218226
data with the rest of the system. You probably want to install as root.
219227

220-
##### timeout
221-
222-
A timeout for the installation. Basically, how long should we wait for
223-
Installation Manager to install, in seconds? It can take a while. Puppet's
224-
default is 300, which can easily be exceeded by Installation Manager. The
225-
module's default is 900. You may need to increase this if you run into issues
226-
where Puppet gives up (exeeded timeout) before the installation has completed.
227-
228228
## Limitations
229229

230230
Tested with RHEL 6 x86_64 and IBM Installation Manager 1.8.1 and 1.6.x

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joshbeard-ibm_installation_manager",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "joshbeard",
55
"summary": "Manages IBM Installation Manager and IBM packages",
66
"license": "Apache 2.0",

0 commit comments

Comments
 (0)