diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-04-20 14:33:50 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-04-20 14:33:50 +0000 |
commit | 7cc3a2f11463d241e4c62687c0418a98a6fa6a81 (patch) | |
tree | 431259bedaca14b50ada01851a778944c8d58e38 /lib | |
parent | 5436f96b054f6bd3706e147becf0f30552d5fde4 (diff) | |
download | puppet-7cc3a2f11463d241e4c62687c0418a98a6fa6a81.tar.gz puppet-7cc3a2f11463d241e4c62687c0418a98a6fa6a81.tar.xz puppet-7cc3a2f11463d241e4c62687c0418a98a6fa6a81.zip |
adding note about the class variables in the change log
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2400 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/parser/functions.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb index 21de7b6c0..b1e5d7a91 100644 --- a/lib/puppet/parser/functions.rb +++ b/lib/puppet/parser/functions.rb @@ -292,6 +292,10 @@ module Functions end output end + + newfunction(:nodevar, :type = :rvalue, + :doc => "") do + end end end |