public
Description: Server automation framework and application
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/lak/puppet.git
Click here to lend your support to: puppet and make a donation at www.pledgie.com !
Reverting the version so my release process works

Signed-off-by: Luke Kanies <luke@madstop.com>
lak (author)
Wed Jul 23 16:20:03 -0700 2008
commit  4dffaf3ec55de8a40276fb44516f2dbb2b90fc08
tree    9112a71ed33bb3ba02aa38e9e66206b769f8997e
parent  aac7dd1cc2da1d90218b54ca06a5703923b63fa9
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@
0
 
0
 Summary: A network tool for managing many disparate systems
0
 Name: puppet
0
-Version: 0.24.5
0
+Version: 0.24.4
0
 Release: 1%{?dist}
0
 License: GPLv2+
0
 Group: System Environment/Base
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ require 'puppet/util/suidmanager'
0
 # it's also a place to find top-level commands like 'debug'
0
 
0
 module Puppet
0
- PUPPETVERSION = '0.24.5'
0
+ PUPPETVERSION = '0.24.4'
0
 
0
     def Puppet.version
0
         return PUPPETVERSION

Comments

    No one has commented yet.