Initial commit

This commit is contained in:
Jeff McCune
2011-05-23 18:12:37 -07:00
commit 55a2ab8b19
8 changed files with 69 additions and 0 deletions

17
manifests/init.pp Normal file
View File

@@ -0,0 +1,17 @@
# Class: java
#
# This module manages java
#
# Parameters:
#
# Actions:
#
# Requires:
#
# Sample Usage:
#
# [Remember: No empty lines between comments and class definition]
class java {
}