Update to 0.25.1 because 0.25.0 was utterly broken.
This commit is contained in:
parent
559a1450b8
commit
32e0d01de1
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2009/09/21 08:01:20 msf Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2009/11/11 00:07:13 robert Exp $
|
||||
|
||||
COMMENT= centralised configuration management for networks
|
||||
|
||||
VERSION= 0.25.0
|
||||
VERSION= 0.25.1
|
||||
DISTNAME= puppet-${VERSION}
|
||||
PKGNAME= ruby-${DISTNAME}
|
||||
CATEGORIES= sysutils net
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (puppet-0.25.0.tar.gz) = iQD/hyYCGQIJSe4NIaeh/w==
|
||||
RMD160 (puppet-0.25.0.tar.gz) = 7vnlIAlZ619iwdBBmVcVj80oIc4=
|
||||
SHA1 (puppet-0.25.0.tar.gz) = g5YQPeuRttgAjZ3xBCKn9wBxwb8=
|
||||
SHA256 (puppet-0.25.0.tar.gz) = 16w9wcstdOmbZisCWZ5dBFw9NNTha7j2aGuJlEBEOjs=
|
||||
SIZE (puppet-0.25.0.tar.gz) = 1405924
|
||||
MD5 (puppet-0.25.1.tar.gz) = Vc7WEC/mrYsuyysThACBZw==
|
||||
RMD160 (puppet-0.25.1.tar.gz) = Kyu1sN7wPd7r6Z3x7ilki2vKeU0=
|
||||
SHA1 (puppet-0.25.1.tar.gz) = x5G48GpXdcY6qitIv/rwVAw9P4g=
|
||||
SHA256 (puppet-0.25.1.tar.gz) = uRl1t/YwT8pBawvCZgZjn8g4t1I3wEm0sEGd/n5omww=
|
||||
SIZE (puppet-0.25.1.tar.gz) = 1388451
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2009/09/21 08:01:20 msf Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/11/11 00:07:13 robert Exp $
|
||||
@newgroup _puppet:580
|
||||
@newuser _puppet:580:580:daemon:Puppet user:/var/empty:/sbin/nologin
|
||||
bin/filebucket
|
||||
@ -47,9 +47,16 @@ lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/nagios/
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/nagios.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/nagios/base.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/nagios/parser.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/pson/
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/pson/common.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/pson/pure/
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/pson/pure.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/pson/pure/generator.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/pson/pure/parser.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/external/pson/version.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/feature/
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/feature/base.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/feature/json.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/feature/pson.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/feature/rack.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/feature/rails.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/feature/rubygems.rb
|
||||
@ -532,7 +539,6 @@ lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/filetype.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/graph.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/inifile.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/instance_loader.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/json.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/ldap/
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/ldap.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/ldap/connection.rb
|
||||
@ -551,6 +557,7 @@ lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/package.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/pidlock.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/posix.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/provider_features.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/pson.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/queue/
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/queue.rb
|
||||
lib/ruby/site_ruby/${MODRUBY_REV}/puppet/util/queue/stomp.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user