Skip to content

Commit 949d538

Browse files
committed
Use puppet-strings to regenerate reference
1 parent 586770b commit 949d538

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

REFERENCE.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Upload a Zend product license to the proper directory
1717

1818
#### Examples
1919

20-
#####
20+
##### With license URL
2121

2222
```puppet
2323
class { 'zend_common::license':
@@ -26,6 +26,9 @@ class { 'zend_common::license':
2626
subscribe => Class['zendhq::package'],
2727
}
2828
```
29+
30+
##### With license text
31+
2932
```puppet
3033
$license = Deferred('vault_lookup::lookup',["licenses/zendhq"], 'https://vault.server.lcl:8200',)
3134
class { 'zend_common::license':
@@ -37,22 +40,24 @@ class { 'zend_common::license':
3740

3841
The following parameters are available in the `zend_common::license` class:
3942

43+
* [`source`](#-zend_common--license--source)
44+
* [`content`](#-zend_common--license--content)
4045

41-
* Optional [`content`](#-zend_common--license--content)
46+
##### <a name="-zend_common--license--source"></a>`source`
4247

43-
##### <a name="-zend_common--license--content"></a>`source`
48+
Data type: `Optional[String[1]]`
4449

45-
Data type: `String[10]`
50+
Source path or puppet URL to license file
4651

47-
The contents (text) of the license file. If this parameter is specified, the parameter `source` will be ignored.
52+
Default value: `undef`
4853

49-
* Optional [`source`](#-zend_common--license--source)
54+
##### <a name="-zend_common--license--content"></a>`content`
5055

51-
##### <a name="-zend_common--license--source"></a>`source`
56+
Data type: `Optional[String[10]]`
5257

53-
Data type: `String[1]`
58+
Contents of the license file
5459

55-
Source path or puppet URL to license file
60+
Default value: `undef`
5661

5762
### <a name="zend_common--repo"></a>`zend_common::repo`
5863

0 commit comments

Comments
 (0)