Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/puppet/files: puppet-0.24.1-gentoo.patch digest-puppet-0.24.1 digest-puppet-0.23.0-r1 digest-puppet-0.23.2 digest-puppet-0.22.4-r1
Date: Mon, 07 Jan 2008 14:46:46
Message-Id: E1JBtFT-0008Pv-0V@stork.gentoo.org
1 matsuu 08/01/07 14:46:43
2
3 Added: puppet-0.24.1-gentoo.patch digest-puppet-0.24.1
4 Removed: digest-puppet-0.23.0-r1 digest-puppet-0.23.2
5 digest-puppet-0.22.4-r1
6 Log:
7 Version bumped.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.1 app-admin/puppet/files/puppet-0.24.1-gentoo.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/files/puppet-0.24.1-gentoo.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/files/puppet-0.24.1-gentoo.patch?rev=1.1&content-type=text/plain
15
16 Index: puppet-0.24.1-gentoo.patch
17 ===================================================================
18 diff -Naur puppet-0.24.1.orig/conf/gentoo/puppet/puppet.conf puppet-0.24.1/conf/gentoo/puppet/puppet.conf
19 --- puppet-0.24.1.orig/conf/gentoo/puppet/puppet.conf 1970-01-01 09:00:00.000000000 +0900
20 +++ puppet-0.24.1/conf/gentoo/puppet/puppet.conf 2008-01-07 23:24:05.000000000 +0900
21 @@ -0,0 +1,29 @@
22 +[main]
23 + # Where Puppet stores dynamic and growing data.
24 + # The default value is '/var/puppet'.
25 + vardir = /var/lib/puppet
26 +
27 + # The Puppet log directory.
28 + # The default value is '$vardir/log'.
29 + logdir = /var/log/puppet
30 +
31 + # Where Puppet PID files are kept.
32 + # The default value is '$vardir/run'.
33 + rundir = /var/run/puppet
34 +
35 + # Where SSL certificates are kept.
36 + # The default value is '$confdir/ssl'.
37 + ssldir = $vardir/ssl
38 +
39 +[puppetd]
40 + # The file in which puppetd stores a list of the classes
41 + # associated with the retrieved configuratiion. Can be loaded in
42 + # the separate ``puppet`` executable using the ``--loadclasses``
43 + # option.
44 + # The default value is '$confdir/classes.txt'.
45 + classfile = $vardir/classes.txt
46 +
47 + # Where puppetd caches the local configuration. An
48 + # extension indicating the cache format is added automatically.
49 + # The default value is '$confdir/localconfig'.
50 + localconfig = $vardir/localconfig
51 diff -Naur puppet-0.24.1.orig/conf/gentoo/puppet/puppetca.conf puppet-0.24.1/conf/gentoo/puppet/puppetca.conf
52 --- puppet-0.24.1.orig/conf/gentoo/puppet/puppetca.conf 2007-11-01 04:44:27.000000000 +0900
53 +++ puppet-0.24.1/conf/gentoo/puppet/puppetca.conf 1970-01-01 09:00:00.000000000 +0900
54 @@ -1,29 +0,0 @@
55 -[puppet]
56 - # Where Puppet stores dynamic and growing data.
57 - # The default value is '/var/puppet'.
58 - vardir = /var/lib/puppet
59 -
60 - # The Puppet log directory.
61 - # The default value is '$vardir/log'.
62 - logdir = /var/log/puppet
63 -
64 - # Where Puppet PID files are kept.
65 - # The default value is '$vardir/run'.
66 - rundir = /var/run/puppet
67 -
68 - # Where SSL certificates are kept.
69 - # The default value is '$confdir/ssl'.
70 - ssldir = $vardir/ssl
71 -
72 -[puppetd]
73 - # The file in which puppetd stores a list of the classes
74 - # associated with the retrieved configuratiion. Can be loaded in
75 - # the separate ``puppet`` executable using the ``--loadclasses``
76 - # option.
77 - # The default value is '$confdir/classes.txt'.
78 - classfile = $vardir/classes.txt
79 -
80 - # Where puppetd caches the local configuration. An
81 - # extension indicating the cache format is added automatically.
82 - # The default value is '$confdir/localconfig'.
83 - localconfig = $vardir/localconfig
84 diff -Naur puppet-0.24.1.orig/conf/gentoo/puppet/puppetd.conf puppet-0.24.1/conf/gentoo/puppet/puppetd.conf
85 --- puppet-0.24.1.orig/conf/gentoo/puppet/puppetd.conf 2007-11-01 04:44:27.000000000 +0900
86 +++ puppet-0.24.1/conf/gentoo/puppet/puppetd.conf 1970-01-01 09:00:00.000000000 +0900
87 @@ -1,29 +0,0 @@
88 -[puppet]
89 - # Where Puppet stores dynamic and growing data.
90 - # The default value is '/var/puppet'.
91 - vardir = /var/lib/puppet
92 -
93 - # The Puppet log directory.
94 - # The default value is '$vardir/log'.
95 - logdir = /var/log/puppet
96 -
97 - # Where Puppet PID files are kept.
98 - # The default value is '$vardir/run'.
99 - rundir = /var/run/puppet
100 -
101 - # Where SSL certificates are kept.
102 - # The default value is '$confdir/ssl'.
103 - ssldir = $vardir/ssl
104 -
105 -[puppetd]
106 - # The file in which puppetd stores a list of the classes
107 - # associated with the retrieved configuratiion. Can be loaded in
108 - # the separate ``puppet`` executable using the ``--loadclasses``
109 - # option.
110 - # The default value is '$confdir/classes.txt'.
111 - classfile = $vardir/classes.txt
112 -
113 - # Where puppetd caches the local configuration. An
114 - # extension indicating the cache format is added automatically.
115 - # The default value is '$confdir/localconfig'.
116 - localconfig = $vardir/localconfig
117 diff -Naur puppet-0.24.1.orig/conf/gentoo/puppet/puppetmasterd.conf puppet-0.24.1/conf/gentoo/puppet/puppetmasterd.conf
118 --- puppet-0.24.1.orig/conf/gentoo/puppet/puppetmasterd.conf 2007-11-01 04:44:27.000000000 +0900
119 +++ puppet-0.24.1/conf/gentoo/puppet/puppetmasterd.conf 1970-01-01 09:00:00.000000000 +0900
120 @@ -1,29 +0,0 @@
121 -[puppet]
122 - # Where Puppet stores dynamic and growing data.
123 - # The default value is '/var/puppet'.
124 - vardir = /var/lib/puppet
125 -
126 - # The Puppet log directory.
127 - # The default value is '$vardir/log'.
128 - logdir = /var/log/puppet
129 -
130 - # Where Puppet PID files are kept.
131 - # The default value is '$vardir/run'.
132 - rundir = /var/run/puppet
133 -
134 - # Where SSL certificates are kept.
135 - # The default value is '$confdir/ssl'.
136 - ssldir = $vardir/ssl
137 -
138 -[puppetd]
139 - # The file in which puppetd stores a list of the classes
140 - # associated with the retrieved configuratiion. Can be loaded in
141 - # the separate ``puppet`` executable using the ``--loadclasses``
142 - # option.
143 - # The default value is '$confdir/classes.txt'.
144 - classfile = $vardir/classes.txt
145 -
146 - # Where puppetd caches the local configuration. An
147 - # extension indicating the cache format is added automatically.
148 - # The default value is '$confdir/localconfig'.
149 - localconfig = $vardir/localconfig
150 diff -Naur puppet-0.24.1.orig/lib/puppet/provider/service/gentoo.rb puppet-0.24.1/lib/puppet/provider/service/gentoo.rb
151 --- puppet-0.24.1.orig/lib/puppet/provider/service/gentoo.rb 2007-11-01 04:44:27.000000000 +0900
152 +++ puppet-0.24.1/lib/puppet/provider/service/gentoo.rb 2008-01-07 23:24:10.000000000 +0900
153 @@ -29,7 +29,7 @@
154 return :false unless line
155
156 # If it's enabled then it will print output showing service | runlevel
157 - if output =~ /#{@resource[:name]}\s*|\s*default/
158 + if output =~ /#{@resource[:name]}\s*\|\s*default/
159 return :true
160 else
161 return :false
162
163
164
165 1.1 app-admin/puppet/files/digest-puppet-0.24.1
166
167 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/files/digest-puppet-0.24.1?rev=1.1&view=markup
168 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/puppet/files/digest-puppet-0.24.1?rev=1.1&content-type=text/plain
169
170 Index: digest-puppet-0.24.1
171 ===================================================================
172 MD5 74111be5615714ac980473e8d24b52db puppet-0.24.1.tgz 678506
173 RMD160 7d52e6659a1acc4251a8fc4fc5ea37df2961f2c2 puppet-0.24.1.tgz 678506
174 SHA256 5ed1dc3da91124f3c1e701c9727ee7bb7747e8abcc612bc47c808015a0f3bba6 puppet-0.24.1.tgz 678506
175
176
177
178 --
179 gentoo-commits@l.g.o mailing list