Skip to content

Commit 819040d

Browse files
committed
(doc) update stdlib compatibilty
part of issue #9
1 parent 046e3ae commit 819040d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fact). Pull requests for other platforms are welcomed.
99

1010
## Dependencies ##
1111

12-
* puppetlabs-stdlib >= 2.6.0 (may work with earlier versions)
12+
* puppetlabs-stdlib >= 2.7.0 (may work with earlier versions)
1313

1414
# Usage #
1515

@@ -28,8 +28,8 @@ but this can easily be expanded to others.
2828
## Example ##
2929

3030
<pre><code>
31-
include ssl
32-
31+
class { 'ssl': package => 'openssl98' }
32+
3333
ssl::cert { 'www.example.com':
3434
alt_names => [ 'www2.example.com' ],
3535
country => 'US',
@@ -51,7 +51,7 @@ See LICENSE file
5151
Copyright
5252
---------
5353

54-
Copyright &copy; 2013 The Regents of the University of California
54+
Copyright &copy; 2014 The Regents of the University of California
5555

5656
Contributors:
5757
-------------

0 commit comments

Comments
 (0)