diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-17 07:11:50 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-17 07:11:50 +0000 |
commit | 3700b37e2386e7dbaabd90b7ba13c3dce06203d2 (patch) | |
tree | 28a691598edd5e56332c0d8e254263fb4fe8a9f4 /lib/puppet/parameter.rb | |
parent | 92a780a3106f863e442c12897184abbe39fe3310 (diff) | |
download | puppet-3700b37e2386e7dbaabd90b7ba13c3dce06203d2.tar.gz puppet-3700b37e2386e7dbaabd90b7ba13c3dce06203d2.tar.xz puppet-3700b37e2386e7dbaabd90b7ba13c3dce06203d2.zip |
Adding an "ensure" state where appropriate, and significantly reworking the builtin docs.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@832 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/parameter.rb')
-rw-r--r-- | lib/puppet/parameter.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/puppet/parameter.rb b/lib/puppet/parameter.rb index 6f3b0f184..d6662ef1a 100644 --- a/lib/puppet/parameter.rb +++ b/lib/puppet/parameter.rb @@ -15,6 +15,12 @@ module Puppet end end + def nodefault + undef_method :default + #if defined_method? :default + #end + end + # Store documentation for this parameter. def desc(str) @doc = str |