We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046e3ae commit 819040dCopy full SHA for 819040d
README.markdown
@@ -9,7 +9,7 @@ fact). Pull requests for other platforms are welcomed.
9
10
## Dependencies ##
11
12
-* puppetlabs-stdlib >= 2.6.0 (may work with earlier versions)
+* puppetlabs-stdlib >= 2.7.0 (may work with earlier versions)
13
14
# Usage #
15
@@ -28,8 +28,8 @@ but this can easily be expanded to others.
28
## Example ##
29
30
<pre><code>
31
- include ssl
32
-
+ class { 'ssl': package => 'openssl98' }
+
33
ssl::cert { 'www.example.com':
34
alt_names => [ 'www2.example.com' ],
35
country => 'US',
@@ -51,7 +51,7 @@ See LICENSE file
51
Copyright
52
---------
53
54
-Copyright © 2013 The Regents of the University of California
+Copyright © 2014 The Regents of the University of California
55
56
Contributors:
57
-------------
0 commit comments