File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,15 @@ ibm_impkg { 'com.ibm.websphere.NDTRIAL.v85':
89
89
}
90
90
```
91
91
92
+ Example of using the included ` ibm_impkg ` type with a custom response file.
93
+
94
+ ``` puppet
95
+ ibm_impkg { 'com.ibm.websphere.NDTRIAL.v85':
96
+ ensure => 'present',
97
+ response => '/mnt/resources/was_response_file.xml',
98
+ }
99
+ ```
100
+
92
101
## Reference
93
102
94
103
### Class: ibm_installation_manager
@@ -138,6 +147,11 @@ software with IBM Installation Manager. By default, this includes an `imcl`
138
147
provider, which uses the Installation Manager's ` imcl ` command-line tool to
139
148
handle installation.
140
149
150
+ The resource does not currently handle upgrading packages in the traditional
151
+ sense. Basically, the provider will make sure that the specified version _ or
152
+ greater_ is installed. This is partly due to the nature of how IBM software
153
+ is deployed (by a downloaded/extracted archive).
154
+
141
155
#### Parameters
142
156
143
157
##### ensure
You can’t perform that action at this time.
0 commit comments