summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-22 20:31:30 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-03-22 20:31:30 +0000
commit791e4da60c163752514deb34c50f1d1592958afd (patch)
tree2f3a8ddd78574935bbb75e2eb7650537702643c2 /lib/puppet.rb
parent932fd032e0b4cf399d54c1bf14e7fe072626af7b (diff)
downloadpuppet-791e4da60c163752514deb34c50f1d1592958afd.tar.gz
puppet-791e4da60c163752514deb34c50f1d1592958afd.tar.xz
puppet-791e4da60c163752514deb34c50f1d1592958afd.zip
Committing support for group membership management. Currently only works on Linuxes and other OSes that use "useradd" that support -G.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1041 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 429765d74..cb81bc968 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -14,7 +14,7 @@ require 'puppet/util'
#
# it's also a place to find top-level commands like 'debug'
module Puppet
- PUPPETVERSION = '0.15.0'
+ PUPPETVERSION = '0.15.1'
def Puppet.version
return PUPPETVERSION