Skip to content

Commit

Permalink
Expanding usage comment in classes to follow convention
Browse files Browse the repository at this point in the history
  • Loading branch information
createdbypete committed Aug 22, 2013
1 parent 420301b commit b67da94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/idrac7.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Public: Dell DRAC and Java 7 Certificate Fix
# http://people.binf.ku.dk/~hanne/b2evolution/blogs/index.php/2012/08/09/dell-idrac-7-will-not
#
# Examples
#
# include java::idrac7
class java::idrac7 {
include java

Expand Down
4 changes: 4 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Public: installs java jre-7u21
#
# Examples
#
# include java
class java {
$jre_url = 'https://s3.amazonaws.com/boxen-downloads/java/jre-7u21-macosx-x64.dmg'
$jdk_url = 'https://s3.amazonaws.com/boxen-downloads/java/jdk-7u21-macosx-x64.dmg'
Expand Down

0 comments on commit b67da94

Please sign in to comment.