diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2011-05-24 11:06:30 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2011-05-24 11:06:30 -0700 |
commit | 6e9d0465bc695b45c4f4ac76d74795b6edfc625d (patch) | |
tree | 5d1166aec9ffa864b2cf22d316dcc6c5f19f69dc /manifests |
Initial commit
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 17 | ||||
-rw-r--r-- | manifests/stages.pp | 0 |
2 files changed, 17 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..a3f2406 --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,17 @@ +# Class: stdlib +# +# This module manages stdlib +# +# Parameters: +# +# Actions: +# +# Requires: +# +# Sample Usage: +# +# [Remember: No empty lines between comments and class definition] +class stdlib { + + +} diff --git a/manifests/stages.pp b/manifests/stages.pp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/manifests/stages.pp |