puppet 0.25.2 → 0.25.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puppet might be problematic. Click here for more details.

data/CHANGELOG CHANGED
@@ -1,15 +1,27 @@
1
+ 0.25.3
2
+ ======
3
+ f8c1b08 Reversion of pipe IO patch for testing on #3025
4
+ 7f25805 Fix #1464 Mount complains about missing fields
5
+ c99f394 Fix #2845 Cron entries using "special" parameter lose their title when changed
6
+ 0a7e212 Fix #2887 'service' tests paths too early
7
+ dd22b71 Replaced ugly gem creation task with slightly less ugly task
8
+ d0efcc6 Added tasks directory to Rakefile and gem task file lists
9
+ 8a6d66e Added puppetpackages task description
10
+
1
11
  0.25.2
2
12
  ======
13
+
14
+ eada68a Updated CHANGELOG for 0.25.2
3
15
  6111ba8 Fix for temporary file security whole
4
16
  e7d98cc Fix for #2999 (absent package handling on solaris)
5
17
  87136b4 Fix typo in documentation: wheter vs. whether.
6
18
  cbc2ef0 Partial rollback of refinements to fix for #2994
7
19
  fd631b9 Do not close stdout or stderr in execute.
8
20
  f878fe8 Update Red Hat spec file for 0.25.2
21
+ 4394c48 Updated CHANGELOG for 0.25.2rc3
9
22
 
10
23
  0.25.2rc3
11
24
  =========
12
- 4394c48 Updated CHANGELOG for 0.25.2rc3
13
25
  13cbf04 ReFix 2675 ending slash in directory should get stripped off
14
26
  5c6f07b Use a pipe instead of a temp file for command output.
15
27
  7e64393 Additional fix for #2994 (followed symlinks do not have checksums)
@@ -20,8 +32,24 @@ c84186a Revert "Fix for #2731 (problem communicating with processes in SELinux)
20
32
  d1ff4b3 Fix for #2994 (undefined method "_file" message)
21
33
  4d81511 fix #2987 - check correct hash entry
22
34
 
23
- 0.25.2rc2
24
- =========
35
+ 0.25.2
36
+ ======
37
+ 6111ba8 Fix for temporary file security whole
38
+ e7d98cc Fix for #2999 (absent package handling on solaris)
39
+ 87136b4 Fix typo in documentation: wheter vs. whether.
40
+ cbc2ef0 Partial rollback of refinements to fix for #2994
41
+ fd631b9 Do not close stdout or stderr in execute.
42
+ f878fe8 Update Red Hat spec file for 0.25.2
43
+ 4394c48 Updated CHANGELOG for 0.25.2rc3
44
+ 13cbf04 ReFix 2675 ending slash in directory should get stripped off
45
+ 5c6f07b Use a pipe instead of a temp file for command output.
46
+ 7e64393 Additional fix for #2994 (followed symlinks do not have checksums)
47
+ 7e2e12b Fix for #2995 (don't fail to load PSON when UTF-8 missing)
48
+ c84186a Revert "Fix for #2731 (problem communicating with processes in SELinux)"
49
+ 74d9693 Updated man pages for 0.25.2
50
+ 7e2b1e9 Fix for #2995 (don't fail to load PSON when UTF-8 missing)
51
+ d1ff4b3 Fix for #2994 (undefined method "_file" message)
52
+ 4d81511 fix #2987 - check correct hash entry
25
53
  682000b Updated CHANGELOG for 0.25.2rc2
26
54
  e4bb529 Fix for #2967 (RFC-1123 problem and regression on wildcarded domains)
27
55
  776be7c Updated CHANGELOG
@@ -146,6 +174,45 @@ b8470b8 Fix #2757 & CSR 92 (symlinks in recursively managed dirs)
146
174
  eca338c Fix for #2772 (webrick test failures)
147
175
  b1c57e9 Al Hoang's patch for #2781, removing obsolete when/: syntax
148
176
  50e9c98 Follow-on for #2724 - Adding an external node classifier
177
+ 2f0b1e5 Updated CHANGELOG
178
+ 20e5222 Fixing #2689 - file owner warnings are reduced
179
+ 09fb3f7 Fixing #2752 - "require" loads "include"
180
+ 6846c32 Fixing some recently broken Scope tests
181
+ 0043392 Fixed typo in lib/puppet/indirector/ldap.rb
182
+ 6b254eb Fix #2753 - Do not "global allow" plugins/modules mount if some rules have been parsed
183
+ ff3a7bc Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRL
184
+ 594c774 Revised partial fix for #2661 and related issues
185
+ 73d04c6 Bug #2534 Raise error if property appears twice
186
+ 7517572 Bug #1908 cron environment should allow empty vals
187
+ febe707 Bug #1742 Invalid params to --color outputs 'nil'
188
+ d383ab8 Use notice() in the versioncmp() docs
189
+ 9dff716 conf/redhat/*.init: Use -p option to killproc
190
+ f47a70f Ticket #2665: Regexp exception on ++ in package names
191
+ b6e4ef3 Fixed #2750 - Set :cacrl to nil instead of 'false' in puppetd
192
+ 2b57e06 Fix #2691 - Collection AR request should not include params if querying with tags
193
+ e8bce7a Workaround #2668 - Compress facts so that the request size limit triggers less often
194
+ e2ce790 Fixed #2737 - The zone provider needs to get acquainted with OpenSolaris
195
+ aea1e5f Update Red Hat spec file for 0.25.1
196
+ fbdded7 Ticket #2685 (Type error in ssh_authorized_keys)
197
+ 4d9f76a Fix for #2745 fakedata tests not working
198
+ b4bcfe9 Fix for #2736, target doesn't work for ssh_authorized_keys
199
+ ae528f6 Ticket #2734 PSON/JSON not serializing classes of a catalog
200
+ f59f805 Bug #1900 Parsing of quoted $ in stdin
201
+ 6ba122f Fixing #2735 - node classes are immed. added to classlist
202
+ bca3b70 Bundling of pure ruby json lib as "pson"
203
+ ce46be5 Proposed alternative solution for #2664 (REGEX / DIV lexing)
204
+ b0518c3 Fix for #2681 (duplicate resource)
205
+ 8a73082 Fix #2707 config_version fails more helpfully
206
+ 54ded1b Fixes #1719, this avoids calling the external binary *which* everytime we are looking for a binary
207
+ 4c3c279 Updated required Facter version in README
208
+ fcce46a Fixed #2702 - Set :outputdir to "doc" if not specified
209
+ 3940dfb Fixed #2674 - createpackage.sh: problem finding install.rb
210
+ 3b548f4 Fix #2699 - Use --masterport for PUPPET_PORT variable
211
+ a75bf50 This updates the portage provider in three ways:
212
+ ad86e9e Fixes #2688. Macauthorization provider now handles booleans internally correctly.
213
+ d891f7a Ticket #2676 (a typo)
214
+ bfba2cd Fix #2672 - Make sure nodenames keep their underscores when used as classname
215
+ db67e5f Added rcov exclusion to Rakefile
149
216
 
150
217
  0.25.1
151
218
  ======
@@ -191,9 +258,6 @@ ad86e9e Fixes #2688. Macauthorization provider now handles booleans internally
191
258
  d891f7a Ticket #2676 (a typo)
192
259
  bfba2cd Fix #2672 - Make sure nodenames keep their underscores when used as classname
193
260
  db67e5f Added rcov exclusion to Rakefile
194
-
195
- 0.25.1rc1
196
- =========
197
261
  6912a7e Incremented version to 0.25.1
198
262
  fd322da Fixes #1538 - Fixes the yumrepo backtrace in noop mode.
199
263
  6551e86 Fix #2664 - Mathematic expressions mis-lexed as Regex
@@ -231,208 +295,6 @@ f2bc8aa Fixed #2634 - Added servicegroup_name parameter to serviceescalation ty
231
295
  c2e26b9 vim: match regexp language features
232
296
  1494bd7 Require active_record/version to support ActiveRecord < 2.3
233
297
  a5c56fc Fixed #2607 - Added Facter dependency for Puppet Gem
234
- b1eddbb Updated and created new CHANGELOG format
235
- 994d6e0 Adding tests for the #2599 fix
236
- 42ab73f Ticket #2525 don't fail find_manifest on invalid module names
237
- a0f0dcc Updated permissions on test files
238
- d45812b Refactoring tests to reduce code size, increase coverage, and make
239
- aba2f66 This further normalizes the handling of init-style services (including
240
- fb236a0 Combined fix for #2525, #2552 -- RedHat service issues
241
- d40b942 Fixed #2589 - Renamed zfs delete to destroy and added tests
242
- 4aa7fce Monkey patch to improve yaml compatibility between ruby versions
243
- 1f6c74d Fixed typo in parser test
244
- 2e9b706 Updated Red Hat spec file and RH patches for 0.25.0.
245
- 19815dd Fixing #2592 - you can escape slashes in regexes
246
- ea58478 Fixing #2590 - modulepath is not cached inappropriately
247
- 1a3d0c8 Fixed #2593: puppet init script status command not returning proper exit code
248
- 8dabc72 Update documentation string to reflect actual intent of Puppet::Node::Facts::Rest
249
- b30a3c7 Fixes #2581. Use new 10.6 global launchd overrides file for service status/enabled
250
- 7f05469 Fixed Naginator link
251
- e589cd3 Fixing #2582 - / no longer autorequires /
252
- 3342b73 Fixing #2577 - clarifying and demoting the deprecation notice
253
- d397f8d Fixing #2574 - autoloading finds plugins in modules
254
- 800a78b The first regex node now matches first
255
- 6750aeb Fixing #2563 - multiple regex nodes now work together
256
- b728b93 Fixes #724 - false is equivalent to 'ruby -W1'
257
- a9d5863 Fix parser error output
258
- ee4f6ba Fixing #2551 - fixing content changed logs
259
- c8f859e Fix for test isolation portion of Ticket #2511
260
- 6fa9271 Fixing #2549 - autoloading of top-level classes works again
261
- c752680 Fixing a heisenbug resulting from a race condition
262
- ea417d6 Fixing #2460 - puppetmasterd can now read the cert and key
263
- a49915a Not using the service user in settings when it's unavailable
264
- 14ec838 Explicitly loading all facts in the directory service provider
265
- 5ee6602 Adding an 'exists?' delegator from user type to provider
266
- 06fcece Switching the owner/group settings to use symbolic values
267
- 4eb325a Fixing the yamldir group to be a group instead of user
268
- 058514a Moving Setting classes into separate files
269
- b0f219a Removing chuser on darwin restriction
270
- 7f749cb Fixing a ruby warning in the authstore test
271
- c0da3bf Fixing #2558 - propagating recent fileserving changes
272
- ff39bc7 Fixes #2550 Handles case where metadata is nil
273
- 47dee83 Ticket 2559 -- parseonly ignored specified file
274
- a4f6896 Fixed #2562 - Recognize the usecacheonfailure option again
275
- e408d6c Refactoring the Module/Environment co-interface
276
- 796ba5c Fixing #1544 - plugins in modules now works again
277
- 6bd3627 Adding a global cleanup to the spec_helper
278
- 0ef5f22 Removed misguided case sensitivity tests
279
- c1967bb Fixes #2513. debian service provider now uses invoke-rc.d to determine enabled? status
280
- 7e09247 Fixing fact-missing problem when puppet.conf is reparsed
281
- a35e9bf Fix for #2531; adds tests to confirm problem and related cases,
282
- 299eadb Fixed #2530 - Fixed status setting in the SMF provider
283
- e6a7e82 Fixed spec typo
284
- 75c6e4a Fixes #2493
285
- b62d966 conf/redhat/*.init: Fix condrestart/try-restart
286
- e9fbd4c conf/redhat/client.init: Fix #2123, status options on older RHEL
287
- 0461a02 Updates to Solaris smf files to reflect new binary locations
288
- 55a9cdb Fix #2517 - Stack overflow when CA cert missing
289
- 601a2e5 Fix #2516 - Fix format detection when content-type contains charset
290
- d86bc88 Fix #2507 - Add missing integration tests
291
- aad3b76 Fix #2507 - Exported resources were not correctly collected.
292
- 63cb1ad Fixes #2503
293
- c129f2a Fixes #2360 - Removed annoying log message
294
- b1ffffa Fixed #2525 - Wrong method being overridden in Red Hat services
295
- a88fc4d Fixing more tests broken from missing libraries
296
- 9a356ab Fixing ActiveRecord Indirector tests to skip w/out Rails
297
- acc5a96 Fixing #2489 - queue integration tests are skipped w/out json
298
- 1a5c5b3 Fixing #2508 - removing mention of ActiveRecord 2.3
299
- 0cb9072 Fixing #2541 - file cache is more resilient to failure
300
- 23948d0 vim: Mark puppetFunction values as contained
301
- 79a4339 Add shellquote() function.
302
- 79d705f Fixes #2499. Allows execs to specify an array for the returns parameter
303
- b611c34 Updated fix for #2481
304
- f385072 Revert "Fxied #2481 - Added status and restart overrides for Red Hat service provider."
305
- cc379b6 Fixed #2498 - logcheck update
306
- 85a3633 Removed extraneous debugging
307
- bf94de9 Updated two more tests
308
- 5b87dba Logs now assume resource params have metadata
309
- 1410bed Adding metadata delegation from param to resource
310
- 3ab3a5c Removing unnecessary debug output
311
- 488e368 Adding integration tests for #2371 (backup refactor)
312
- f1406bf Adding many tests for #2371, and slightly refactoring
313
- 8f60f0c Fixes for Redmine 2371.
314
- cd224c6 Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port setting. Add tests.
315
- 401a9ec Fixing #2484 - "format missing" messages are better
316
- f6cc598 Fixes #2483 - Log only copies metadata from RAL objects
317
- 7c4c00f Fixed #2486 - Missing require 'monitor' in parser_support.rb
318
- ea34ee6 Added R.I.Pienaar's extlookup.rb to the ext directory
319
- 36d3f58 Added example conf/puppet-queue.conf
320
- 967eb9f Fxied #2481 - Added status and restart overrides for Red Hat service provider.
321
- c702f76 rack: SSL Env vars can be in Request.env or ENV
322
- ca17b3c rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack specification conformance)
323
- a002e58 Removing old filebucket test
324
- d8de446 Cleaning up tests for #2469
325
- 266aafa default server in remote filebuckets
326
- 1f8ef60 Fixes #2444 - Various JSON test failures
327
- 11c0fb7 Fixed #2294 - Classes sometimes cannot be found
328
- 7e5b562 Adding #2477 - puppet can apply provided catalogs
329
- 97274ad Fixing problems my Feature refactor caused
330
- 6fb8bf6 Fixing ruby warning in definition test
331
- b3545fc Fixed global deprecation error in useradd Unit tests
332
- dc24472 Adding a test for the Exec type
333
- 58d9587 Speeding a test up through stubbing
334
- d4d8372 Fixing a small test by stubbing instead of mocking
335
- f7e1c36 Fixing a test broken by the regex features
336
- 54a225d Fixing tests broken by caching autoload results
337
- 1ce31b4 Migrating Handler base tests from test/ to spec/
338
- cc3f56a Migrating Feature tests to spec
339
- 21d1d25 Fixing cron test to match new behaviour
340
- 849fa67 Migrating tests to spec and removing an obsolete test
341
- 6f458cc Logging the configuration version we're applying
342
- ac58e27 Configuration version information is now in logs
343
- 6ed0103 Adding support for an external catalog version
344
- 39320b8 Cleaning up duplication in another test file
345
- 25fae5f Removing duplication in the test structure
346
- 36c0662 Simplified Rakefile and moved tasks to tasks/rake directorya
347
- b45ccf8 Implement node matching with regexes
348
- 58a73b5 Make sure node are referenced by their names
349
- 3ebf148 Enhance selector and case statements to match with regexp
350
- ef68967 Fix #2033 - Allow regexp in if expression
351
- 17e62b1 Add AST::Regex, an AST leaf node representing a regex
352
- 4f9545f Add regexes and regex match operators to the parser
353
- 0ccd259 Add regex, match and not match token to the lexer
354
- 201ae59 Allow variable $0 to $9 to be interpolated, if ephemeral
355
- f357a91 Implement ephemeral scope variables
356
- d40ef29 Signed-off-by: Eric Sorenson <ahpook@gmail.com>
357
- 6d22afb Modifying the REST client error to make server errors more clear
358
- 21f477a Fixes #2472. Load Facter facts when ralsh is invoked, plus test.
359
- 2e41edb Update CHANGELOG.git
360
- ebb5a1f Fixed ci_spec task for RubyGems 1.3.5
361
- b6b903e Fixes #2461. Provide new and old code paths for macosx_productversion_major with deprecation warning
362
- 26b0c70 Fixing typo in two tests which caused them to always pass
363
- 76fc2b1 Fixing #2440 - catalogs can now be compiled on demand
364
- 832b6ff Exiting from app failures instead of raising
365
- 4ea3f17 Minimal patch to fix #2290 (/tmp permissions)
366
- 08ff9e8 Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search path
367
- fb60f90 Fix #2465 - Default auth information is confusing with no auth.conf
368
- 0ca9b53 Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classes
369
- 18b5d61 Fix #2429 - vim: class/define/node should only be followed by whitespace
370
- da828a4 Fix #2448 - fix the broken runit provider and tests
371
- 3898436 Fixed #2405 - Mount parameter "dump" doesn't accept all valid values on FreeBSD
372
- 9825bec Fixes #2362. Do not validate users/groups when supplied with numeric uid/gids
373
- 450a19c Fix #2454 - Definition named after a module don't show in puppetdoc
374
- 8551ece Fix #2453 - puppetdoc mixes long class names that look alike
375
- e3ee594 Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctly
376
- b3b76df Fixing #2296 - overlapping recursions work again
377
- 9120712 Fixing mocks to remove warnings
378
- eeec8e9 Fixing #2423 - no more strange dependency cycles
379
- 7d40f9e Fixing #2443: Adding debugging guidance to dep cycle errors
380
- b4facb0 Fixing a test broken by changing the default os x package type
381
- b418921 Fixing selinux tests broken in the fix for #1963
382
- 719e76b Fixing #2445 - fixing the mount test mock
383
- f13f08d Minor fix to URL for LDAP nodes documentation
384
- 7c859a7 Fixing #2399 - removing client-side rrd graphs
385
- f6d6145 Fixing #2421 - file renaming errors now propagate
386
- db82523 Fixes #2438, get major OS X version from Facter and replace Puppet::Error invocations with fail builtin
387
- 22145e7 Update install.rb to cope with all OS X versions, not just 10.5
388
- 935c463 Fixing #2403 - provider specificity is richer and better
389
- d95b687 Fix #2439 - let puppetdoc use loaded_code
390
- ef5c4ae Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation notice
391
- 0c18013 Fixes #2430 - Stock apache2.conf for passenger incorrect
392
- c383ceb Make pkgdmg default Darwin provider, make confines consistent on Darwin package providers.
393
- 98599c4 Convert to using sbindir for OS X packages, clean out previous executables in bindir
394
- c659743 Fix #2425 - make sure client can contact CA server with REST
395
- 17205bb Fix #2424 - take 2, make sure default mounts allow every clients
396
- f2c55cc Fix #2378 and #2391 tests
397
- 8bbd8b4 Fix #2424 - File server can't find module in environment
398
- effaf80 Fix small typo in the fix for #2394
399
- a06094e Feature #2378 - Implement "thin_storeconfigs"
400
- b2a008e Fix #2391 - Exported resources never make to the storeconfigs db
401
- 8f82407 Fix #2261 - Make sure query string parameters are properly escaped
402
- c86d44e Fixed #579 - puppet should try to clear solaris 10 services in maintenance state
403
- 910a5e2 Fix #1963 - Failing to read /proc/mounts for selinux kills file downloads
404
- ba824e9 Fixing #2245 - provider lists are not lost on type reload
405
- eb40966 Ruby no longer clobbers puppet autoloading
406
- a42e878 deprecate NetInfo providers and examples, remove all NetInfo references and tests.
407
- 22f5632 Fixed #2410 - default acl logs as info instead of warn.
408
- 65b0137 Adding test for current auth config warning.
409
- 74f5ad4 Fixed #2394 - warn once on module mount deprecation.
410
- f46a52a Add test for current module mount deprec warning.
411
- 858d333 Fixes #2258,#2257,#2256. Maintain correct type for integers/booleans, allow correct values, and fix rule array handling
412
- 44f127f Added Markdown mode to puppetdoc to output Markdown.
413
- 8a8ce9d Excluded directories from rcov coverage report
414
- d152c5e Allow boolean value for boolean cli parameter
415
- 911b490 Fix #2364 - Associates the correct comment to the right statement
416
- faefd92 Make sure the parser sees the correct line number
417
- 869ec27 Fix #2366 - puppetdoc was parsing classes in the wrong order
418
- 4c659b7 Added rcov coverage to Spec tests
419
- 1fd98b1 Fixes #2367 - Mongrel::HTTPRequest returns a StringIO object
420
- 8b09b83 Fix #2082 - puppetca shouldn't list revoked certificates
421
- ea66cf6 Fix #2348 - Allow authstore (and REST auth) to match allow/deny against opaque strings
422
- 1e83aad Fix #2392 - use Content-Type for REST communication
423
- aaca17a Fixed #2293 - Added cron syntax X-Y/Z and '7' for sunday
424
- cddc365 Switching to LoadedCode from ASTSet
425
- fc1f8cd Adding a special class to handle loaded classes/defines/nodes
426
- 325b8e4 Fix #2383, an incompatibility with early ruby 1.8 versions
427
- 46112da Fixing #2238 In some cases blank? is not available on String.
428
- cdd1662 Fixing #2238 - Deal with nil hash keys from mongrel params
429
- 769c8aa Final fix to CI test rakes
430
- a6816ff Set ENV['PATH'] to an empty string if non-existent
431
- 64a4720 Fix to CI rake tasks
432
- 5680cd5 Fixing #2197 - daemontools tests now pass
433
- 603b9cf Change the diff default output to "unified"
434
- 9bc9b5c Added missing colon to suntab
435
- 0f2d70d Fixed #2087 and refactored the code that gets the smf service state
436
298
 
437
299
  0.25.0
438
300
  ======
@@ -440,8 +302,8 @@ b1eddbb Updated and created new CHANGELOG format
440
302
  994d6e0 Adding tests for the #2599 fix
441
303
  42ab73f Ticket #2525 don't fail find_manifest on invalid module names
442
304
  a0f0dcc Updated permissions on test files
443
- d45812b Refactoring tests to reduce code size, increase coverage, and make
444
- aba2f66 This further normalizes the handling of init-style services (including
305
+ d45812b Refactoring tests to reduce code size, increase coverage, and make Luke happy.
306
+ aba2f66 This further normalizes the handling of init-style services (including the redhat "service" wrapper script). Removes special case handling of non-zero exit code in redhat (base already did this) and centralizes scattered @resource[:has_____] checks. Tests that proper versions of each are called and one level of fallbacks.
445
307
  fb236a0 Combined fix for #2525, #2552 -- RedHat service issues
446
308
  d40b942 Fixed #2589 - Renamed zfs delete to destroy and added tests
447
309
  4aa7fce Monkey patch to improve yaml compatibility between ruby versions
@@ -476,14 +338,14 @@ b0f219a Removing chuser on darwin restriction
476
338
  c0da3bf Fixing #2558 - propagating recent fileserving changes
477
339
  ff39bc7 Fixes #2550 Handles case where metadata is nil
478
340
  47dee83 Ticket 2559 -- parseonly ignored specified file
479
- a4f6896 Fixed #2562 - Recognize the usecacheonfailure option again
341
+ a4f6896 Fixed #2562 - Recognize the usecacheonfailure option again Signed-off-by: John A. Barbuto <jbarbuto@corp.sourceforge.com>
480
342
  e408d6c Refactoring the Module/Environment co-interface
481
343
  796ba5c Fixing #1544 - plugins in modules now works again
482
344
  6bd3627 Adding a global cleanup to the spec_helper
483
345
  0ef5f22 Removed misguided case sensitivity tests
484
346
  c1967bb Fixes #2513. debian service provider now uses invoke-rc.d to determine enabled? status
485
347
  7e09247 Fixing fact-missing problem when puppet.conf is reparsed
486
- a35e9bf Fix for #2531; adds tests to confirm problem and related cases,
348
+ a35e9bf Fix for #2531; adds tests to confirm problem and related cases, notes fixes specific issue by eliminating the specal case for opaque strings which caused them to be strings when everything else was arrays; adds nots and pending tests where FQDN support could be added but stops short of a full refactor.
487
349
  299eadb Fixed #2530 - Fixed status setting in the SMF provider
488
350
  e6a7e82 Fixed spec typo
489
351
  75c6e4a Fixes #2493
@@ -509,6 +371,9 @@ b611c34 Updated fix for #2481
509
371
  f385072 Revert "Fxied #2481 - Added status and restart overrides for Red Hat service provider."
510
372
  cc379b6 Fixed #2498 - logcheck update
511
373
  85a3633 Removed extraneous debugging
374
+
375
+ 0.25.0rc1
376
+ =========
512
377
  bf94de9 Updated two more tests
513
378
  5b87dba Logs now assume resource params have metadata
514
379
  1410bed Adding metadata delegation from param to resource
@@ -697,7 +562,7 @@ dbfa61b * provider/augeas (process_match): no match results in empty array
697
562
  0d5a24d * provider/augeas: minor code cleanup
698
563
  cea7bb5 * provider/augeas (parse_commands): use split to split string into lines
699
564
  95bd826 * provider/augeas: remove trailing whitespace (no functional change)
700
- 7c5125b Brought in lutters parse_commands patch and integrated it into the type.
565
+ 7c5125b Brought in lutters parse_commands patch and integrated it into the type. This includes reworking the get and match commands as well. This change introduces a few small changes. These are:
701
566
  6ce8154 Removed --no-chain-reply-to in rake mail_patches task
702
567
  4ef7bba Removing --no-thread from the mail_patches rake target
703
568
  508934b Fixing a bunch of warnings
@@ -714,7 +579,7 @@ e4d5966 Added puppet branding to format patch command
714
579
  9067abd vim: Highlight parameters with 'plusignment' operator
715
580
  736b0e4 vim: Highlight strings in single quotes
716
581
  ce01c95 vim: Clean up syntax spacing
717
- 3af2dbf JRuby OpenSSL implementation is more strict than real ruby one and
582
+ 3af2dbf JRuby OpenSSL implementation is more strict than real ruby one and requires certificate serial number to be strictly positive.
718
583
  62534a1 Logging when a cached catalog is used.
719
584
  ff5c44f Changing Puppet::Cacher::Expirer#expired? method name
720
585
  e3d4c8e Fixing #2240 - external node failures now log output
@@ -734,7 +599,7 @@ a728757 Refactoring resource generation slightly
734
599
  1d69dbf Extracting a method from eval_resource in Transaction
735
600
  7650fb2 Not trying to load files that get removed in pluginsyncing
736
601
  3995e70 Fix #2300 - Update ssh_authorized_key documentation
737
- cb4a4d3 Changed version to allow Rake to work. Minor
602
+ cb4a4d3 Changed version to allow Rake to work. Minor edit to Rakefile
738
603
  99f666f enable maillist on centos, redhat, fedora
739
604
  e13befa Fixing #2288 - fixing the tests broken by my attr_ttl code
740
605
  a406d58 Fix for #2234: test fails with old Rack version
@@ -771,8 +636,140 @@ f945b66 Fixing #2265 - rack is loaded with features rather than manually
771
636
  5cc4910 Fix #1409 once again, including test
772
637
  a6af5bf Added split function
773
638
 
774
- 0.25.0beta1
639
+ 0.25.0beta2
775
640
  ===========
641
+ 3f070c1 Using the logging utilities to clean up module warnings
642
+ feb7f89 Fixing #1064 - Deprecating module 'plugins' directories
643
+ ccf4e69 Removing deprecated :pluginpath setting
644
+ 4036de9 Fixing #2094 - filebucket failures are clearer now
645
+ ed876e0 Refactoring part of the file/filebucket integration
646
+ bd81c25 Adding tests for file/backup behaviour
647
+ c45ebfa Fixed pi binary so --meta option works and updated documentation
648
+ d2080a5 Fixing #2323 - Modules use environments correctly
649
+ b9e632f Fixed #2102 - Rails feature update fixed for Debian and Ubuntu
650
+ 1c4ef61 Fixed #2052 - Added -e option to puppet --help output
651
+ d332333 Fix #2333 - Make sure lexer skip whitespace on non-token
652
+ 5fbf63c Updated split function and add split function unit tests (courtesy of Thomas Bellman)
653
+ a585bdd * provider/augeas: strip whitespace and ignore blank lines
654
+ a94d2de Fixed pi tests
655
+ 5f7455e Fixed #2222 - Cleanup pi binary options and --help output
656
+ 134ae3e Fixing #2329 - puppetqd tests now pass
657
+ de55e19 Cleaning up scope tests a bit
658
+ e4ae870 Fixing #2336 - qualified variables only throw warnings
659
+ 607b01e Fix #2246 - take2: make sure we run the rails tag query only when needed
660
+ 06b919d Fix collector specs which were not working
661
+ 2945f8d Make sure overriding a tag also produces a tag
662
+ e142ca6 Removed a unit test which tested munging which is no longer done in the type
663
+ d8ee6cf Clearn up a parsing error reported by the tests
664
+ 446557f vim: several improvements + cleanup
665
+ 9152678 Fixed #2229 - Red Hat init script error
666
+ b5a8c4d Fix #1907 (or sort) - 'require' puppet function
667
+ 74730df #2332: Remove trailing slashes from path commands in the plugin
668
+ 1a89455 Changing the preferred serialization format to json
669
+ 0de70b7 Switching Queueing to using JSON instead of YAML
670
+ 7b33b6d Adding JSON support to Catalogs
671
+ c0bd0aa Providing JSON support to the Resource class
672
+ c16fd1b Adding a JSON utility module for providing Ruby compat
673
+ f059c51 Adding JSON support to Puppet::Relationship
674
+ 7f322b3 Adding a JSON format
675
+ 7666597 Allowing formats to specify the individual method names to use
676
+ d40068f Allowing formats to specify the methods they require
677
+ 024ccf5 Adding a "json" feature
678
+ c8b382d Fix some tests who were missing some actions
679
+ f9516d4 Make sure virtual and rails query use tags when tag are searched
680
+ b5855ec Make sure resources are tagged with the user tag on the server
681
+ d69fffb Fix #2246 - Array tagged resources can't be collected or exported
682
+ 6ce0d1e Partial fix for #2329
683
+ 4f2c066 Removed extra whitespace from end of lines
684
+ 97e6975 Changed indentation to be more consistent with style guide (4 spaces per level)
685
+ 41ce18c Changed tabs to spaces without interfering with indentation or alignment
686
+ f3b4092 Fix #2308 - Mongrel should use X-Forwarded-For
687
+ 7b0413e Fixes Bug #2324 - Puppetd fails to start without rails
688
+ 48d5e8c Enhance versioncmp documentation
689
+ ef56ba5 * provider/augeas: minor spec test cleanup
690
+ d322329 * provider/augeas: allow escaped whitespace and brackets in paths
691
+ 9735c50 * provider/augeas: match comparison uses '==' and '!=' again
692
+ dbfa61b * provider/augeas (process_match): no match results in empty array
693
+ 386923e * provider/augeas: remove useless checks for nil
694
+ 171669a * provider/augeas: simplify evaluation in process_get/match
695
+ 51cc752 * provider/augeas (open_augeas): use Augeas flag names, not ints
696
+ 4951cdf * provider/augeas: ensure Augeas connection is always closed
697
+ 0d5a24d * provider/augeas: minor code cleanup
698
+ cea7bb5 * provider/augeas (parse_commands): use split to split string into lines
699
+ 95bd826 * provider/augeas: remove trailing whitespace (no functional change)
700
+ 7c5125b Brought in lutters parse_commands patch and integrated it into the type. This includes reworking the get and match commands as well. This change introduces a few small changes. These are:
701
+ 6ce8154 Removed --no-chain-reply-to in rake mail_patches task
702
+ 4ef7bba Removing --no-thread from the mail_patches rake target
703
+ 508934b Fixing a bunch of warnings
704
+ fb0ed7a Fixing tests broken by a recent fix to Cacher
705
+ 650029e Always providing a value for 'exported' on Rails resources
706
+ f1dba91 Fixing #2230 - exported resources work again
707
+ 5522eb8 Disabling the catalog cache, so puppetqd is compatible with storeconfigs
708
+ abbb282 Fixing the rails feature to be compatible with 2.1+
709
+ 907b39b Using Message acknowledgement in queueing
710
+ 42247f0 Fixing #2315 - ca --generate works again
711
+ d7be033 Fix #2220 - Make sure stat is refreshed while managing Files
712
+ e4d5966 Added puppet branding to format patch command
713
+ 00d5139 vim: Remove another mention of 'site' from syntax
714
+ 9067abd vim: Highlight parameters with 'plusignment' operator
715
+ 736b0e4 vim: Highlight strings in single quotes
716
+ ce01c95 vim: Clean up syntax spacing
717
+ 3af2dbf JRuby OpenSSL implementation is more strict than real ruby one and requires certificate serial number to be strictly positive.
718
+ 62534a1 Logging when a cached catalog is used.
719
+ ff5c44f Changing Puppet::Cacher::Expirer#expired? method name
720
+ e3d4c8e Fixing #2240 - external node failures now log output
721
+ bc1445b Fixing #2237 - client_yaml dir is always created by puppetd
722
+ e0c19f9 Fixing #2228 - --logdest works again in puppetd and puppetmasterd
723
+ ab34cf6 Fixing puppetmasterd tests when missing rack
724
+ 9d5d0a0 Fixing the Agent so puppetrun actually works server-side
725
+ b0ef08b Fixing #2248 - --no-client correctly leaves off client
726
+ b83b159 Fixing #2243 - puppetrun works again
727
+ 3d2189f Fixed #2304 - Added naggen script to directly generate nagios configuration files from a StoreConfigs Rails database
728
+ 700ad5b Sync conf/redhat/puppet.spec with Fedora/EPEL
729
+ 3ec3f91 Fixed #2280 - Detailed exit codes fix
730
+ f98d49f Fixing #2253 - pluginsync failures propagate correctly
731
+ d860a2f Fixing a transaction test that had some broken plumbing
732
+ a728757 Refactoring resource generation slightly
733
+ 6e824d8 Adding a Spec lib directory and moving tmpfile to it
734
+ 1d69dbf Extracting a method from eval_resource in Transaction
735
+ 7650fb2 Not trying to load files that get removed in pluginsyncing
736
+ 3995e70 Fix #2300 - Update ssh_authorized_key documentation
737
+ cb4a4d3 Changed version to allow Rake to work. Minor edit to Rakefile
738
+ 99f666f enable maillist on centos, redhat, fedora
739
+ e13befa Fixing #2288 - fixing the tests broken by my attr_ttl code
740
+ a406d58 Fix for #2234: test fails with old Rack version
741
+ c189b46 Fixing #2273 - file purging works more intuitively
742
+ 138f19f Caching whether named autoloaded files are missing
743
+ 415553e Adding caching of file metadata to the autoloader
744
+ d489a2b Adding modulepath caching to the Autoloader
745
+ 5f1c228 Adding caching to the Environment class
746
+ 047ab78 Adding TTL support to attribute caching
747
+ 6a413d2 Fixed #2666 - Broken docstring formatting
748
+ 469604f Deprecating factsync - pluginsync should be used instead
749
+ d39c485 Added spec and unit tests to the Rakefile files list and fixed CI rake tasks
750
+ e1a7f84 Added install.rb to Rakefile package task
751
+ e180a91 Fixed #2271 - Fix to puppetd documentation
752
+ 4bf2980 Protecting Stomp client against internal failures
753
+ f4cb8f3 Adding some usability bits to puppetqd
754
+ a18298a Refactoring the stomp client and tests a bit
755
+ 2771918 Relying on threads rather than sleeping for puppetqd
756
+ 07ff4be Fixing #2250 - Missing templates throw a helpful error
757
+ 7ce42da Fixing #2273 - CA location is set correctly in puppetca
758
+ e1779c7 RackXMLRPC: buffer request contents in memory, as a real string.
759
+ fb957cc Modules now can find their own paths
760
+ c608409 Moving file-searching code out of Puppet::Module
761
+ 83ba0e5 Fixing #2234 - fixing all of the tests broken by my bindaddress fix
762
+ 4f3a67f Fixing #2221 - pluginsignore should work again
763
+ 2d580c2 Fix snippets tests failing because of activated storeconfigs
764
+ 8c718c9 Fix failing test: file.close! and file.path ordering fix
765
+ 17f2c7d Confine stomp tests to Stomp enabled systems
766
+ 6a80b76 Fix some master failing tests
767
+ 172422f Fix bug #2124 - ssh_authorized_key always changes target if target is not defined
768
+ f945b66 Fixing #2265 - rack is loaded with features rather than manually
769
+ 5aef915 Added .git to pluginsignore default list of ignores
770
+ 6db5e8d Cleanup of the Puppet Rakefile and removal of the requirement for the Reductive Build Library
771
+ 5cc4910 Fix #1409 once again, including test
772
+ a6af5bf Added split function
776
773
  2dd55fc Fixing #2200 - puppetqd expects Daemon to be a class
777
774
  c016062 Removing unneeded test stubs
778
775
  1a2e1bc Fixing #2195 - the Server class handles bindaddress
@@ -876,31 +873,15 @@ e2201d6 Fix #2173 - fix running RSpec test by hand
876
873
  edcbab5 Removing duplicate method definition from SimpleGraph
877
874
  d8eaca8 mini daemon to trigger puppetrun on clients without puppet listen mode
878
875
  d2c417e Fix #2113 - Make temp directory
879
- 916dd60 Fixed rspec gem at version 1.2.2
880
- 57b37e5 Add @options to test run call, for compatibility with more recent rspec versions.
881
876
  173b5f0 Adding #2122 - you can specify the node to test with puppet-test
882
- 0863a79 Adding #2122 - you can specify the node to test with puppet-test
883
877
  a677e26 Fixing all tests that were apparently broken in the 0.24.x merge.
884
878
  e016307 Fixing Rakefile; apparently there was a rake or gem incompatibility
885
- a43137c More RST fixes
886
- 843cc6e Fixed RST for functions
887
- 6160aaf In order for ReST formatting to work properly, newlines and
888
879
  62dad7a Fix #2107 - flatten resource references arrays properly
889
880
  cbee426 Fix #2101 - Return to recurse=0 == no recursion behavior
890
881
  3b4816b Fix #2101 - fix failing test
891
882
  f089e11 Fix #2101 - fix recurselimit == 0 bad behaviour
892
883
  1b4eae7 Added rake ci:all task
893
- d125937 Added rake ci:all task
894
884
  3f61df8 Fixed #2110 - versioncmp broken
895
- c62c193 Updated to version 0.24.8
896
- aa00bde Fixing #1631 - adding /sbin and /usr/sbin to PATH
897
- 39deaf3 Fixed #2004 - ssh_authorized_key fails if no target is defined
898
- dcf2bf2 Changelog entries for #1629 and #2004
899
- bbcda1d Fix Bug #1629
900
- 69a0f7d Fix #1807 - make Puppet::Util::Package.versioncmp a module function
901
- 081021a Fix #1829 - Add puppet function versioncmp to compare versions
902
- 2b33f80 Fixed install.rb typo
903
- 5ab63cd Updated lib install permissions to 0644
904
885
  830e1b1 CHANGELOG updates
905
886
  3e0a9cd Moved of puppetd, puppetca, puppetmasterd, puppetrun binary from bin to sbin
906
887
  6ddebf4 Fixed #2086 - Fixes to make building tarballs easier
@@ -1019,7 +1000,7 @@ e770e7a Removing ConfigStore code that was never actually used.
1019
1000
  37692e5 Renmaing Puppet::Network::Client::Master to Puppet::Agent
1020
1001
  15d8768 Revert "Adding the first bits of an Agent class."
1021
1002
  63fb514 Revert "This is work that I've decided not to keep"
1022
- 8f5cbc3 This is work that I've decided not to keep
1003
+ 8f5cbc3 This is work that I've decided not to keep so I'm just applying it here so it continues to show up in the history in case I ever want to look at it again.
1023
1004
  25b28c5 Adding a new Agent::Downloader class for downloading files.
1024
1005
  1afb821 Adding the first bits of an Agent class.
1025
1006
  2afff60 Adding support for skipping cached indirection instances.
@@ -1037,7 +1018,7 @@ f40a6b1 Fixed #1881 - Added md5lite explanation
1037
1018
  6af3179 Fixed #1877 - Tidy type reference update for use of 0
1038
1019
  a5b0a75 Fix autotest on win32
1039
1020
  234a035 Fix #1560
1040
- fb8f8cd In order for ReST formatting to work properly, newlines and
1021
+ fb8f8cd In order for ReST formatting to work properly, newlines and indentation of doc strings must be retained.
1041
1022
  69432d6 Fix Bug #1629
1042
1023
  1f6dce5 Fix #1835 : Add whitespace/quote parsing to
1043
1024
  8142981 Fix #1847 - Force re-examination of all files to generate correct indices
@@ -1104,11 +1085,11 @@ bb6619a Fixing the augeas type tests to work when augeas is missing
1104
1085
  e728873 Reducing the number of calls to terminus() to reduce interference with caching
1105
1086
  aa8d091 Switched all value management in props/params to internal classes.
1106
1087
  e5b5033 Fixing #1677 - fixing the selinux tests in master.
1107
- 77d73e0 Changing the meaning of the unused Puppet::Type#parameter method to return an instance
1088
+ 77d73e0 Changing the meaning of the unused Puppet::Type#parameter method to return an instance rather than a value.
1108
1089
  05e1325 Moving a file purging test to rspec
1109
1090
  6f7ccff Fixing #1641 - file recursion now only passes original parameters to child resources.
1110
- a4d4444 Removing obsolete methods and tests:
1111
- b4f4866 Making it so (once again) files with sources set can still be deleted
1091
+ a4d4444 Removing obsolete methods and tests: Removing obsolete handleignore method Removing obsolete FileSource class Removing a now-obsolete test/unit test Removing a now-obsolete recursive filebucket test
1092
+ b4f4866 Making it so (once again) files with sources set can still be deleted (which I think is kinda stupid, but apparently people want it).
1112
1093
  caf15c2 Fixing and migrating more file tests.
1113
1094
  cccd838 Adding a starting point for spec tests for tidy.
1114
1095
  255c9fb Setting puppetmasterd up to serve all indirected classes.
@@ -1118,7 +1099,7 @@ cf3a11c Fixing :bindaddress setting to work with the new server subsystem.
1118
1099
  a78c971 Fixing CertificateRequest#save to accept arguments.
1119
1100
  e70c1a0 Fixing forward-compatibility issues resulting from no global resources
1120
1101
  4596d2d Fixing a test I broke when fixing a reporting bug
1121
- 9742c26 Fixing resource aliasing to not use global resource aliasing.
1102
+ 9742c26 Fixing resource aliasing to not use global resource aliasing. I'm not really sure why the 0.24.x-style code got merged in, since master's changes should be more recent.
1122
1103
  1b517d2 Adding comments to Puppet::Util::Cacher
1123
1104
  7a6d9b1 Removing obselete code from the file type.
1124
1105
  1b512a9 Merged fsweetser's selinux patch against HEAD
@@ -1204,7 +1185,7 @@ bf5b086 The REST terminus now provides an Accept header with supported formats.
1204
1185
  0e7e16d Adding a FormatHandler module for managing format conversions.
1205
1186
  93eeff5 Fixing the user ldap provider tests
1206
1187
  00b7da3 Fixing the new-form version of #1382.
1207
- c542dc0 Fixing #1168 for REST -- all ssl classes downcase their names.
1188
+ c542dc0 Fixing #1168 for REST -- all ssl classes downcase their names. This is a much cleaner fix than the xmlrpc version, thankfully. :)
1208
1189
  eaa6eab Fixing #1258 -- Removing a Rails idiom.
1209
1190
  eb5e422 Fixing #1256 -- CA tests now work with no ~/.puppet.
1210
1191
  66c36f0 Fixing another failing test -- the new CA tests correctly clear the cache.
@@ -1217,17 +1198,17 @@ e936ef2 Fixing some broken tests.
1217
1198
  1cfb021 The CRL is now automatically used or ignored.
1218
1199
  0365184 Removing obsolete tests
1219
1200
  3303590 The master and client now successfully speak xmlrpc using the new system.
1220
- 8fd68e3 Adding pidfile management and daemonization to the Server
1201
+ 8fd68e3 Adding pidfile management and daemonization to the Server class.
1221
1202
  dd4d868 Fixing the HttpPool module to get rid of an infinite loop.
1222
1203
  57c7534 Adding REST terminuses for the SSL-related indirections.
1223
1204
  d78b4ba Adding autosigning to the new CA.
1224
1205
  a822ef9 Moving the CA Interface class to a separate file.
1225
1206
  38e2dcf The master is now functionally serving REST and xmlrpc.
1226
1207
  6e0d6dd The REST infrastructure now correctly the SSL certificates.
1227
- 51ce674 Fixing the webrick integration tests to use the newly-functional
1208
+ 51ce674 Fixing the webrick integration tests to use the newly-functional SSL code.
1228
1209
  62f1f5e The Certificate Authority now automatically creates a CRL when appropriate.
1229
1210
  e57436f The Settings class now clears the 'used' sections when a value is changed.
1230
- 137e29f Moving some http configuration values to the main
1211
+ 137e29f Moving some http configuration values to the main defaults section, rather than the puppetd section.
1231
1212
  a3b8804 The http pool manager now uses new-style certificate management.
1232
1213
  e596bc5 Fixing some tests that were insufficiently mocking their configurations.
1233
1214
  160f9d9 Fixing a critical problem in how CRLs were saved and moving SSL Store responsibilities to the SSL::Host class.
@@ -1238,76 +1219,76 @@ ce6d578 The SSL::Host class now uses the CA to generate its certificate when ap
1238
1219
  31b79fa Adding xmlrpc support to webrick.
1239
1220
  7a876ed Fixing some whitespace
1240
1221
  7267341 Adding configuration support for XMLRPC handlers.
1241
- 8c9b04d I think I've now got the Webrick SSL support working.
1222
+ 8c9b04d I think I've now got the Webrick SSL support working. Now I just need to get xmlrpc working alongside REST in both mongrel and webrick.
1242
1223
  83519f4 Interim commit, since I want to work but have no network available.
1243
- 58fb416 Changing the File certificate terminus so that it
1224
+ 58fb416 Changing the File certificate terminus so that it saves to the :localcacert instead of :cacert.
1244
1225
  79ca444 Renaming the 'ca_file' ssl terminus type to 'ca'.
1245
1226
  a116d10 Temporarily disabling the revoke/verify test in the CA.
1246
1227
  d87e018 Fixing how the CRL is used for certificate verification.
1247
1228
  6c539c0 Fixing puppetca so it uses the :local ca setting.
1248
1229
  ebdbe48 Added an Interface class to the CA to model puppetca's usage.
1249
- 934fbba Making the SSL::Host's destroy method a class method,
1230
+ 934fbba Making the SSL::Host's destroy method a class method, rather than an instance method.
1250
1231
  d4813f1 Adding the last functionality needed for puppetca to use the Indirector.
1251
1232
  809fc77 Finishing the interface between the CA and the CRL.
1252
1233
  16056a2 Adding inventory support to the new certificate authority.
1253
1234
  d498c4a Adding support within the inventory for real certs or Puppet cert wrappers.
1254
- 67f9d69 Changing the Inventory class to rebuild when the
1235
+ 67f9d69 Changing the Inventory class to rebuild when the first cert is added, so it's easier to test.
1255
1236
  7cca669 Adding a comment to the inventory class.
1256
1237
  98db985 Adding an SSl::Inventory class for managing the ssl inventory.
1257
1238
  92a7d76 All SSL terminus classes now force the CA information into the right place.
1258
1239
  fb56dea Switching the SSL::Host class to return Puppet instances.
1259
- f7e0990 Setting the expiration date of certificate objects to the expiry of the actual
1240
+ f7e0990 Setting the expiration date of certificate objects to the expiry of the actual cert.
1260
1241
  71db9b5 Adding integration tests for a lot of the SSL code.
1261
1242
  e5c4687 Moving the password file handling into the SSL::Key class.
1262
- d8bb81e Moving all of the ca-specific settings to the ca_file
1263
- cbe5221 Adding SSL::Host-level support for managing the terminus and
1243
+ d8bb81e Moving all of the ca-specific settings to the ca_file terminus classes, rather than the normal :file classes.
1244
+ cbe5221 Adding SSL::Host-level support for managing the terminus and cache classes. Also, defaulting to the :file terminus for all of the SSL classes.
1264
1245
  c5f0eff Fixing the CA so it actually automatically generates its certificate.
1265
1246
  3d24b12 The certificate authority now uses a Host instance named 'ca'.
1266
1247
  daa8cd5 Changing all of the SSL terminus classes to treat CA files specially.
1267
- 7d2c05e The 'destroy' method for the ssl_file terminus base class
1248
+ 7d2c05e The 'destroy' method for the ssl_file terminus base class now returns false on missing files, rather than failing.
1268
1249
  7555af6 Marking a test as pending, because it's not ready yet.
1269
- c19c9d4 Removing all the cases where the ssl host specifies
1270
- 054e4e4 Making the first pass at using requests instead of
1271
- 6900f97 Adding a :to_text method that will convert the contained
1250
+ c19c9d4 Removing all the cases where the ssl host specifies a terminus. Also, getting rid of some metaprogramming that wasn't really helping.
1251
+ 054e4e4 Making the first pass at using requests instead of specifying the terminus class. The individual ssl classes now work, but the ssl host class doesn't yet.
1252
+ 6900f97 Adding a :to_text method that will convert the contained thing to readable human text.
1272
1253
  174b9c9 Actually signing the certificates in the CA.
1273
- 546ac97 Adding the first attempt at managing the certificate
1274
- c98ad25 Adding a :search method to the ssl_file terminus type
1254
+ 546ac97 Adding the first attempt at managing the certificate revocation list.
1255
+ c98ad25 Adding a :search method to the ssl_file terminus type and the SSL::Host class.
1275
1256
  d184b35 Fixing a failing test that had not been updated from previous coding
1276
- b9d6479 We have a basically functional CA -- it can sign
1277
- 1efed03 Adding tests for the easy bits of the CertificateFactory.
1257
+ b9d6479 We have a basically functional CA -- it can sign requests and return certificates. There's still plenty more work to do, but I'm probably not much more than a day away from redoing puppetca to use this code.
1258
+ 1efed03 Adding tests for the easy bits of the CertificateFactory. I probably am going to skip the tests for the rest, since the code is unlikely to ever change, and it's going to be a royal pain to test.
1278
1259
  ee07d0b Adding tests for the certificate serial numbers
1279
1260
  dc5c73b The certificate authority is now functional and tested.
1280
1261
  a776a12 refactoring the cert request test a bit
1281
- 7641bd4 This is a first pass at the certificate authority.
1282
- 0f46815 It looks like all of the new ssl classes for managing
1283
- 00e35bc Adding he last of the indirection classes for the ssl
1284
- 8347b06 The certificate and key are now correctly interacting
1262
+ 7641bd4 This is a first pass at the certificate authority. The tests are basically entirely absent still, but the structure is all there.
1263
+ 0f46815 It looks like all of the new ssl classes for managing keys, certificates, and requests now work, including talking to the certificate authority. Now we just need the authority itself, along with the necessary REST terminii.
1264
+ 00e35bc Adding he last of the indirection classes for the ssl classes, finally including the certificate requests.
1265
+ 8347b06 The certificate and key are now correctly interacting with the existing cert/key store. Certificate requests are not yet handled, nor are the ca-specific collections.
1285
1266
  50f3c18 Removing obsolete indirection classes
1286
- ec5bdf3 The basics for the certificate and certificate request
1267
+ ec5bdf3 The basics for the certificate and certificate request indirection terminii are done. I need to move most of the test code to a shared behaviour now.
1287
1268
  bb87464 Fixing a couple of broken tests.
1288
- b0811ad The new SSL classes basically work, but they're not
1269
+ b0811ad The new SSL classes basically work, but they're not functionally connected to any kind of indirection.
1289
1270
  3970818 Finished the certificate request wrapper class.
1290
- 4ca6fd3 First stage of cert refactoring: Private
1291
- ef7d914 Oops; final fix on the integration test failures resulting
1271
+ 4ca6fd3 First stage of cert refactoring: Private keys kind of work.
1272
+ ef7d914 Oops; final fix on the integration test failures resulting from my partial support for ssl in webrick.
1292
1273
  0ca0ef6 Fixing whitespace problems.
1293
- 4640a3d Fixing an integration test of the rest terminus; it was
1294
- d738f31 Adding the necessary tests for webrick to have logging and
1295
- b49fb68 Fixing the tests in test/ that were broken as
1296
- 5e78151 Fixing tests that were failing as a result of the merge,
1297
- bee9aba Environments are now available as variables in manifests,
1298
- b225e86 Fixing #1017 -- environment-specific modulepath is no
1274
+ 4640a3d Fixing an integration test of the rest terminus; it was broken by my incomplete cert support in webrick. I just stubbed out the cert usage for now; once all the cert stuff is done we'll need to go back and unstub it.
1275
+ d738f31 Adding the necessary tests for webrick to have logging and ssl. The tests can't be completed until the certificate work is all done.
1276
+ b49fb68 Fixing the tests in test/ that were broken as a result of the move to no global resources.
1277
+ 5e78151 Fixing tests that were failing as a result of the merge, including removing some now-obsolete code and tests from the Settings class.
1278
+ bee9aba Environments are now available as variables in manifests, and specs can be directly executed again.
1279
+ b225e86 Fixing #1017 -- environment-specific modulepath is no longer ignored.
1299
1280
  4ede432 Tidied the man page creation function and created "master" branch man pages
1300
1281
  f335dc3 Updated defaults.rb to fix foru error stopping man page creation - links are not as neat as before but puppet.conf.man file will create neatly now.
1301
1282
  c751058 Removed remaining elements of old_parse - closing Ticket #990
1302
1283
  31e0850 Removed old configuration file behaviour and deprecation warning - closes ticket #990
1303
1284
  4165eda More fixes to the testing.
1304
- cfda651 Another round of test-fixes toward eliminating global resource
1305
- 488c437 Fixing automatic relationships. I was previously looking them
1285
+ cfda651 Another round of test-fixes toward eliminating global resource references. This should have gotten rid of all of them, and now it's just a question of fixing a few hopefully unrelated failing tests.
1286
+ 488c437 Fixing automatic relationships. I was previously looking them up in the relationship graph, which only stores the vertices, not the resource table.
1306
1287
  d8991ab Updated install.rb to product puppet.conf.man page - updating ticket #198
1307
1288
  5a0388f Disabled new man page creation support
1308
1289
  e5888af Added support for man page creation - requires rst2man.py and writer - closed ticket #198
1309
1290
  5bef4a5 Another round of fixes toward making global resources work.
1310
- 3cc3e0f Lots o' bug-fixes toward getting rid of global resources.
1291
+ 3cc3e0f Lots o' bug-fixes toward getting rid of global resources. We still have about 60 failing tests, but some of them are the failing directory service tests (probably 20 or so), and most are simple fixes to the tests themselves.
1311
1292
  b7b11bd Fixing a couple of failing tests
1312
1293
  aed51b4 Fixed puppet logcheck issues
1313
1294
  7aa79e2 Revert "Fixed documentation for code option in defaults.rb"
@@ -1322,6 +1303,30 @@ e6547f0 Fixed documentation for code option in defaults.rb
1322
1303
  b38f538 Moving $PUPPET/spec/lib/autotest up to $PUPPET/autotest as something has changed and it can't be found otherwise.
1323
1304
  e1abfac moving autotest directory to make it possible to run autotest again
1324
1305
 
1306
+ 0.24.9
1307
+ ======
1308
+ 0dee418 Fixed typo in util.rb
1309
+ df33cb0 Updated CHANGELOG
1310
+ a22a088 Updated version to 0.24.9
1311
+ 0aae57f Backport of tmpfile patch from 0.25.2
1312
+ 9a26421 Brought in lutters parse_commands patch and integrated it into the type. This includes reworking the get and match commands as well. This change introduces a few small changes. These are:
1313
+ 916dd60 Fixed rspec gem at version 1.2.2
1314
+ 57b37e5 Add @options to test run call, for compatibility with more recent rspec versions.
1315
+ 0863a79 Adding #2122 - you can specify the node to test with puppet-test
1316
+ a43137c More RST fixes
1317
+ 843cc6e Fixed RST for functions
1318
+ 6160aaf In order for ReST formatting to work properly, newlines and indentation of doc strings must be retained.
1319
+ d125937 Added rake ci:all task
1320
+ c62c193 Updated to version 0.24.8
1321
+ aa00bde Fixing #1631 - adding /sbin and /usr/sbin to PATH
1322
+ 39deaf3 Fixed #2004 - ssh_authorized_key fails if no target is defined
1323
+ dcf2bf2 Changelog entries for #1629 and #2004
1324
+ bbcda1d Fix Bug #1629
1325
+ 69a0f7d Fix #1807 - make Puppet::Util::Package.versioncmp a module function
1326
+ 081021a Fix #1829 - Add puppet function versioncmp to compare versions
1327
+ 2b33f80 Fixed install.rb typo
1328
+ 5ab63cd Updated lib install permissions to 0644
1329
+
1325
1330
  0.24.8
1326
1331
  ======
1327
1332
  02a503f Updated to version 0.24.8
@@ -1336,92 +1341,6 @@ d0bf26e Fixed install.rb typo
1336
1341
  2c7e189 Fixes incorrect detail variable in OS X version check, re-patches ralsh to work with Facter values and adds error check for missing password hash files.
1337
1342
  73a0757 Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
1338
1343
 
1339
- 0.24.8rc1
1340
- =========
1341
- 84d6637 Fixed #2000 - No default specified for checksum
1342
- a3bb201 Fixing change printing when list properties are absent
1343
- 67fc394 Fixed #2026 - Red Hat ignoring stop method
1344
- cf64827 Bring in the documentation changes from the master branch
1345
- 01bc88c Added a force option to ensure the change is always applied, and call augeas twice to reduce the chance that data is lost
1346
- cedeb79 Backport the fix for #1835
1347
- cf48ec0 First cut at the not running if augeas does not change any of the underlieing files
1348
- 9d36b58 Bug 1948: Added patch by jab to support the correct ins syntax. Updated the test cases as well
1349
- 61661b1 Fixing #1991 - ldap booleans get converted to booleans
1350
- d5850dc Refactored a method: extracted about five other methods
1351
- 1c7c8fe dbfix - fix typo and close another possible inconsistency
1352
- c55ac3f Fix #2010 - add protection code for some storeconfig corruption
1353
- a790ee3 Further fix to #1910
1354
- 9577d3a Fixing #2013 - prefetching had a mismatch between type and title
1355
- 719a8df Fixed to rake tests for reductivelabs build
1356
- ac87600 Fixed report reference page
1357
- 0c16426 Fixing broken 0.24.x tests in test/.
1358
- 23066c1 Fixing every failing test I can find on the build server.
1359
- ec56ddf This script fixes the most common issues with inconsistent
1360
- c052ff8 Make puppetd --waitforcert option behave as documented:
1361
- e2b4062 Adding a performance optimization to the FileCollection.
1362
- fa6494b Using the FileCollection where appropriate.
1363
- 373d505 Adding a FileCollection and a lookup module for it.
1364
- 0e46786 Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloads
1365
- 4170238 Fixed #2025 - gentoo service provider handle only default init level
1366
- 8c010e0 Fixed #1910 - updated logcheck
1367
- 7504b04 Updated useradd.rb managehome confine to include other RH-like distributions
1368
- f07d928 Use Puppet.debug instead of own debug flag
1369
- 25a3f59 Fixing #558 - File checksums no longer refer to 'nosum'
1370
- d758f45 Fixing #1871 once and for all - contents are never printed
1371
- c0f4943 Minor fix to launchd tests
1372
- 24d48e6 Fix #1972 - ActiveRecord fixes resulted in broken tests
1373
- 446989b Fix spec test for launchd service provider to work with new service status method and add two new status tests.
1374
- 3ef5849 Fixing a test I broke in commit:"897539e857b0da9145f15648b6aa2ef124ec1a19".
1375
- 72bd378 Removing a no-longer-valid test.
1376
- 682dd8b Fixing password validation to support symbols.
1377
- 44f97aa Only backing up within parsedfile when managing files
1378
- 04af7b4 Fixing a syntax error in the up2date provider
1379
- 1070b3c Fixing a test broken by a log demotion
1380
- ab84756 Cleaned up variable names to be more sane, clarified error messages and fixed incorrect use of 'value' variable rather than 'member'.
1381
- 7f41857 Provide dscl -url output support for OS X 10.4 clients using the directoryservice provider.
1382
- 0bc3c07 Fix launchd service provider so it is backwards compatible with OS X 10.4 as well
1383
- 2561c8e Updated Augeas type code
1384
- 7d72186 Removed site from Puppet VIM syntax
1385
- 1bc7404 Fixed #1831 - Added sprintf function
1386
- 336b645 Fixed #1830 - Added regsubst function
1387
- 2a85551 Bug 1948: Add logic and testing for the command parsing logic
1388
- 2218611 Updated up2date and service confines to add support for Oracle EL and VM
1389
- 39a8b28 Fixing #1964 - Facts get loaded from plugins
1390
- 7cf085c Adding tests for Puppet::Indirector::Facts::Facter.loadfacts
1391
- 70ea39a Adding a post-processor for Nagios names.
1392
- 4dfa034 Revert "Refixing #1420 - _naginator_name is only used for services"
1393
- d5a193a Fixing #1541 - ParsedFile only backs up files once per transaction
1394
- 53f15b9 Removing the apparently obsolete netinfo filetype.
1395
- 4e89156 Migrated FileType tests to spec, and fleshed them out a bit.
1396
- cc4d658 Bug #1948: Added patch by jab to support the correct ins syntax. Updated the test cases as well
1397
- 5e35166 Fixing #961 - closing the http connection after every xmlrpc call
1398
- af3f3ae Refactoring the XMLRPC::Client error-handling
1399
- f0ac3ae Fixed #1959 - Added column protection for environment schema migration
1400
- 319822a Fixing #1869 - autoloaded files should never leak exceptions
1401
- 6b0c1b9 Fixing #1543 - Nagios parse errors no longer kill Puppet
1402
- 7fd5c7e Moving the transaction specs to the right path
1403
- efb5cc5 Refixing #1420 - _naginator_name is only used for services
1404
- 32c2be9 Fixed #1884 - exported defines are collected by the exporting host
1405
- 0e49159 Cleaning up the AST::Resource code a bit
1406
- b22d148 Fix #1691 - Realize fails with array of Resource References
1407
- 6331bfc Fix #1682 - Resource titles are not flattened as they should
1408
- 7e036eb Fix #1922 - Functions squash all arguments into a single hash
1409
- 535fa89 Fixed #1538 - Yumrepo sets permissions wrongly on files in /etc/yum.repos.d
1410
- f7b04df Fixed #1936 - Added /* */ support to the vim file
1411
- 671d73c Prefetching, and thus purging, Nagios resources now works
1412
- 063871f Adding some basic tests for the Naginator provider base class
1413
- 897539e Removing a redundant instance prefect call.
1414
- 012efe3 Fixing #1912 - gid still works with no 'should' value.
1415
- a9f34af Fixing the Rakefile to use 'git format-patch'.
1416
- db05c00 Fixing #1920 - user passwords no longer allow ':'
1417
- aa219e7 Adding README.rst file
1418
- 1d3f117 Added Reductive Labs build library
1419
- f01882d Change the way the tags and params are handled in rails
1420
- b7ab54c Add methods to return hash instead of objects to params and tags
1421
- 5c64435 Rails serialization module to help serialize/unserialize some Puppet Objects
1422
- b27fccd Fixed #1852 - Correct behaviour when no SELinux bindings
1423
- 7403330 Updated Red Hat spec file 0.24.7
1424
-
1425
1344
  0.24.7rc1
1426
1345
  =========
1427
1346
  84d6637 Fixed #2000 - No default specified for checksum
@@ -1442,7 +1361,7 @@ a790ee3 Further fix to #1910
1442
1361
  ac87600 Fixed report reference page
1443
1362
  0c16426 Fixing broken 0.24.x tests in test/.
1444
1363
  23066c1 Fixing every failing test I can find on the build server.
1445
- ec56ddf This script fixes the most common issues with inconsistent
1364
+ ec56ddf This script fixes the most common issues with inconsistent storeconfigs database (including duplicate resources record, duplicate param_values records, dangling records...).
1446
1365
  c052ff8 Make puppetd --waitforcert option behave as documented:
1447
1366
  e2b4062 Adding a performance optimization to the FileCollection.
1448
1367
  fa6494b Using the FileCollection where appropriate.
@@ -1494,7 +1413,7 @@ b22d148 Fix #1691 - Realize fails with array of Resource References
1494
1413
  7e036eb Fix #1922 - Functions squash all arguments into a single hash
1495
1414
  535fa89 Fixed #1538 - Yumrepo sets permissions wrongly on files in /etc/yum.repos.d
1496
1415
  f7b04df Fixed #1936 - Added /* */ support to the vim file
1497
- 671d73c Prefetching, and thus purging, Nagios resources now works
1416
+ 671d73c Prefetching, and thus purging, Nagios resources now works *only* if you use the default configuration file locations.
1498
1417
  063871f Adding some basic tests for the Naginator provider base class
1499
1418
  897539e Removing a redundant instance prefect call.
1500
1419
  012efe3 Fixing #1912 - gid still works with no 'should' value.
@@ -1507,6 +1426,9 @@ b7ab54c Add methods to return hash instead of objects to params and tags
1507
1426
  5c64435 Rails serialization module to help serialize/unserialize some Puppet Objects
1508
1427
  b27fccd Fixed #1852 - Correct behaviour when no SELinux bindings
1509
1428
  7403330 Updated Red Hat spec file 0.24.7
1429
+
1430
+ 0.24.7
1431
+ ======
1510
1432
  8befc18 Updated to version 0.24.7
1511
1433
  cf19bd8 Not using a temporary file when locking files for writing.
1512
1434
  b966ea0 Modifying the corruption-checking test.
@@ -1578,7 +1500,7 @@ a45c6b1 fix bug with numeric uid/gid in directoryservice provider. doc string c
1578
1500
  81a91a7 Documentation fix for daemontools provider
1579
1501
  4f67a7c Fixed #1776 - Trivial fix for gentoo service provider
1580
1502
  2764ab4 Rename migration so it's still applied
1581
- 965c08d Slight denormalisation to store a host's environment as a first class
1503
+ 965c08d Slight denormalisation to store a host's environment as a first class object in the database Fixes: #1392
1582
1504
  5742966 Fixing #1743 - defined types get catalogs too.
1583
1505
  31ec3e6 Adjusted CI tasks exit codes
1584
1506
  3421954 Fixing #1755 - handling fully qualified classes correctly.
@@ -1597,7 +1519,7 @@ b415848 Fixing #1708 - user groups specified as names are now detected correctl
1597
1519
  27a750d Revert "Fixing #1755 - File modes (and other strange properties) will now display correctly"
1598
1520
  eb0d32a Fixing #1764 - a property's 'sync' method is never considered a no-op.
1599
1521
  e9f858a Refactoring the file/owner property to be simpler and cleaner.
1600
- ed4c405 Fixing #1755 - File modes (and other strange properties) will now display correctly
1522
+ ed4c405 Fixing #1755 - File modes (and other strange properties) will now display correctly in ralsh and generated manifests.
1601
1523
  c65f2b5 Fixed #1668 - puppetca can't clean unsigned certs
1602
1524
  1ad33cc Fix #1759 - Comparison operator was using string comparison for numbers
1603
1525
  c96d250 Fixed #1711 - fileserver test fails due to incorrect mocking
@@ -1627,7 +1549,7 @@ bf5be00 Fix #1737 - part2 - Fix display of "options"
1627
1549
  e032034 Fix #1737 - ssh_authorized_keys should be able to parse options containing commas
1628
1550
  e33d087 Fix #1740 - Daemontools and Runit is not ReST compliant
1629
1551
  dfc0554 Fixed #1730 - Edited file/ensure.rb docs for clarity
1630
- 6d7b5ef Fixes #1672 - unsafe crontab handling in Solaris
1552
+ 6d7b5ef Fixes #1672 - unsafe crontab handling in Solaris Signed-off-by: Martin Englund <martin@englund.nu>
1631
1553
  083077d Fixing the augeas type tests to work when augeas is missing
1632
1554
  0a3d34d Fixes #1714 - yumhelper handling with yum 2.2.x is broken
1633
1555
  7b70e85 Fixed #1721 - puppet.conf documentation incorrectly lists signals that affect the daemons
@@ -1688,14 +1610,14 @@ b08002e Fixing some tests that were broken in the fix for #1633
1688
1610
  a5fe87f Fixing a file source test that was failing because missing sources is now a failure
1689
1611
  53b7d42 Fixing the broken tests resulting from the fix for #1551.
1690
1612
  5ec6b07 Adding warnings when example groups are skipped.
1691
- 54abe70 Moving some test/ package tests to rspec integration tests
1613
+ 54abe70 Moving some test/ package tests to rspec integration tests and disabling a gem test that hangs forever for me.
1692
1614
  85d3ae0 Cleanup selboolean and selmodule unit tests to pass on non-SELinux systems
1693
1615
  a562ce5 Add unit test coverage for Puppet::Util::SELinux and fix problems found by tests
1694
1616
  2b4aa0c Fixed #1639 - uninitialized constant Puppet::Type::User::ProviderUseradd
1695
1617
  4265825 Fix #1636 - part2 - correct some client errors.
1696
1618
  9c31db9 Add failing test for plugin with file and recurse
1697
1619
  2853447 Fix several small regressions in plugins mount
1698
- 2153bae Fixing #1640 - file groups now no longer get set on every run
1620
+ 2153bae Fixing #1640 - file groups now no longer get set on every run (this was a regression caused by other work I did).
1699
1621
  80e5c11 Incremented CHANGELOG to 0.24.6
1700
1622
  996ac46 Fix scenario when SELinux support tools exist, but SELinux is disabled
1701
1623
  d803096 Add new set of unit tests for selmodule type
@@ -1705,7 +1627,7 @@ a3f34f9 Removal of redundant lines from unit test
1705
1627
  4df51ea New and improved tests for file type SELinux contexts
1706
1628
  253d4df Fix regression when templatedir doesn't exist.
1707
1629
  c7a6ef2 Fix #1202 - Collection attribute matching doesn't parse arrays
1708
- 3281f2b Fixed #1633 - Added support for --detailed-exits to bin/puppet
1630
+ 3281f2b Fixed #1633 - Added support for --detailed-exits to bin/puppet which causes puppet to produce different exit codes depending on whether there were changes or failures in the transaction.
1709
1631
  0b1e60f Adding an array indexer method to Puppet::Util::Metric as requested in #1633.
1710
1632
  765db30 Adding partial spec tests for Puppet::Util::Metric.
1711
1633
  fb14e91 Fixed #1473 - Rescue Timeout::Error in xmlrpc clients
@@ -1714,17 +1636,17 @@ fb14e91 Fixed #1473 - Rescue Timeout::Error in xmlrpc clients
1714
1636
  5268487 Fixed documentation, typo and added CHANGELOG entry
1715
1637
  990e8e3 Fix #1530: Correctly parse ssh type 1 keys
1716
1638
  06edac4 Fixed additional environments tests
1717
- 79bb1f2 Rspec Tests for #381.
1639
+ 79bb1f2 Rspec Tests for #381. Moved part of the old resource reference tests to rspec.
1718
1640
  750e9ab Fix #381 - Allow multiple resource overrides or references
1719
1641
  782181e Minor test fix for #1614
1720
1642
  614326a Fixing #1098 - Multiline strings now correctly increment the line count
1721
1643
  1c6d57e Doing some simple refactorings on Puppet::Log
1722
- a774443 Fixing #1089 - Log messages are now tagged with the log level,
1644
+ a774443 Fixing #1089 - Log messages are now tagged with the log level, making it easier to match messages in the 'tagmail' report.
1723
1645
  db7f108 Adding rspec tests for the Puppet::Util::Log class.
1724
1646
  d2c8998 Fixed #981 - Removed 'Adding aliases' info message
1725
1647
  d098a90 Fix failing tests dependent on /etc/user_attr file existing
1726
1648
  6bcfd9f Fixing #947 - pluginsync no longer fails poorly when no plugins exist
1727
- 67136f1 Fixing the Node class to no longer validate environments
1649
+ 67136f1 Fixing the Node class to no longer validate environments since #1614 removed that validation.
1728
1650
  a4110a3 Add SELinux context reset after file writes in Puppet::Util::FileType
1729
1651
  250239e Add new support for :selrange SELinux file property
1730
1652
  c831482 Add detected defaults for existing SELinux file properties
@@ -1741,19 +1663,19 @@ d39bab9 Fixing package provider tests to use the new Transaction::Change interf
1741
1663
  e32256a Migrating the apt and dpkg tests to rspec.
1742
1664
  ddda80a Update change log with RBAC roles
1743
1665
  d1abb86 Add role support to user type and an implemention
1744
- 2fba85a Some small clarifying refactors and change to objectadd to allow subclasses of
1666
+ 2fba85a Some small clarifying refactors and change to objectadd to allow subclasses of with a uid not need to be a single class us use modify
1745
1667
  4a863c3 Adding user_attr util to parse attributes on solaris
1746
1668
  93f952a Fixed #1586 - Specifying "fully qualified" package names in Gentoo
1747
1669
  8620775 Fixed #791 - You should now be able to create and find a user/group in one transaction.
1748
1670
  63ad845 Refactoring and adding tests to the file group property.
1749
- 7da4152 Modified the group and zone resource types to no longer call
1750
- ee57964 Modified the behaviour of resource-level 'retrieve' -- it only
1671
+ 7da4152 Modified the group and zone resource types to no longer call 'currentpropvalues' as a means of setting all values to absent. There should be no behaviour change from this change.
1672
+ ee57964 Modified the behaviour of resource-level 'retrieve' -- it only calls 'retrieve' on each property if the resource exists.
1751
1673
  0fb4693 Updating changelog for #1622
1752
1674
  2afc4f5 Adding tests for the user retrieve method
1753
1675
  679fede Removing commented code from the user type from about 2005
1754
1676
  2480654 The Netinfo and DirectoryService providers can now create user and group simultaneously.
1755
1677
  4c998fe Fixing #1622 - The user type only looks up groups when necessary.
1756
- 6bc56ae Aliasing the rspec 'should' method to 'must'
1678
+ 6bc56ae Aliasing the rspec 'should' method to 'must' so it does not conflict with the RAL 'should' method.
1757
1679
  b9c75cd Rewriting the user tests, in preparation for enhancing them
1758
1680
  99de920 Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is used
1759
1681
  4cf9710 Add parser for arbitrary expressions
@@ -1773,10 +1695,10 @@ f792b64 Added a number of confines to package providers
1773
1695
  2da6d19 Fixed #1608 - Added ubuntu to defaultfor for apt provider
1774
1696
  aa629ec Fixed #1607 - Added ubuntu to defaultfor for Debian service provider
1775
1697
  774c0f9 Fixed #1588 - Fixed puppetca --clean --all
1776
- 98e79f8 Fixed #1472 -- defined, exported resources in the current compile now get expanded
1698
+ 98e79f8 Fixed #1472 -- defined, exported resources in the current compile now get expanded correctly.
1777
1699
  0040bc8 Fixed #1045 - Multiple metaparams all get added to resources.
1778
1700
  8d5ded0 Removing some code in Parameter that is unnecessary.
1779
- 5fbdc49 Fixed #1595 - Internally, Property#retrieve is no longer called
1701
+ 5fbdc49 Fixed #1595 - Internally, Property#retrieve is no longer called when no 'should' value is available for a resource.
1780
1702
  c16a5ae Only apply splay the first run
1781
1703
  27f0c7d fix failing hpux user specs
1782
1704
  7a3a38f Add rspec unit test for the append operator
@@ -1785,7 +1707,7 @@ c16a5ae Only apply splay the first run
1785
1707
  0905734 Allow a templatedir to be colon separated.
1786
1708
  11b0848 Fixed #1500 - puppetrun host regression
1787
1709
  3b1d6e2 Fixed #1579 and #1580 - errors in the Puppet RPM spec file
1788
- 77f4fb6 Fixed #1521 -- ldap user and group are now used with the default connection
1710
+ 77f4fb6 Fixed #1521 -- ldap user and group are now used with the default connection when available.
1789
1711
  a1a670b Fixed #1572 -- file purging now fails if remote sources do not exist.
1790
1712
  dd4f654 Fixing #1576 - moving all of the Puppet::Type code back into type.rb.
1791
1713
  923fd89 Fixed issues with file descriptors leaking into subprocesses
@@ -1803,14 +1725,14 @@ e15d316 Fixes #1551 puppetmaster.freshness xmlrpc call returns incorrect type
1803
1725
  41dc1fa Runit service provider
1804
1726
  aae0793 Daemontools service provider
1805
1727
  29ae879 Fixes tests broken by 95aa085
1806
- b50e718 Fixed #1488 - Moved individual functions out of functions.rb into
1728
+ b50e718 Fixed #1488 - Moved individual functions out of functions.rb into the lib/puppet/parser/functions directory. New functions should be created in this directory.
1807
1729
  5fb5091 Fixed #1457 - case insensitive match for error
1808
1730
  ded94f7 Removed spec color option for buildbot
1809
1731
  415663b Added simple rake task for running unit tests
1810
1732
  557be9d Added spec Rake task
1811
1733
  0d118a5 Fix leaking LoadedFile when adding templates to be watched
1812
1734
  67387e2 Fixed #1506 - Removed storeconfig duplicate indexes
1813
- 7accb89 id column is autogenerated by rails as a primary key, there is no need
1735
+ 7accb89 id column is autogenerated by rails as a primary key, there is no need to create an additional index on this column. This changeset contains the new schema and a migration.
1814
1736
  c5fb092 Removed reference to namespaces from --genconfig documentation
1815
1737
  1729de1 Updates to ext/puppetlast to support multiple hosts
1816
1738
  b6609ee Fixed #1508 - Add HP-UX package provider.
@@ -1831,9 +1753,9 @@ bfcdfe8 fix terrible error with overwriting permissions
1831
1753
  0147570 Fixed #1457 - removed confine warning
1832
1754
  fecdfbc A working script to create an OS X pkg out of the Puppet repository
1833
1755
  6a2e71d Fixed #1441 - Updated console colours
1834
- 404450a Add testing for the changes to resolve redmine #1427, where Kernel methods shadow
1835
- 03c76de Expose all puppet variables as instance member variables of the template wrapper.
1836
- 13069ec Ensure that we consistently use either string #{} interpolation or String.%
1756
+ 404450a Add testing for the changes to resolve redmine #1427, where Kernel methods shadow variables that the puppet template should otherwise see. Specific changes:
1757
+ 03c76de Expose all puppet variables as instance member variables of the template wrapper. This helps resolve redmine #1427, by providing a safe mechanism to access variables.
1758
+ 13069ec Ensure that we consistently use either string #{} interpolation or String.% interpolation, not both, to avoid issues where a #{} interpolated value contains a % character.
1837
1759
  469c5fe Feature #1476: Allow specification of --bindir --sbindir --sitelibdir --mandir --destdir in install.rb
1838
1760
  2a3d195 Specs for yaml indirector .search - I'm still learning!
1839
1761
  c97389d Made puppetlast work on 0.24.5 by using the YAML indirector
@@ -1859,10 +1781,10 @@ ff36832 Fixing the renaming code to skip missing directories.
1859
1781
  d9aa5ab Fixing a cert test to pass on Darwin.
1860
1782
  686ba4d Revert "Merging fsweetser's selinux patch against 0.24.4"
1861
1783
  f16da42 Merging fsweetser's selinux patch against 0.24.4
1862
- a47fed4 'Fix' broken tests related to missing source raising
1784
+ a47fed4 'Fix' broken tests related to missing source raising Issue 1437 In two cases, I removed the assertion that caused the failure. In one case, I changed the assertion to expect an exception.
1863
1785
  238b8d7 Fixing #1438 -- mongrel and module tests now pass.
1864
1786
  ebb219e Fixed all of the fileserving termini so they use indirection requests.
1865
- d8937ac You can now select the encoding format when transferring the catalog,
1787
+ d8937ac You can now select the encoding format when transferring the catalog, with 'yaml' still being the default but 'marshal' being an option. This is because testing has shown drastic performance differences between the two, with up to 70% of compile time being spent in YAML code. Use the 'catalog_format' setting to choose your format, and the setting must be set on the client.
1866
1788
  a0fa09f Revert "Fixed #1201 - all external node attributes are converted to strings."
1867
1789
  8f8ce60 Fixed #1431 - Provider confines must now specify similar tests in one call.
1868
1790
  7fa7251 The mongrel-related tests now run without mongrel.
@@ -1898,12 +1820,12 @@ a37a784 Adding tests for the Transaction::Event class
1898
1820
  84b5665 Updated test/ral/type/sshkey.rb test
1899
1821
  5ef8979 Removed debugging from lib/puppet/util/ldap/connection.rb
1900
1822
  6124c69 Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.
1901
- ba12d30 Fixed #1232 - the rundir no longer specifies a user/group,
1823
+ ba12d30 Fixed #1232 - the rundir no longer specifies a user/group, and there are now client- and server-specific yaml directories.
1902
1824
  be169da Removing all of the code related to the interface type.
1903
1825
  04ecb74 Doing what I can to fix #1128, but just in preparation for removing 'interface'.
1904
1826
  2279acd Adding changes to config print that were missed in fix for 1183
1905
1827
  a87885a Fixing the "describe" in the redhat interface specs
1906
- bd3f8e3 Fixed 1240 - puppet will function more like puppetd if graphing
1828
+ bd3f8e3 Fixed 1240 - puppet will function more like puppetd if graphing or reporting are enabled.
1907
1829
  7a6ae29 Add a missing test for exercising the last untested line of lib/puppet/type/ssh_authorized_key.rb
1908
1830
  731d0f2 Minor documentation updates for ssh_authorized_key type
1909
1831
  c825c99 Fixing the ldap node terminus to merge facts with the right name.
@@ -1912,12 +1834,12 @@ daf0d9d Backporting a test that was failing in master, and fixing it
1912
1834
  38540d5 Fixing the ldap node integration test so it cleans up
1913
1835
  e03c1be Fixing #1382 - existing uppercase certs, keys, et al will be renamed.
1914
1836
  5156230 Use generate instead of autorequire in the ssh_authorized_key type based on Luke's comments
1915
- d3a8125 Fixed #1006 - puppetrun --class works again. I added the class
1837
+ d3a8125 Fixed #1006 - puppetrun --class works again. I added the class membership testing to the Ldap node terminus, and added tests,
1916
1838
  c1e010f Fixing the Node::Ldap.search method to use an indirection request.
1917
1839
  4d22a95 Switching the ldap terminus to use Util::Ldap::Connection.
1918
1840
  b47d4e1 Added a 'search' method to the ldap node terminus.
1919
1841
  a1d1abd Adding an 'instance' class method to ldap connections.
1920
- ee9d002 Fixed #1114 - Facts in plugin directories should now be autoloaded,
1842
+ ee9d002 Fixed #1114 - Facts in plugin directories should now be autoloaded, as long as you're using Facter 1.5.
1921
1843
  f1d5903 Fixing #1388 - the package test no longer uses 'require'.
1922
1844
  8c5c949 ssh_authorized_key: autorequire, default permissions and cleanup
1923
1845
  5a283d6 Fixing #1374 - Using Puppet::Type.type() in tests
@@ -1932,7 +1854,7 @@ c83b23d Updated CHANGELOG for two missed commits
1932
1854
  aedfa2b Fixed #1369 - the init service provider now supports HP-UX.
1933
1855
  422dea0 issue 1183
1934
1856
  d3a4d9a Updated Rakefile fixes #1367
1935
- 5f600dd Fixing #1168 (for 0.24.x) -- automatically downcasing the fqdn.
1857
+ 5f600dd Fixing #1168 (for 0.24.x) -- automatically downcasing the fqdn. Also requiring that passed in certnames be downcased; the setting system isn't currently flexible enough to automatically downcase it for the user.
1936
1858
  ac7f596 Fixed #1201 - all external node attributes are converted to strings.
1937
1859
  6658463 Updating the changelog for the changes to node lookups.
1938
1860
  1f19453 Removing the Node.find_by_name method.
@@ -1943,7 +1865,7 @@ b7bd427 Converting the Node.node_names class method into an instance method.
1943
1865
  75c94e3 Removing an obsolete, unimplemented test
1944
1866
  98e38a6 Adds support for keepconfig for the dpkg provider fixes #234
1945
1867
  4d70449 Fix bug in test, add more specs and small refactor
1946
- 86f8ff4 Removed the unless condition in query, because the issue is a stale cached
1868
+ 86f8ff4 Removed the unless condition in query, because the issue is a stale cached value and added comments that query will now always do so.
1947
1869
  4539b1c Issue 1215
1948
1870
  7b2c310 Adding another note about the save_object stub.
1949
1871
  d816614 Fixing #1362 -- I had previously removed a stub point needed for testing.
@@ -1955,9 +1877,9 @@ fb5f09b Fixing how the Indirector::Request sets its options.
1955
1877
  4b29a5e Fixing how the indirection tests for whether the request has node info.
1956
1878
  6764af3 Change description of spec to make baby jesus happy
1957
1879
  946081b Try again
1958
- bdc578a Applying the fixes recommended by David Schmitt to the inline documentation of
1880
+ bdc578a Applying the fixes recommended by David Schmitt to the inline documentation of the ResourceTemplate class.
1959
1881
  886c984 Updating the docs for ResourceTemplate.
1960
- 29c840a Adding a class for using templates directly within resources
1882
+ 29c840a Adding a class for using templates directly within resources (i.e., client-side templates). This would really only be used for composite resources that pass the results of the template on to generated resources.
1961
1883
  1205881 The mongrel and webrick REST handlers now extract certificate information.
1962
1884
  e8044f9 Adding to the indirection request support for authentication information.
1963
1885
  dbd9b40 Updated fix for ticket #1271
@@ -1992,7 +1914,7 @@ b8ce6a1 Mocking Facter in an integration test, so it works with no networking
1992
1914
  ee04129 Refactored tests based on feedback from Luke.
1993
1915
  d7f25ff Rewritten tests for Puppet::Util::Storage.
1994
1916
  c5da401 Add unit tests for Puppet::Util::Storage
1995
- 8008bbc Modified the 'factpath' setting to automatically configure
1917
+ 8008bbc Modified the 'factpath' setting to automatically configure Facter to load facts there if a new enough version of Facter is used.
1996
1918
  a02c6bb Fixing a mock in the redhat interface test.
1997
1919
  390db80 Updated puppetd documentation which fixes ticket #1227
1998
1920
  2d6a914 Fix for latest method in rpm provider (fixes #1224)
@@ -2038,9 +1960,9 @@ b5640a1 Pushed patch for ticket #1187 - freebsd pkg_add support
2038
1960
  0a5d8a6 Fixed #1195 - support for gentoo openrc
2039
1961
  4599791 Pushed schema patch for #1193
2040
1962
  eac14f6 Fixed #1189 and added support for --all to puppetca --clean
2041
- d9846fc Fixishing some pending tests, including filling in
2042
- cb617f2 Making the changes necessary to get the REST support
2043
- a6a397b The 'destroy' method in the indirection now returns
1963
+ d9846fc Fixishing some pending tests, including filling in the connection information.
1964
+ cb617f2 Making the changes necessary to get the REST support to work with the current state of the indirection work, including using a request object and an expiration date.
1965
+ a6a397b The 'destroy' method in the indirection now returns the results of destroying, so they can return true or false.
2044
1966
  04aba52 fill out specs for network_* methods; refactor lowest-level network hooks
2045
1967
  a0804ae adding rest_connection_details helper to Indirector::REST -- will need to be overridden to lookup the real connection details
2046
1968
  aed1375 make sure unit indirector specs are working with #save; fill out network_put pending specs
@@ -2065,31 +1987,31 @@ e86fde2 This is the first version where mongrel and webrick are reliably starta
2065
1987
  c2f8c69 the indirector will not serve xmlrpc (this is the responsibility of the legacy networking code; it was a mistake to include stubbed support for it in the new code); removing
2066
1988
  13c40e9 removing obsolete TODO comment
2067
1989
  2cdd0f8 puppet-compliant indentation
2068
- b49fd49 Resources now return the 'should' value for properties from
2069
- 4aaad26 Modified the 'master' handler to use the Catalog class to
1990
+ b49fd49 Resources now return the 'should' value for properties from the [] accessor method (they previously threw an exception when this method was used with properties). This shouldn't have any affect functionally; it just makes the method equivalent to 'should' for properties, but it works for all attribute types now.
1991
+ 4aaad26 Modified the 'master' handler to use the Catalog class to compile node configurations, rather than using the Configuration handler, which was never used directly. I removed the Configuration handler as a result.
2070
1992
  2925ad1 Fixed #1184 -- definitions now autoload correctly all of the time.
2071
- 376628d Removed the code from the client that tries to avoid recompiling
2072
- 3718b64 Fixing #1173 -- classes and definitions can now have the same
2073
- d91b6d8 Fixing #1173 -- classes and definitions can now have the same
2074
- 738889b Fixing the expire method (it wasn't using a request
2075
- f285f1a Moved the request creation into the Indirection
1993
+ 376628d Removed the code from the client that tries to avoid recompiling the catalog. The client will now always recompile, assuming it can reach the server. It will still use the cached config if there's a failure.
1994
+ 3718b64 Fixing #1173 -- classes and definitions can now have the same name as a directory with no failures.
1995
+ d91b6d8 Fixing #1173 -- classes and definitions can now have the same name as a directory with no failures.
1996
+ 738889b Fixing the expire method (it wasn't using a request internally), and fixing the Facts class so it auto-expires any associated cached nodes when facts are saved.
1997
+ f285f1a Moved the request creation into the Indirection class instead of the Indirector module. Also, added an 'expire' method to the indirector, so there's an easy way to expire cached instances.
2076
1998
  d420701 Making the log messages around caching better.
2077
1999
  d82ac98 Fixing the executables to use the new indirection api.
2078
- 7774d9c Ported the rest of the indirection terminuses over to
2000
+ 7774d9c Ported the rest of the indirection terminuses over to expecting requests instead of having a random interface.
2079
2001
  bf728d2 Intermediate commit.
2080
- 644d6ba Fixing some tests that were failing because new base types
2081
- 768315b Adding the ability for indirection requests to be created
2002
+ 644d6ba Fixing some tests that were failing because new base types were added to Naginator, but no new related resource types were added.
2003
+ 768315b Adding the ability for indirection requests to be created with instances instead of just keys.
2082
2004
  38f0f48 Fixing an errant comment
2083
- 69a321f Fixing the tests that were failing because of the use
2084
- f9881ed Adding a Request class to the Indirection layer. This
2005
+ 69a321f Fixing the tests that were failing because of the use of the indirection request object.
2006
+ f9881ed Adding a Request class to the Indirection layer. This class is currently only used internally by the Indirection instances, but I expect that I will soon be pushing it to all of the terminus types.
2085
2007
  4032a27 Fixing the integration tests related to the destroy fix. Yay.
2086
- 0bd5799 Fixing one other test that was failing because of the change
2087
- 941177a Changing how destroy works, just a bit -- it now accepts
2088
- c6729d1 Reworking the caching layer to use TTLs instead of versions
2008
+ 0bd5799 Fixing one other test that was failing because of the change to Indirection#destroy.
2009
+ 941177a Changing how destroy works, just a bit -- it now accepts the name of the instance to be destroyed, rather than the instance itself.
2010
+ c6729d1 Reworking the caching layer to use TTLs instead of versions based on timestamps. This just modifies the indirection class itself, there is still some work to do to remove version code from other classes.
2089
2011
  8e1e06f Removing unused code from the file_serving/metadata class.
2090
- 1458123 Adding an envelope module to handle indirected instance
2012
+ 1458123 Adding an envelope module to handle indirected instance expiration.
2091
2013
  bd858df Changing the default environment to production.
2092
- 80f8b80 Adding validation to the user type to confirm that the
2014
+ 80f8b80 Adding validation to the user type to confirm that the group list does not contain any commas. This seems to be a common problem.
2093
2015
  92765ea Making a test executable
2094
2016
  7295626 Used stubs to decouple our code behavior from the behavior of the underlying filesystem, as well as removing the need to sleep (which caused the tests to take a long time).
2095
2017
  911c7fb Additional fix for emacs syntax for ticket #1160
@@ -2100,7 +2022,7 @@ e621985 Changed some non-standard Ruby locations to env ruby shebangs
2100
2022
  2036d22 Fixes debian service enabled/disable issue as detailed in #1161.
2101
2023
  1c02749 Committed patch from #1160
2102
2024
  335972e Pushed patch to fix #1174
2103
- 6f32e95 Adding the report reference back; I don't really know
2025
+ 6f32e95 Adding the report reference back; I don't really know why I removed it, since the information in it isn't anywhere else.
2104
2026
  f927b97 Updates to rrdgraph documentation
2105
2027
  e51d05c Better fix for #1020
2106
2028
  4a39d64 Revert "Added updated fix for #1020"
@@ -2108,7 +2030,7 @@ e51d05c Better fix for #1020
2108
2030
  eae5cee Fixing a duplicate word in the mount docs
2109
2031
  4f8df98 Added updated fix for #1020
2110
2032
  aa830b9 Adding 0.24.4 header to the changelog
2111
- 4c63b69 Add a bunch of directives, allows a full parse of stanford's huge nagios config
2033
+ 4c63b69 Add a bunch of directives, allows a full parse of stanford's huge nagios config Also reformatted a bit
2112
2034
  9d30b26 Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
2113
2035
  874a02f Added check_puppet.rb Nagios check plugin (See #1162)
2114
2036
  491a696 I think this will include the man pages in the build but overall the Rakefile needs a rewrite
@@ -2120,20 +2042,20 @@ aa830b9 Adding 0.24.4 header to the changelog
2120
2042
  3a8053a Updated to version 0.24.4
2121
2043
  d3e4ed7 Updated to version 0.24.4
2122
2044
  55a9009 Pass source to pkg_add via the PKG_PATH environment variable if
2123
- 6a53519 Fixing #571 -- provider suitability is now checked at resource
2045
+ 6a53519 Fixing #571 -- provider suitability is now checked at resource evaluation time, rather than resource instantiation time. This means that you don't catch your "errors" as early, but it also means you should be able to realistically configure a whole host in one run.
2124
2046
  528bbf1 Fixing a couple of tests.
2125
- 017f673 Moved the configuration of the Node cache to the puppetmasterd
2047
+ 017f673 Moved the configuration of the Node cache to the puppetmasterd executable, since it otherwise causes caches to be used in all cases, which we don't want (e.g., bin/puppet was using them).
2126
2048
  bd3f6ec Disabled man page creation by default and updated CHANGELOG
2127
- 4bfc4ef Modifying the way ensure is handled so that it supports
2128
- d93e1b4 Fixing #1138 -- the yamldir is automatically created by the
2129
- 273c7ec Disabling http keep-alive as a means of preventing #1010.
2130
- 6aa6fdb Applying patch by Ryan McBride to fix OpenBSD package
2049
+ 4bfc4ef Modifying the way ensure is handled so that it supports having it be a parameter. This is only useful if you want a composite resource that just generates other resources and passes the value on.
2050
+ d93e1b4 Fixing #1138 -- the yamldir is automatically created by the server now that it's in the :puppetmasterd section rather than a separate :yaml section.
2051
+ 273c7ec Disabling http keep-alive as a means of preventing #1010. There is now a constant in Puppet::Network::HttpPool that will disable or enable this feature, but note that we determined that it can cause corruption, especially in file serving (but it's client-side corruption).
2052
+ 6aa6fdb Applying patch by Ryan McBride to fix OpenBSD package matching. The actual problem was caused by the fix to #1001.
2131
2053
  5a31959 Added man pages and man page creation logic to install.rb
2132
2054
  e5b16b2 Ported #198 man page creation functionality to 0.24.x branch
2133
- 18320b8 Found all instances of methods where split() is used without
2134
- f6325dc Found an array that leaked pretty quickly between reparsing
2055
+ 18320b8 Found all instances of methods where split() is used without any local variables and added a local variable -- see http://snurl.com/21zf8. My own testing showed that this caused memory growth to level off at a reasonable level. Note that the link above says the problem is only with class methods, but my own testing showed that it's any method that meets these criteria. This is not a functional change, but should hopefully be the last nail in the coffin of #1131.
2056
+ f6325dc Found an array that leaked pretty quickly between reparsing files, thanks to work by Adam Jacob and Arjuna Christenson (the finding, not the leak). I'm going to act like this fixes #1131, at least for now, but I doubt it does, since that shows general memory growth over time, whereas the leak here should go away as soon as files are reparsed (because the parser is holding the reference to the leaking array).
2135
2057
  25b81b3 Fixing a test I broke with my fix to #1147
2136
- 4f400d4 Fixed #1147: Cached nodes are correctly considered out of
2058
+ 4f400d4 Fixed #1147: Cached nodes are correctly considered out of date if the node facts have been updated (thus causing node facts to again be available in manifests, for those cases where they were not).
2137
2059
  54bedb2 tweak the (already applied) patch in 388cf7c3df7ce26e953949ed6fe63d76cbbb3691 to resolve #1137; also, add tests which detect the problem.
2138
2060
  a240969 Applying patch by wyvern to fix #1142.
2139
2061
  e00065a * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Clean up the code somewhat after commit 738d275f41f3eaf015800021dd2dfe6c42a1ae79, as promised.
@@ -2141,7 +2063,7 @@ e00065a * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Clean up the co
2141
2063
  d1d408c Fix bug mentioned in commit f814e23eab140ad01df4a4a3b187fcbf20da02be:
2142
2064
  7514057 * ext/emacs/puppet-mode.el (puppet-comment-line-p, puppet-in-array): New helper functions. (puppet-indent-line): Rewrite to handle three more situations: indent elements in an array, indent single-line blocks, and ignore previous comment content when indenting non-comment lines.
2143
2065
  40a389a * ext/emacs/puppet-mode.el: Untabify, in preparation for substantive changes.
2144
- 0c45a5a Adding another commit for #1136 -- Consolidated
2066
+ 0c45a5a Adding another commit for #1136 -- Consolidated the setting of the loglevel and destination to just one call, rather than the multiple calls that remained.
2145
2067
  4ce1d37 Fixed ports documentation error
2146
2068
  c75cc42 Added more detail about the requirement for ruby-libshadow for useradd password management
2147
2069
  1dc6dc2 Final fix to #1136 - further changes to --test setting
@@ -2149,15 +2071,15 @@ e714156 Second fix to #1136 - fixed --test problem
2149
2071
  2155fe1 Fix for ticket #1136 --verbose cancels out --debug
2150
2072
  4cc18ed Applied patch in #1134
2151
2073
  2795ba4 fixing another failing test
2152
- a40e9b7 Fixing some tests that only failed under certain
2153
- 7d35ae8 Refactoring how the catalog creation handles errors.
2074
+ a40e9b7 Fixing some tests that only failed under certain circumstances (mostly, when loaded with other files, or when loaded from rake or autotest rather than separately).
2075
+ 7d35ae8 Refactoring how the catalog creation handles errors. Previously, if there were an error creating a resource, the error would propagate leaving any previously created resources still in memory.
2154
2076
  1b3c85b Removing extra debugging
2155
2077
  2d90468 Fixing a unit test for node integration
2156
- e81fc58 Settings now (again?) do not use a section more than
2157
- fca467d Removing explicit requires of types and providers,
2158
- 34129d9 Removing obsolete code from the fileserving handler.
2078
+ e81fc58 Settings now (again?) do not use a section more than once, which should make the system a bit more efficient.
2079
+ fca467d Removing explicit requires of types and providers, because they were conflicting with Puppet's autoloading. This is clearly a sign that our autoloading is silly, if Ruby's own loading easily makes it unhappy.
2080
+ 34129d9 Removing obsolete code from the fileserving handler. This was obsoleted in 0.24.2.
2159
2081
  f62eec8 updating resource references in the docs
2160
- d0554db Hopefully *finally* fixed the "already being managed" problem
2082
+ d0554db Hopefully *finally* fixed the "already being managed" problem (#1036). The problem only cropped up if there was a failure when trying to manage the system -- this would cause the setting-based resources not to get cleaned up.
2161
2083
  13c6de3 Adding a rake taks for updating the trac docs
2162
2084
 
2163
2085
  0.24.3
@@ -2167,28 +2089,28 @@ d0554db Hopefully *finally* fixed the "already being managed" problem
2167
2089
  18ed28b Updating changelog for 0.24.3
2168
2090
  ab72048 Removing a Settings.use that is unnecessary
2169
2091
  bba0b43 Downgrading the "Using cache" message from the indirection to debug
2170
- 1dc0e24 Modified the ldap node terminus to also use the facts version
2171
- 4a45a1d Caching node information in yaml (I figured caching in memory will
2172
- f3a304c Modifying the yaml terminus base class to use the timestamp
2092
+ 1dc0e24 Modified the ldap node terminus to also use the facts version as the version for a node, which should similarly encourage the use of the yaml cache. (Related to #1130)
2093
+ 4a45a1d Caching node information in yaml (I figured caching in memory will cause ever-larger memory growth), and changing the external node terminus to use the version of the facts as their version. This will usually result in the cached node information being used, instead of always hitting the external node app during file serving. Note that if the facts aren't changed by the client, then this will result in the cached node being used, but at this point, the client always updates its facts. (#1130)
2094
+ f3a304c Modifying the yaml terminus base class to use the timestamp of the yaml file as the version of the object.
2173
2095
  8b29368 Adding a filebucket test to puppet-test
2174
2096
  da77cb6 Adding a test for local compiling
2175
2097
  405802e Using the indirected facts rather than master.getfacts, so no factsync is used
2176
2098
  388cf7c Regression in :node_name functionality
2177
2099
  872ced7 Flat file now does writing to a tempfile.
2178
- 4956323 Fixing #1132 -- host names can now have dashes anywhere.
2179
- ecb873d Fixing #1118 -- downloading plugins and facts now ignores noop.
2100
+ 4956323 Fixing #1132 -- host names can now have dashes anywhere. (Patch by freiheit.)
2101
+ ecb873d Fixing #1118 -- downloading plugins and facts now ignores noop. Note that this changes the behaviour a bit -- the resource's noop setting always beats the global setting (previously, whichever was true would win).
2180
2102
  e2370b3 Fixing the service-stop on debian, using the patch provided by DavidS
2181
2103
  e8029cc Fixing the "tidy" type to use an option hash for specifying its parent class
2182
2104
  c955f61 updating changelog for already-closed tickets
2183
2105
  eecc22c Cache the same type we check for, hopefully fixes #1116
2184
2106
  f1216f8 Revert "Cache the same type we check for, hopefully fixes #1116"
2185
2107
  ca0b62a Cache the same type we check for, hopefully fixes #1116
2186
- 35214eb Fixing the rest of #1113: External node commands can specify
2187
- 2261032 Partially fixing #1113: LDAP nodes now support environments,
2108
+ 35214eb Fixing the rest of #1113: External node commands can specify an environment and Puppet will now use it.
2109
+ 2261032 Partially fixing #1113: LDAP nodes now support environments, and the schema has been updated accordingly.
2188
2110
  4c0f6c8 Fix for 1094
2189
- 647f5b4 Always duplicating resource defaults in the parser, so that
2111
+ 647f5b4 Always duplicating resource defaults in the parser, so that stacked metaparameter values do not result in all resources that receive a given default also getting those stacked values.
2190
2112
  ee8fac6 Changed name of method for clarity per code review
2191
- 8192475 Ticket #1041
2113
+ 8192475 Ticket #1041 The CA serial file was getting owned by root because it was using a different method to write to file
2192
2114
  4c47656 Applies patches from #1111 and #1112
2193
2115
  443db20 Fix tests depending on the Puppet[:localcert] file existing using stubs
2194
2116
  8627139 Updating version number
@@ -2202,52 +2124,52 @@ bfdac69 Updated to version 0.24.2
2202
2124
  6faed12 updating changelog for 0.24.2
2203
2125
  ee88c58 Applying patch by DavidS to fix #1083.
2204
2126
  a7339ec Fixing a few tests
2205
- e008b02 Fixing #1110 -- transactions now always make sure
2206
- 65b7267 Fixing the fact that resources that model defined resources
2127
+ e008b02 Fixing #1110 -- transactions now always make sure their tags are arrays.
2128
+ 65b7267 Fixing the fact that resources that model defined resources were getting finished multiple times, which meant they got multiple copies of metaparams.
2207
2129
  4c3fa78 Fixing a few more loading order issues.
2208
2130
  857814a Fixing tests that did not work with Rails 2.
2209
- 7ca0ad6 Fixing a test that changed the environment for all later tests,
2131
+ 7ca0ad6 Fixing a test that changed the environment for all later tests, thus breaking some of them.
2210
2132
  9b07758 * Tweaks for puppetshow UI cleanup
2211
- 0139889 * Add migration for "created_at" (hobo expects it)
2133
+ 0139889 * Add migration for "created_at" (hobo expects it) * Tweaks for puppetshow interface cleanup * Delete unused tagging lib and puppet_class model
2212
2134
  43aea83 renaming ral/types to ral/type in the tests
2213
- 879ee22 Fixing #1062 by moving the yamldir setting to its own yaml
2214
- fd1573f Fixed #1047 -- Puppet's parser no longer changes the order
2215
- 9d6e926 Fixed #1063 -- the master correctly logs syntax errors when
2216
- abd688e Fixing #1092 by no longer using the resource reference to
2135
+ 879ee22 Fixing #1062 by moving the yamldir setting to its own yaml section. This should keep the yamldir from being created on clients.
2136
+ fd1573f Fixed #1047 -- Puppet's parser no longer changes the order in which statements are evaluated, which means that case statements can now set variables that are used by other variables.
2137
+ 9d6e926 Fixed #1063 -- the master correctly logs syntax errors when reparsing during a single run.
2138
+ abd688e Fixing #1092 by no longer using the resource reference to look resources up, which means there's no concern about not finding the resource, which is where the nil was coming from. We now just iterate over the vertices.
2217
2139
  29aafb4 Fixing an integration test so it cleans up after itself
2218
2140
  82b02b9 Fixing #1101 -- puppetrun works again.
2219
- dd17d4c Fixing #1093 -- 0.23.2 clients are again compatible
2141
+ dd17d4c Fixing #1093 -- 0.23.2 clients are again compatible with 0.24.x servers. :ignore links is now equivalent to :manage links.
2220
2142
  c0b5352 testing automatic commit emails
2221
- 614ab9f Adding a 'control' parameter to services, for those
2222
- bb8051b Removed the loglevels from the valid values for 'logoutput'
2143
+ 614ab9f Adding a 'control' parameter to services, for those service types that need a control variable to enable/disable.
2144
+ bb8051b Removed the loglevels from the valid values for 'logoutput' in the Exec resource type -- the log levels are specified using the 'loglevel' parameter, not 'logoutput'. This never worked, or at least hasn't for ages, and now the docs are just correct.
2223
2145
  ff4f65a replacing tabs with spaces in the redhat interface provider
2224
2146
  f3db79e Fixing a typo in the mailalias resource type
2225
- 4e55999 Removing the validation on package sources, since
2226
- 42bfdf2 Fixing #1085, I think -- I was not returning a resource
2227
- 1258512 Fixing #1084 -- the node catalog asks the individual
2147
+ 4e55999 Removing the validation on package sources, since some platforms (e.g., hpux) do not have a well-formed requirement for the source.
2148
+ 42bfdf2 Fixing #1085, I think -- I was not returning a resource if the class had already been evaluated, but this was only being run into in corner cases -- mostly where one class included another class, I assume.
2149
+ 1258512 Fixing #1084 -- the node catalog asks the individual resources whether they're isomorphic, and they in turn ask the resource types (or default to true for defined resource types).
2228
2150
  9a33487 adding a comment to the namespaceauth.conf file
2229
2151
  04892ee Adding an example namespaceauth.conf
2230
2152
  f0975df Trac #1038: not a fix, just an attempt at improving the situation.
2231
2153
  c8b320e Corrected #1040 fix - this should now be right - trace was after raise
2232
- 07cd482 Making a couple of other small fixes, requiring
2233
- ff97059 Somewhat refactored fileserving so that it no longer caches
2154
+ 07cd482 Making a couple of other small fixes, requiring classes that were not being required in the right order.
2155
+ ff97059 Somewhat refactored fileserving so that it no longer caches any objects, nor does it use Puppet's RAL resources. In the process, I fixed #894 (you can now copy links) and refactored other classes as necessary. Mostly it was fixing tests.
2234
2156
  939c952 Fixes ticket #1080
2235
2157
  f184228 Fixes ticket #1079 - added . support for tags
2236
- 9b6e501 Fixing a test that was failing when a user-specific
2158
+ 9b6e501 Fixing a test that was failing when a user-specific fileserver.conf actually exists.
2237
2159
  5d35bc5 Fixes #1078 and includes new test
2238
2160
  7976015 Removing a test I never migrated from test/unit.
2239
- 279a0c5 Fixing a test that was actually reading in keys
2161
+ 279a0c5 Fixing a test that was actually reading in keys from the filesystem and failed when those keys were unreadable.
2240
2162
  098a69c updating checksum for #1010 fix
2241
2163
  b06767e Quashed commit of my fixes for #1010.
2242
- 5e18b8d Hasstatus in the init service provider; it was just
2164
+ 5e18b8d Hasstatus in the init service provider; it was just doing a boolean check, rather than comparing to :true.
2243
2165
  60f18c2 Fixed minor documentation error
2244
2166
  39a6756 Fixed #1073 - moved show_diff and other logic post config parse
2245
2167
  f006e17 Fixed test for #1040
2246
2168
  1f0ea5a Second attempt fix address ticket #1040
2247
2169
  39f9818 Removing some extraneous debugging from a test.
2248
2170
  d82bfd8 Attempt to fix #1040 - catching errors in compilation
2249
- e830f28 Fixed #1018 -- resources now have their namevars added as
2250
- 60dd569 Fixed #1037 -- remote unreadable files no longer have the
2171
+ e830f28 Fixed #1018 -- resources now have their namevars added as aliases in the resource catalog, just like they were added in the resource classes.
2172
+ 60dd569 Fixed #1037 -- remote unreadable files no longer have the permission denied exceptions caught, thus forbidding them from being replaced with 'nil'.
2251
2173
  2de4654 converting parser ast node specs from setup/teardown to before/after
2252
2174
  9927efb converting parser ast host class specs from setup/teardown to before/after
2253
2175
  c86c1da converting node catalog specs from setup/teardown to before/after
@@ -2270,8 +2192,8 @@ eb0bdcb converting indirector/module_files specs from setup/teardown to before/
2270
2192
  d04567a converting indirection specs away from setup/teardown to rspec compatible before/after usage
2271
2193
  aa14ce7 moving setup() methods to before :each, so that the tests will run with rspec, as opposed to just rake (which calls them directly with ruby, as opposed to any spec binary)
2272
2194
  f9f32c4 reordering spec binaries to prefer the local vendor/gems/rspec/bin/spec option
2273
- d11cd39 Fixing a failing test that resulted from a change
2274
- 62d7616 Fixing the directory service provider's behaviour
2195
+ d11cd39 Fixing a failing test that resulted from a change in how checksums are created.
2196
+ 62d7616 Fixing the directory service provider's behaviour when there's no value for a given attribute.
2275
2197
  f087df0 Fixed ticket #1072 - Debian directory updates
2276
2198
  0eede76 Fixed Ticket 1009 - problem with plist xml parser. We do not need the plist parser for pkgdmg.
2277
2199
  458cb23 Fixed ticket #1070 - puppetrun configuration parse problem
@@ -2279,48 +2201,48 @@ f087df0 Fixed ticket #1072 - Debian directory updates
2279
2201
  10d4d0e Fixed ticket #1065 - Solaris SMF manifests
2280
2202
  8fa4120 Fixed ticket #1068 - Minor documentation fix
2281
2203
  30128bd Really minor change to user creation in Leopard.
2282
- 6013b25 Refactoring the incremental checksum generation
2283
- aebd303 Enhancing the stand-alone checksums utility module
2204
+ 6013b25 Refactoring the incremental checksum generation slightly based on the code in type/file/checksum.rb.
2205
+ aebd303 Enhancing the stand-alone checksums utility module with the rest of the checksums we're likely to use, and adding tests, which I somehow missed when I wrote this file.
2284
2206
  df3fbc7 Fixed #1060 - Debian service removal and addition
2285
- 5ef8a3e Changing portage to use Puppet::Error instead of Puppet::PackageError,
2207
+ 5ef8a3e Changing portage to use Puppet::Error instead of Puppet::PackageError, fixing #1059.
2286
2208
  c4f7c51 Fixing comment -- ticket #1027 instead of #1064
2287
- 8920557 Fixing #1064 -- providers et al are now autoloaded
2209
+ 8920557 Fixing #1064 -- providers et al are now autoloaded from modules even when Autoload#loadall is used.
2288
2210
  4829711 removing "lib" deprecation notice from autoloader
2289
- f8afe13 Fixed #1043 -- autoloading now searches the plugins directory
2290
- fe02591 Fixed #1003 -- Applying DavidS's patch to fix searching for
2211
+ f8afe13 Fixed #1043 -- autoloading now searches the plugins directory in each module, in addition to the lib directory. The 'lib' directory is also deprecated, but supported for now to give people a chance to convert.
2212
+ fe02591 Fixed #1003 -- Applying DavidS's patch to fix searching for tags in sql.
2291
2213
  9b1bfc1 Fixed #992 -- Puppet is now compatible with gems 1.0.1.
2292
- 0cfa1d2 Fixed #968 again, this time with tests -- parseonly works,
2293
- 8367fdf Renaming the 'pfile' and 'pfilebucket' files to plain
2294
- a42c3ae Fixed #1021 -- the problem was that my method of determining
2214
+ 0cfa1d2 Fixed #968 again, this time with tests -- parseonly works, including not compiling the configurations, and also storeconfigs is no longer required during parse-testing.
2215
+ 8367fdf Renaming the 'pfile' and 'pfilebucket' files to plain 'file' and 'filebucket'. This should have been done years ago.
2216
+ a42c3ae Fixed #1021 -- the problem was that my method of determining the in-degree sometimes resulted in a lower number than the number of in-edges.
2295
2217
  d406353 Removing the last vestiges of GRATR from the PGraph class
2296
- 068b61e Removing obsolete references (they're in the indirection
2218
+ 068b61e Removing obsolete references (they're in the indirection reference), and adding error handling to puppetdoc.
2297
2219
  98dbfa2 Loading the mocha gem from the puppettest.rb file.
2298
- 12fa0fa Fixing the Rakefile so all tests run in one task instead
2299
- cb5def4 'rake' within the spec dir works now, anyway, which is
2220
+ 12fa0fa Fixing the Rakefile so all tests run in one task instead of multiple.
2221
+ cb5def4 'rake' within the spec dir works now, anyway, which is a good start. Autotest still doesn't work, though.
2300
2222
  eb74033 Fixing the puppet_rspec autotest plugin to use the modern interface
2301
2223
  1b90f7f Trying to upgrade rspec, but not having much luck.
2302
- bcb9b56 Copying over Rick's work from the master branch supporting autotest and
2224
+ bcb9b56 Copying over Rick's work from the master branch supporting autotest and cleaning up the rspec support.
2303
2225
  3af6827 Adding an inflection util class.
2304
- 7e45553 Fixed #997 -- virtual defined types are no longer evaluated.
2305
- c8da318 Moving the ast node tests to rspec (which I could have
2306
- 8b2fae0 Removing the last remaining vestiges of GRATR --
2307
- cf21ade Switching the Node catalog to use the Tagging module
2226
+ 7e45553 Fixed #997 -- virtual defined types are no longer evaluated. NOTE: This introduces a behaviour change, in that you previously could realize a resource within a virtual defined resource, and now you must realize the entire defined resource, rather than just the contained resource.
2227
+ c8da318 Moving the ast node tests to rspec (which I could have *sworn* I did this weekend). In the process, I fixed a couple of bugs related to differentiating between nodes and classes, and then cleaned up quite a few error messages.
2228
+ 8b2fae0 Removing the last remaining vestiges of GRATR -- removing the bangs from 'add_vertex!' and 'add_edge!'.
2229
+ cf21ade Switching the Node catalog to use the Tagging module instead of its own tag methods.
2308
2230
  744cd45 Added a 'tagged?' method to the Tagging module.
2309
- d21416b Switching the Node Catalog to using a separate method
2310
- fd0c5cb Changing the name of the Compile class to Compiler,
2311
- 5ebaa89 Refactoring the interface between the Compile class
2312
- e247b56 Changing some methods in the Compile class to
2313
- 6a4cf6c Fixed #1030 - class and definition evaluation has been significantly
2314
- 3b740ff Converting the Compile class to use a Node::Catalog instance
2315
- 194e730 Moving all of the tests for Puppet::Parser::Compile to
2316
- fb4bdc0 More AST refactoring -- each of the code wrapping classes
2317
- 5a0e34b Refactoring the AST classes just a bit. I realized that
2231
+ d21416b Switching the Node Catalog to using a separate method for validating that a given resource is unique within the catalog. This no longer allows any duplication, even with Execs.
2232
+ fd0c5cb Changing the name of the Compile class to Compiler, since it's stupid to have a class named after a verb.
2233
+ 5ebaa89 Refactoring the interface between the Compile class and the AST::Node class to match that to the definitions and AST classes.
2234
+ e247b56 Changing some methods in the Compile class to be more internally consistent (switched store_resource to add_resource, and store_override to add_override).
2235
+ 6a4cf6c Fixed #1030 - class and definition evaluation has been significantly refactored, fixing this problem and making the whole interplay between the classes, definitions, and nodes, and the Compile class much cleaner.
2236
+ 3b740ff Converting the Compile class to use a Node::Catalog instance as its resource container, instead of having its own behaviour around resource uniqueness.
2237
+ 194e730 Moving all of the tests for Puppet::Parser::Compile to rspec, so I can refactor the class to more heavily rely on a Node::Catalog instead of doing its own resource container management.
2238
+ fb4bdc0 More AST refactoring -- each of the code wrapping classes just returns a resource from its evaluate() method, and all of the work is done in the evaluate_code method. This makes the code cleaner, because it means 1) evaluate() has the same prototype as all of the other AST classes, 2) evaluate() is no longer called indirectly through the Parser Resource class, and 3) the classes themselves are responsible for creating the resources, rather than it being done in the Compile class.
2239
+ 5a0e34b Refactoring the AST classes just a bit. I realized that all of the evaluate() methods only ever accepted a scope, and sometimes one other option, so I switched them all to use named arguments instead of a hash.
2318
2240
  82720d5 Removing some obsolete code from the AST base class
2319
2241
  dbaffae Ceasing autoloading ast files; loading them manually instead
2320
2242
  7c500da Stubbing Facter during the snippet tests, so they are faster and work with no network
2321
2243
  084d0fb Adding more information to dependencies that do not resolve
2322
- b293763 Applying patch by Jay to fix #989 -- missing crl files are
2323
- 2931723 Fixing the Settings class so that it correctly handles
2244
+ b293763 Applying patch by Jay to fix #989 -- missing crl files are correctly ignored, and you now use 'false' instead of 'none' to explicitly ignore them.
2245
+ 2931723 Fixing the Settings class so that it correctly handles file values that are false.
2324
2246
  f7b0ca9 Fixed #1052 - fixed gentoo service management
2325
2247
  b3f67ec Fix ticket 974. My original "fix" wasn't. This actually fixes the problem by using a regular expression that matches only up to the first square bracket.
2326
2248
  8f0d87d Added :env parameter for backwards-compatibility, with warning about deprecation. :env parameter sets new :environment parameter. Changed instances of :env to :environment for consistency with other types. Added tests for new parameters. This cimmit fixes ticket 1007.
@@ -2329,29 +2251,29 @@ aedd59c fix bug 974 - filenames with opening bracket characters generate except
2329
2251
  b8036a9 Updating the docs for the cron type
2330
2252
  28a8577 Added hostname test for hosts type
2331
2253
  16df87c Updated fix for ticket #151 and added a test
2332
- ed0c745 Fixing #1017 -- environment-specific modulepath is no
2333
- ade9f3c Store a resource before adding relations to it otherwise activerecord will
2254
+ ed0c745 Fixing #1017 -- environment-specific modulepath is no longer ignored. (Cherry-picked from master.)
2255
+ ade9f3c Store a resource before adding relations to it otherwise activerecord will complain. This fixes #933
2334
2256
  047ec54 Fixed tickt #1034 - doco typo
2335
- 6ff9423 Significantly refactoring the lexer, including adding Token and TokenList
2257
+ 6ff9423 Significantly refactoring the lexer, including adding Token and TokenList classes for managing how the tokens work.
2336
2258
  11799b3 Fixed #1001
2337
2259
  348aa3e Fixed #1028 - examples incorrect for 0.24.x
2338
2260
  974fcdb Removed womble-specific Debian build section
2339
2261
  321b8fd Fixed #1006 - changed ldapnodes to node_terminus
2340
2262
  ee6ddc9 Removing tons of unnecessary calls to "nil?" from the lexer.
2341
- 7a4935f Fixing a couple of tests, one related to recent tagging changes
2263
+ 7a4935f Fixing a couple of tests, one related to recent tagging changes and one that somehow slipped through when I removed the GRATR code.
2342
2264
  9a290bb Second attempt to fix ticket #151 - host type now validates IP addresses and hostnames/FQDNs
2343
2265
  4a7fcfc Revert "Fixes ticket #151 - host type now validates IP addresses and hostnames/FQDNs - the regex for the latter is quite complex but I have found it bullet-proof in the past"
2344
2266
  b561ae6 Fix bug #997, only evaluate non-virtual definitions
2345
2267
  1ccc9c3 Fixes ticket #151 - host type now validates IP addresses and hostnames/FQDNs - the regex for the latter is quite complex but I have found it bullet-proof in the past
2346
2268
  d7a89b4 Fixed #1019 - made libshadow available for non-Linux users
2347
- 8a649ff I think I've finally fixed #959, by having the Settings
2269
+ 8a649ff I think I've finally fixed #959, by having the Settings class skip any resources that are already in memory.
2348
2270
  52eba77 Fixing #794 -- consolidating the gentoo configuration files.
2349
- f43be56 Removing the line that marked fink as the default package
2350
- f98be4a Fixing #976 -- both the full name of qualified classes and
2351
- 2cbab2c Fixing #1008 -- Puppet no longer throws an exception
2352
- f5674cd Fixing #995 -- puppetd no longer dies at startup if the
2353
- 7a9aae8 Wrapping the Resolv call in the mongrel server so if it
2354
- 9161ae8 Applying a fix for #998 -- I used a patch equivalent to
2271
+ f43be56 Removing the line that marked fink as the default package manager on darwin.
2272
+ f98be4a Fixing #976 -- both the full name of qualified classes and the class parts are now added as tags. I've also created a Tagging module that we should push throughout the rest of the system that uses tags.
2273
+ 2cbab2c Fixing #1008 -- Puppet no longer throws an exception when you've pointed a file at a source that doesn't exist and you specify 'ensure'.
2274
+ f5674cd Fixing #995 -- puppetd no longer dies at startup if the server is not running.
2275
+ 7a9aae8 Wrapping the Resolv call in the mongrel server so if it fails it doesn't kill the server.
2276
+ 9161ae8 Applying a fix for #998 -- I used a patch equivalent to bartv's, although I could not use his commit because it was against the 'master' branch instead of 0.24.x.
2355
2277
  046a326 Fixing #977 -- rundir is again set to 1777.
2356
2278
  4618140 Updating docs for ssh.
2357
2279
  7ee4746 Adding a parse test to puppet-test.
@@ -2360,20 +2282,20 @@ b24ac77 Fixes ticket #1004 - documentation fixes for ralsh and puppetrun
2360
2282
  1ff9d65 Updated documentation for builtin cron type; added information about range and step syntaxes.
2361
2283
  f15696c Updated tagmail documentation fixing ticket #996
2362
2284
  e3d4ea8 Fixes ticket #993 - tagmail with smtpserver specified does not add To/From/Subject header
2363
- 40addcd Fixing #982 -- I have completely removed the GRATR graph library
2364
- 927dff4 Fixing #971 -- classes can once again be included multiple
2365
- 117926c Fixing the unit tests for nagios_maker; I could swear I'd already
2366
- a7bca7e Removing the requirement in the parsed mount provider
2285
+ 40addcd Fixing #982 -- I have completely removed the GRATR graph library from the system, and implemented my own topsort method.
2286
+ 927dff4 Fixing #971 -- classes can once again be included multiple times.
2287
+ 117926c Fixing the unit tests for nagios_maker; I could swear I'd already done this but I must not have committed it.
2288
+ a7bca7e Removing the requirement in the parsed mount provider that the fstab file exist.
2367
2289
  1bdf3f8 Fixed #984 - Added Debian to reponsefile doco
2368
2290
  b1f13af Fixed #980 - minor wiki formatting error in nagios_maker.rb
2369
2291
  2f9c13b Fixed ticket #979 - code configuration option doco
2370
2292
  039dc8d Fixed ticket #979 - pkgdmg.rb documentation
2371
2293
  1154c42 Fixed ticket #978 - logcheck/puppet
2372
- 33e319a Added builtin support for all Nagios resource types.
2294
+ 33e319a Added builtin support for all Nagios resource types. I use Naginator to parse and generate the files, with ParsedFile to handle record management and the like.
2373
2295
  68cde4f Removing the one-off naginator provider for nagios_command.
2374
- 348f257 Adding the metaprogramming to create the Nagios types
2375
- 4e8bc40 Fixing the inability to manage '/' directly. It was a result
2376
- 9b1d036 Adding the first round of Nagios code. There are no
2296
+ 348f257 Adding the metaprogramming to create the Nagios types and Naginator providers. This is basically all of the code that's necessary to create all of the needed Nagios types.
2297
+ 4e8bc40 Fixing the inability to manage '/' directly. It was a result of stripping extra and trailing slashes.
2298
+ 9b1d036 Adding the first round of Nagios code. There are no tests here, but at least a single Nagios type is functional. Now I need to do some metaprogramming so this works for all nagios types, and add tests for the whole thing.
2377
2299
  20367c6 Updated for 0.24.1
2378
2300
  20d430d Adding 0.24.1 tag to the changelog.
2379
2301
 
@@ -2382,60 +2304,60 @@ b1f13af Fixed #980 - minor wiki formatting error in nagios_maker.rb
2382
2304
  4fa6546 Updated to version 0.24.1
2383
2305
  d17fb7a Updated to version 0.24.1
2384
2306
  40439da Updating an exception message a bit.
2385
- e2fc425 Attempting to fix #952 -- catching any exceptions thrown
2386
- c59ff62 Further fixes toward #965. Turned out that the previous fix
2387
- 4d28b10 Updating the failure when the CRL is missing, so it's
2388
- e4446b6 Fixing parseonly with a modified version of jay's
2389
- bc0616e Updating filetype detection for vim, and changing
2390
- 927cb24 Fixing #967 -- default resources no longer conflict with
2391
- c998a25 Adding a --print option to puppetca that just prints the full-text version of a
2392
- 9c32c9c Removing the ability to disable http-keep alive,
2393
- 553b2ad Entirely refactoring http keep-alive. There's now
2394
- 92b0ebc Fixing #967 -- relationships now work when running 0.23.x clients
2395
- 1ada24d Fixing some tests that were failing with the recent ruby that has
2307
+ e2fc425 Attempting to fix #952 -- catching any exceptions thrown during a run.
2308
+ c59ff62 Further fixes toward #965. Turned out that the previous fix caused other problems.
2309
+ 4d28b10 Updating the failure when the CRL is missing, so it's clear how to solve the problem.
2310
+ e4446b6 Fixing parseonly with a modified version of jay's patch from #968.
2311
+ bc0616e Updating filetype detection for vim, and changing the filestructure for vim files. (#900 and #963)
2312
+ 927cb24 Fixing #967 -- default resources no longer conflict with managed resources.
2313
+ c998a25 Adding a --print option to puppetca that just prints the full-text version of a certificate, and --verify, which uses the external openssl command to verify the cert against the CA cert (I could not find an option to the builtin Ruby libraries to do this).
2314
+ 9c32c9c Removing the ability to disable http-keep alive, since it didn't work and is now unnecessary.
2315
+ 553b2ad Entirely refactoring http keep-alive. There's now a central module responsible for managing the http pool (Puppet::Network::HttpPool), and it also handles setting certificate information. This gets rid of what were otherwise long chains of method calls, and it makes the code paths much clearer.
2316
+ 92b0ebc Fixing #967 -- relationships now work when running 0.23.x clients against 0.24.0 servers.
2317
+ 1ada24d Fixing some tests that were failing with the recent ruby that has ssl issues.
2396
2318
  c22a584 Uninstalling packages through 'ensure => absent' works again for the rpm and yum providers.
2397
2319
  8f5989a Updated for 0.24.0-2
2398
2320
  cc2d532 Updated for 0.24.0
2399
- 933b1df Fixing #961 -- closing existing, open connections when
2400
- e0dab9a Updating changelog to reflect the fact that we no
2321
+ 933b1df Fixing #961 -- closing existing, open connections when a new connection is requested, and closing all connections at the end of each run.
2322
+ e0dab9a Updating changelog to reflect the fact that we no longer warn about explicit plugin mounts.
2401
2323
  4d3a368 Remove the warning about an explicit plugins mount.
2402
- 178093f Fixing the Rakefile to include the yumhelper.py file in
2324
+ 178093f Fixing the Rakefile to include the yumhelper.py file in the file list.
2403
2325
 
2404
2326
  0.24.0
2405
2327
  ======
2406
2328
  6b02bd5 Updated to version 0.24.0
2407
2329
  e92f1cc Updated to version 0.24.0
2408
2330
  22daebe Adding changelog update for misspiggy/0.24.0
2409
- e0f5444 Fixing the webrick test to provide a correct host
2410
- 106f319 Changing the statefile to only being managed by clients,
2411
- 4ebb8d0 Hopefully finally fixing #959. Loading the stored cache
2412
- 690e287 This should be the last fix for exported resources.
2331
+ e0f5444 Fixing the webrick test to provide a correct host name so the stupid ssl checks pass during the test.
2332
+ 106f319 Changing the statefile to only being managed by clients, not by puppetmasterd.
2333
+ 4ebb8d0 Hopefully finally fixing #959. Loading the stored cache resulted in the resource duplication, based on how the settings are used, so I added a test to only use those settings if the directories do not exist.
2334
+ 690e287 This should be the last fix for exported resources. Hosts were keeping the export bit on all resources, even when they'd collected another host's resources, which caused a duplicate copy that was still exported.
2413
2335
  f1169ee Not using the main section when running the store report, since it is unneeded and can cause conflicts within puppetmasterd
2414
2336
  ce5cab1 Removing extraneous debugging from the schedule resource type.
2415
2337
  cb0c4ee Renaming 'configuration' to 'catalog', fixing #954.
2416
- 7ac3bd7 Renaming the 'null' terminus type to 'plain', as
2417
- a21ee00 Copying the fact-loading code from the network client to
2338
+ 7ac3bd7 Renaming the 'null' terminus type to 'plain', as requested in #960.
2339
+ a21ee00 Copying the fact-loading code from the network client to the Facter terminus until I have a better solution. This problem was discovered becomes of #958.
2418
2340
  1bbaf18 Applying patch by whaymond to fix #955.
2419
- d9200a0 Adding what is hopefully the last commit for #896. Here's the
2420
- 74db777 Removing the 'addpath' commands from the freebsd service
2421
- b19a0c9 Removing the recently-commited paludis provider,
2422
- 02b64ab Applying patch by josb in #884 to provide pattern
2341
+ d9200a0 Adding what is hopefully the last commit for #896. Here's the changelog:
2342
+ 74db777 Removing the 'addpath' commands from the freebsd service provider, since it's no longer needed or even valid.
2343
+ b19a0c9 Removing the recently-commited paludis provider, because it breaks autoloading as indicated in #956.
2344
+ 02b64ab Applying patch by josb in #884 to provide pattern matching in the tidy type.
2423
2345
  584127c Applying patch by raj in #881.
2424
- 4ee5ab8 Applying patch for portage package support from thansen
2425
- ed642ac Replacing freebsd service provider with the one
2426
- 117f005 Adding paludis package support as provided by KillerFox
2427
- 3248c93 Fixing #937 -- I had not ported the dot methods at all,
2346
+ 4ee5ab8 Applying patch for portage package support from thansen in #895.
2347
+ ed642ac Replacing freebsd service provider with the one provided by raj in #880.
2348
+ 117f005 Adding paludis package support as provided by KillerFox in #741.
2349
+ 3248c93 Fixing #937 -- I had not ported the dot methods at all, and I had to make a few small changes to make them work.
2428
2350
  a8bf74b Fixing #946.
2429
2351
  b70f00a Fixing some further failing tests resulting from the fix for
2430
- 862d1f7 Adding an Indirection reference, along with the work
2352
+ 862d1f7 Adding an Indirection reference, along with the work necessary to support it.
2431
2353
  da77e4a Updating the changelog with external node info.
2432
- f127d04 Fixing #951 -- external nodes work again, but you have to
2433
- 7a4ae08 Fixing the rest of #948. My previous work was sufficient,
2434
- 3790ce1 Fixing part of #948 -- per-setting hooks are now called
2435
- b852c2f Fixing #941 -- calling pkg_info instead of info
2436
- ae33e57 Fixing #923 (again). The host storage method was not
2354
+ f127d04 Fixing #951 -- external nodes work again, but you have to set the 'node_terminus' setting to 'exec'.
2355
+ 7a4ae08 Fixing the rest of #948. My previous work was sufficient, except that I was not passing the interpolated value in to the hook, which meant the libdir was set to something like $vardir/lib.
2356
+ 3790ce1 Fixing part of #948 -- per-setting hooks are now called when the configuration file is parsed. The bug is still there, but I'm getting closer.
2357
+ b852c2f Fixing #941 -- calling pkg_info instead of info in the openbsd package provider.
2358
+ ae33e57 Fixing #923 (again). The host storage method was not correctly searching for the host, so it was creating a new host on each run, which is what was causing the conflict.
2437
2359
  9ad7d1a Adding basic unit tests for type/user by DavidS from #948.
2438
- 038b9c8 Fixing #923. Resources that are collected on the local
2360
+ 038b9c8 Fixing #923. Resources that are collected on the local host are no longer marked as not exported.
2439
2361
  5886d37 Applying patch by whaymond_home to further fix part of #896.
2440
2362
  072b03e simplify PluginsMount
2441
2363
  a012849 Updated tests for http_enable_post_connection_check configuration setting.
@@ -2446,39 +2368,39 @@ f94d6d3 As per lutter; augmented fix for #896 to be configurable and defaulting
2446
2368
  88304cc Renaming @model to @resource in a provider
2447
2369
  75647ee Fixing a couple of tests that were failing on a different platform or with a different version of ruby
2448
2370
  811fefa Fixing #892 -- filesystem mounts are no longer remounted.
2449
- dedc56a Fixing #527 (rewrote service tests), #766 (services only restart when they
2371
+ dedc56a Fixing #527 (rewrote service tests), #766 (services only restart when they are running), and #918 (service tests fail when hddtemp is not installed).
2450
2372
  421b3fc Another backward compatibility patch, this time helping with a new server and old client
2451
2373
  bbf8a8b Making a few changes to the transportable class to enhance backward compatibility
2452
- 11ae473 Theoretically, this patch is to fix #917 (which it does), but
2453
- 8127397 Fixing puppetca so it passes its tests, duh. Apparently
2454
- 2282046 Adding a top-level ResourceReference class that everything
2455
- c6d1746 Fixing the first half of #917 -- the ResourcReference
2374
+ 11ae473 Theoretically, this patch is to fix #917 (which it does), but there were enough problems fixing it that I decided something more drastic needed to be done.
2375
+ 8127397 Fixing puppetca so it passes its tests, duh. Apparently wyvern's patch broke things a bit and I was stupid enough not to run the tess right before accepting.
2376
+ 2282046 Adding a top-level ResourceReference class that everything else can use to canonize how we refer to resources. Finally.
2377
+ c6d1746 Fixing the first half of #917 -- the ResourcReference AST code now correctly finds the resource. It's getting lost in the configuration translation, though, so I need to fix that, too.
2456
2378
  6c1d8d3 Applying fix to xmlrpc client tests by Matt Palmer
2457
2379
  6b2c0d8 Fixing the error message as requested in #893.
2458
2380
  1b2142b Applying patches from #823 by wyvern
2459
2381
  c7cd7ec Fixing the markup on the pkgdmg provider so it is a bit better
2460
- 1e6ba6f Fixing #781, from what I can tell. I'm leaving it with
2461
- 5d30ea9 Fixing #810 -- I catch the error and prefix it with something
2462
- 4e52ffc Fixing #796 -- the fileserver can now start with no
2463
- 168fa5f Fixing the asuser method in Puppet::Util::SUIDManager
2464
- 0ef6b95 Fixing #931 by keeping track in configurations of
2465
- a38b415 Fixing #927 -- rewriting the test to actually test what it's
2466
- 7ff8ea5 Fixing the persistent and periodic schedule test failures
2467
- 18b4c3a Fixing #924 -- clearing the configuration cache before and
2468
- 2cb1199 Fixing the breakage that I caused when I added the 'declared_feature?'
2469
- 2d19ee2 Fixing #920 -- I have replaced the existing mount test with an
2470
- c3dde68 Fixing #919 -- installed packages used for testing are just ignored,
2382
+ 1e6ba6f Fixing #781, from what I can tell. I'm leaving it with no tests for now, since it's a very small chunk of code and it's *insanely* difficult to test this kind problem.
2383
+ 5d30ea9 Fixing #810 -- I catch the error and prefix it with something a bit more useful.
2384
+ 4e52ffc Fixing #796 -- the fileserver can now start with no configuration file (it creates both default mount points if it does) and puppetmasterd no longer requires the configuration file to exist.
2385
+ 168fa5f Fixing the asuser method in Puppet::Util::SUIDManager so that it correctly just yields if you're not root. It also no longer tries to set :uid or :gid; just :euid and :egid, and it once again sets :egid before it sets :euid, which is important because you usually can't change your group after you've changed your user id.
2386
+ 0ef6b95 Fixing #931 by keeping track in configurations of what transportable resources get converted to, so different names don't throw it off.
2387
+ a38b415 Fixing #927 -- rewriting the test to actually test what it's supposed to be doing and to skip the whole network connect thing.
2388
+ 7ff8ea5 Fixing the persistent and periodic schedule test failures by rewriting the schedule tests entirely.
2389
+ 18b4c3a Fixing #924 -- clearing the configuration cache before and after the test.
2390
+ 2cb1199 Fixing the breakage that I caused when I added the 'declared_feature?' method to provider features.
2391
+ 2d19ee2 Fixing #920 -- I have replaced the existing mount test with an rspec version. It's not perfect, in that it only tests the :ensure state, but that's where 90% of the behaviour is.
2392
+ c3dde68 Fixing #919 -- installed packages used for testing are just ignored, rather than throwing a failure.
2471
2393
  47890f9 Fixing a test that was erroneously testing for the wrong feature
2472
2394
  12ebbe2 Rewriting the tests for the package resource type, fixing #930.
2473
- fc7f1b4 Fixing #921, mostly by just deleting the existing test. I had
2395
+ fc7f1b4 Fixing #921, mostly by just deleting the existing test. I had already migrated all of the tests into rspec but forgot about these tests -- they were only in the rails/ subdir because people kept not running the parser/ tests after modifying the Rails code.
2474
2396
  9311bdd Applying patch by trombik from #756.
2475
- b575d15 Integrating Matt Palmer's patch to provide a 'plugins'
2397
+ b575d15 Integrating Matt Palmer's patch to provide a 'plugins' mount, fixing #891. The patch was ported to the current code by David Schmitt, I applied the rest of Matt's patches, and I then fixed all of the code so that the tests passed.
2476
2398
  36c947e Fix #896 - Always disable DNS checking of certificate when making https connections.
2477
- 3fb8e2e Applying the rest of Matt Palmer's patches
2478
- 7eb09ab Implementing the test for setting the Rails
2479
- 676efa7 Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a3fe0.patch
2399
+ 3fb8e2e Applying the rest of Matt Palmer's patches related to providing a plugin mount.
2400
+ 7eb09ab Implementing the test for setting the Rails log level.
2401
+ 676efa7 Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a3fe0.patch from womble, and rewriting and significantly enhancing the unit tests for the Puppet::Parser::Collector class; it should have full coverage now. There are no integration tests for it, so there's still no guarantee that it works at all, but hey, we're a lot better off than we were.
2480
2402
  7f1b2d6 change up rails specs again with Luke's help
2481
- 8de1412 Integrating most of Matt Palmer's from
2403
+ 8de1412 Integrating most of Matt Palmer's from http://theshed.hezmatt.org/mattshacks/puppet/_patches/puppet-0.23.2/.
2482
2404
  a88891a Fixed #906 - Augmented Cert DN regexp check to work with Pound and Apache.
2483
2405
  c19d08a mock all use of Puppet[] in Puppet::Rails.database_arguments
2484
2406
  e69e0c3 fix spacing
@@ -2502,47 +2424,47 @@ a7d75d3 Adding patch 20070913010926-6856b-eb64be3b5169b7af674388124b406a1db7470
2502
2424
  035fa38 Adding patch 20070905004837-6856b-2e7b8d8595ee0883537620c46424a4bf6174dc6a.patch from womble -- Add an attr_accessor for @http#ca_file, since older versions of libopenssl-ruby only provides ca_file=, not ca_file
2503
2425
  63b205a Adding patch 20070831053637-6856b-dd0fddab681485ce7cea0b57336d0c48fa33f7f8.patch from womble; updates changelog
2504
2426
  72c0e7b Adding the debian directory via patch 20070831052721-6856b-b90bb56a4ed37ea420f10352a0a366068cddc7e4.patch from womble
2505
- 7efe24f Fixing #882 -- I just added a quick hook to the
2506
- 56aad69 Patching a bit for #804 by making the maximum much higher UID
2427
+ 7efe24f Fixing #882 -- I just added a quick hook to the Master handler again; we need a better long-term solution, though.
2428
+ 56aad69 Patching a bit for #804 by making the maximum much higher UID and making it tunable, but it has not gone away yet.
2507
2429
  a525ab5 Fixing a couple of tests that were failing because of the environment changes.
2508
2430
  6d74ddd Accepting a modified form of the patch from #885 by immerda.
2509
- b745f04 Fixing #886 -- the problem was the I had changed the base
2510
- dbe70a1 Added calls to endgrent/endpwent in util/posix.rb to
2511
- 7f504b0 Applying patch from #896 by whaymond_home, adding more
2431
+ b745f04 Fixing #886 -- the problem was the I had changed the base class for Parameter, which apparently lost the 'nodoc' method for that class.
2432
+ dbe70a1 Added calls to endgrent/endpwent in util/posix.rb to fix #791.
2433
+ 7f504b0 Applying patch from #896 by whaymond_home, adding more certname aliases.
2512
2434
  1cb40ec Obviating targets in interfaces; they now just generate a warning.
2513
- eee9f5e Adding more tests to the redhat interface provider. It no
2514
- 1a4e4fb Rewriting the sunos interface provider to manually parse and
2435
+ eee9f5e Adding more tests to the redhat interface provider. It no longer uses the :target parameter (which I'll be removing in the next commit).
2436
+ 1a4e4fb Rewriting the sunos interface provider to manually parse and generate, rather than using ParsedFile. This should fix #777, and has from what I can tell.
2515
2437
  8cbe8bd Adding unit tests for the sunos interface provider.
2516
2438
  3d2e1a5 Adding some unit tests for the interface type before i go messing around with it
2517
- cca613d Fixing the first part of #787. Not all collections were
2518
- 96b3cde Applying patch from #834, apparently fixing a problem
2439
+ cca613d Fixing the first part of #787. Not all collections were being evaluated on the first pass because they were being deleted from the collections list during evaluation, which caused some to get skipped. This commit fixes that problem, which helps in the trivial cases where the collections are in the same scope. I expect it's still broken for more complicated usages.
2440
+ 96b3cde Applying patch from #834, apparently fixing a problem with bringing up alias interfaces.
2519
2441
  9472eef Removing the bootproto and broadcast attributes from the redhat interface provider, since they are not needed
2520
2442
  a7a46af fixing the path to the spec helper in the exec test
2521
- 3d31dc8 Fixing #762. The main problem was that I accepted the patch
2443
+ 3d31dc8 Fixing #762. The main problem was that I accepted the patch in #744 which broke the templates. In the process, I also added test code for the redhat interface provider and rewrote how parsing worked to make it more testable.
2522
2444
  8ecdfc2 Moving the exec test into the types/ directory
2523
2445
  94e63ad Fixing the last failing test relating to the environment changes
2524
2446
  7fe5bfc Fixing the exec spec so it works when non-root and is a bit cleaner
2525
- 8cc07ad Using the Environment class to determine the default environment,
2526
- 53008e5 The Puppet settings instance now validates environments when
2527
- 9e5fc76 Fixing #911 and #912 -- there's a default environment (development)
2447
+ 8cc07ad Using the Environment class to determine the default environment, rather than plenty of different places having the logic of how to determine the default environment.
2448
+ 53008e5 The Puppet settings instance now validates environments when you set an environment.
2449
+ 9e5fc76 Fixing #911 and #912 -- there's a default environment (development) and you have to specify the valid environments for your site.
2528
2450
  cc88441 Removing the manual ssldir setting by David in 59626cb3907d36e4fd762277daa76f523faf0908
2529
- 1bf3999 Fixing a failing test from my fix for #446 -- I had changed
2530
- 3f0b250 Fixing a few test suites that passed when run as
2531
- 4bd7b6f Fixing #896 by applying DerekW's patches, with slight
2532
- 8ad2732 Fixing #446. I ended up largely not using porridge's patch,
2451
+ 1bf3999 Fixing a failing test from my fix for #446 -- I had changed the behaviour of Resource#override_parameter unintentionally. I've corrected the comments so it's clear why the original behaviour was there.
2452
+ 3f0b250 Fixing a few test suites that passed when run as part of the suite, but failed when run individually. The problem was that I changed lib/puppettest/support/utils to have a separate module and I didn't test the individual files.
2453
+ 4bd7b6f Fixing #896 by applying DerekW's patches, with slight modifications to fit coding style.
2454
+ 8ad2732 Fixing #446. I ended up largely not using porridge's patch, but only because the code (and my coding style, to some extent) has changed so much in the last few months. Also, added specs.
2533
2455
  1b78f57 Add Exec{ logoutput=> on_failure }
2534
- 2b14f62 Reverting the changes I'd made toward removing the global
2456
+ 2b14f62 Reverting the changes I'd made toward removing the global resources. These are commits:
2535
2457
  9cf477b Applying fix by Jeff McCune from #905
2536
- edc4b1d Fixing a SimpleGraph unit test so it doesn't depend
2458
+ edc4b1d Fixing a SimpleGraph unit test so it doesn't depend on hashing.
2537
2459
  c19835c Fixed most failing tests, but there are still over thirty failing.
2538
2460
  4afbaa6 fix #903: add patch from hrvojehr
2539
2461
  32d9afc tests for #903: fail when no logoutput is generated on failure
2540
- 9290cc8 Modifying how default resources are created; they are now
2541
- ffb4c2d This commit is the first run at removing all global
2542
- b65fb83 Fixing a parser test -- really, just removing tests
2543
- 72510bf Fixing #800 by refactoring how configurations are retrieved
2544
- dd7caa7 Moving some compile tests to the spec/ directory, and
2545
- 47a2605 Changing the 'main' class to no longer be lazy-evaluated.
2462
+ 9290cc8 Modifying how default resources are created; they are now added to the configuration by the master client, rather than by the creating types.
2463
+ ffb4c2d This commit is the first run at removing all global references to resources. It deprecates the class-level [] and []= methods, used for so long to provide closure behaviour but now unnecessary with the node configuration's ability to function as a resource container.
2464
+ b65fb83 Fixing a parser test -- really, just removing tests that belong with the AST classes rather than in the parser.
2465
+ 72510bf Fixing #800 by refactoring how configurations are retrieved from the server. The real problem was getting all of the validation done before any caching, which required a good bit more refactoring than I expected.
2466
+ dd7caa7 Moving some compile tests to the spec/ directory, and switching the node scope to no longer be lazy evaluation, just like I switched 'main'. When I made all of these classes and nodes lazy evaluated, I should have decoupled my real goal (using resources to evaluate them) from the idea of lazy-evaluating them, and this basically does that.
2467
+ 47a2605 Changing the 'main' class to no longer be lazy-evaluated. It was getting evaluated after node classes, which caused even stranger ordering issues.
2546
2468
  a4e8f1c Adding a memory terminus for facts, which is really only used for testing
2547
2469
  3851415 fix dependency on $HOME, which causes massive failures when running without environment
2548
2470
  59626cb fix failing CA test, when testing with incomplete setup (no ssldir, no DNS)
@@ -2554,50 +2476,50 @@ d48ee3e fix crontests depending on ENV[USER] by using Etc.getpwuid(Process.uid)
2554
2476
  61ef289 fix #815: add :main to all use() for :reporting and :metrics
2555
2477
  418bc21 remove obsolete runners variable
2556
2478
  a535cbb Commenting out the time debugging I was using
2557
- 3f583dc Adding unit tests for the module that handles the
2558
- 8f04446 Fixing the 'mount' tests so that they no longer
2559
- ba19989 Switching the class resource evaluation to only happen
2560
- cf75168 Classes once again get evaluated immediately when the
2479
+ 3f583dc Adding unit tests for the module that handles the logic around mounting and unmounting. This includes a fix for bug #761, which required a different regex for Solaris.
2480
+ 8f04446 Fixing the 'mount' tests so that they no longer modify the local system and they run fine as non-root users.
2481
+ ba19989 Switching the class resource evaluation to only happen when using :include, not (for example) when evaluating node classes.
2482
+ cf75168 Classes once again get evaluated immediately when the 'include' function is used, instead of being lazy-evaluated.
2561
2483
  4441052 fix #891: create a plugins mount which collects all modules' plugins/ subdirs
2562
- dfe774f Switching the base class for the Relationship class.
2484
+ dfe774f Switching the base class for the Relationship class. It was previously using the GRATR::Edge class, which had wonky overrides that dramatically slowed down sorting (its hash mechanism hashed the source and target so that edges with the same source/target got the same hash, which we actually don't want any more).
2563
2485
  4194526 fix #760: property_fix has to be called after creating a symlink
2564
2486
  b250416 fix #731: add exported=true to collect_exported
2565
2487
  1ffcce0 Splitting the puppetd tests into two tests. It is still not a very good test, but I do not know of a good way to test this, really.
2566
- 065a1d0 Switching the graph base class from GRATR::Digraph
2567
- 3f21e93 Adding a new graphing base class, because the GRATR stuff
2568
- ef99495 Caching the 'parent' value, which resulted in
2569
- 826efe8 The configurations should now be functional again --
2488
+ 065a1d0 Switching the graph base class from GRATR::Digraph to Puppet::SimpleGraph, which should dramatically enhance performance. It should be largely functionally equivalent, with the only difference being that edges are no longer deduplicated.
2489
+ 3f21e93 Adding a new graphing base class, because the GRATR stuff is just too slow. This class has just about no iteration, and vertex deletation is dramatically (as in, 1000x) faster). Here are the results of some very simplistic graph operations:
2490
+ ef99495 Caching the 'parent' value, which resulted in a drastic performance increase.
2491
+ 826efe8 The configurations should now be functional again -- file recursion was previously not working, because the relationship graph was setting itself as a resource's primary configuration, which caused it to try creating its own relationship graph.
2570
2492
  db293cf Fixing a bit of indentation and commenting in the xmlrpc/client file
2571
2493
  956daa5 This won't be perfect by any stretch, but put in a moderately reasonable autotest config file.
2572
- c7b36b7 One significant step closer to getting autotest running properly on the Puppet specs.
2494
+ c7b36b7 One significant step closer to getting autotest running properly on the Puppet specs. Created a spec/lib/monkey_patches/ directory for holding patches to RSpec functionality. Extraced 'confine' and 'runnable?' support from the local copy of RSpec (spec/lib/spec/) and now load them from the monkey_patches/ directory. Fixed a bad include in one of the specs. Made it possible for the gem-installed spec binary (which autotest calls) to be used with Puppet. Imported the Autotest::Rspec class, created a PuppetRspec autotest class, added a discovery.rb file for autotest to pick these up.
2573
2495
  6585835 Adding patch from #879 by tim
2574
- d03f68e Changing the test/ classes so that they work from the main
2575
- c0a07ac File serving should work now, both recursive and
2496
+ d03f68e Changing the test/ classes so that they work from the main test/ dir or from their own working dir, like the specs do. This was just a question of changing how their libraries are loaded.
2497
+ c0a07ac File serving should work now, both recursive and single files, across modules, local file system, and the traditional file server.
2576
2498
  54fc80d Exceptions on requests are now captured, exceptions are serialized, and exception text is passed back via REST.
2577
2499
  e7bfe0b Finish serializing successful results (via calls to to_yaml, etc.) for REST handlers. Refactor request building in REST handler specs.
2578
2500
  d28a904 REST handlers now properly returning 200 status on success.
2579
2501
  1746751 Adding post- hooks for :find and :search in the indirection class.
2580
2502
  09f9c3c Adding the calls to the authorization hooks in the Indirection.
2581
- b874751 Renaming the FileServing TerminusSelector module to IndirectionHooks,
2582
- de5d91e Renaming the :local termini for metadata and content
2583
- 7fa99b0 Link handling is now in the file serving classes.
2584
- 688fcdf Adding searchability to the fileserving termini, using the
2585
- 393a3e8 Adding a Fileset class for managing sets of files. This
2586
- b2b8f75 Adding authorization hooks to the file_server and
2587
- 8f827ff Renaming the 'mounts' terminus to 'file_server', and renaming
2588
- 08099b7 File serving now works. I've tested a couple of ways to
2503
+ b874751 Renaming the FileServing TerminusSelector module to IndirectionHooks, because I'm going to add some hooks for transforming returned objects.
2504
+ de5d91e Renaming the :local termini for metadata and content to :file.
2505
+ 7fa99b0 Link handling is now in the file serving classes. This was done by putting all of the functionality in the Content and Metadata class (actually, in a new base class for them).
2506
+ 688fcdf Adding searchability to the fileserving termini, using the new Fileset class.
2507
+ 393a3e8 Adding a Fileset class for managing sets of files. This is the new server-side for file recursion, and I'll next be hooking it to the fileserving 'search' methods. This is basically a mechanism for abstracting that search functionality into a single class.
2508
+ b2b8f75 Adding authorization hooks to the file_server and module_files indirection terminus types. Both hooks use the fileserver configuration, but the module_files hook only uses the 'modules' mount.
2509
+ 8f827ff Renaming the 'mounts' terminus to 'file_server', and renaming tests accordingly.
2510
+ 08099b7 File serving now works. I've tested a couple of ways to use it, and added integration tests at the most important hook points.
2589
2511
  264331b Partial work done for ssl certificates.
2590
- ec39672 Adding this test stub that's been sitting
2591
- fc60751 I've now split the file-serving termini into two separate types (in
2592
- 64c6700 Fixing all of the classes that I just renamed, and adding
2593
- 56b83fe Renaming the file serving indirection termini to match
2594
- 33d7dc0 I'm working on making file serving work in the indirector now, so I
2595
- 8156185 Renaming the file_serving/{content,metadata} indirections
2596
- 2718b63 This is the first mostly functional commit of the
2512
+ ec39672 Adding this test stub that's been sitting around in my repository for a while.
2513
+ fc60751 I've now split the file-serving termini into two separate types (in addition to Rest): A local terminus that just uses direct file paths, and a mounts terminus that uses the file server to figure out what the path should be.
2514
+ 64c6700 Fixing all of the classes that I just renamed, and adding the TerminusSelector module to the File Metadata indirection.
2515
+ 56b83fe Renaming the file serving indirection termini to match the standards I set in the TerminusSelector.
2516
+ 33d7dc0 I'm working on making file serving work in the indirector now, so I added two abilities to the indirections: Models can specify a module to extend the indirection instance with, and indirections will use a :select_terminus method, if it's available, to select the terminus to use for finding. (It's currently only used for finding, not destroying or saving.)
2517
+ 8156185 Renaming the file_serving/{content,metadata} indirections so that they make more sense in the REST API, and creating stub tests for the indirection termini. Now it's on to create the rest of the tests for them.
2518
+ 2718b63 This is the first mostly functional commit of the new file serving structure. The next step is to hook it up to the indirection so we can start writing integration tests to see if we can actually serve up files.
2597
2519
  e1dd5dd Adding spec stubs for authorization in the indirection
2598
2520
  e69a50a Fix test which is conditional on mongrel installation.
2599
2521
  8bf5196 Oops, forgot this file in my last commit.
2600
- d0bd48c Adding the first pass at modifying file serving
2522
+ d0bd48c Adding the first pass at modifying file serving to work with indirection. I've split the fileserver handler into four pieces: Mount (which so far I've just copied wholesale), Configuration (responsible for reading the configuration file and determining what's allowed), Metadata (retrieves information about the files), and Content (retrieves the actual file content).
2601
2523
  d2b891f More specs, fleshing out the returns from REST
2602
2524
  e5921c5 getting more fine-grained with the response specs -- the target is always moving.
2603
2525
  705f76f Argument passing now supported on {webrick,mongrel}+REST.
@@ -2621,16 +2543,16 @@ c34efbc Hooking up address/port support for the various servers w/ specs. Stil
2621
2543
  e56406f Implementing listening state tracking for webrick and mongrel.
2622
2544
  ec71e05 More unit specs for mongrel and webrick; more code to make them work, yo.
2623
2545
  31384fe Pushing functionality down to webrick/mongrel classes now; cleanup in the base server / http server classes + specs.
2624
- 694f98b Fixing failing tests, including making the debian service
2625
- 29feac0 Translating the report handler to an indirected model.
2626
- 74d77f7 Adding version handling through most of the indirection work.
2546
+ 694f98b Fixing failing tests, including making the debian service provider test work on non-Debian platforms.
2547
+ 29feac0 Translating the report handler to an indirected model. I've provided backward compatibility with the old handler.
2548
+ 74d77f7 Adding version handling through most of the indirection work. This counts as the first commit where configuration compiling actually uses the caching correctly according to the application model.
2627
2549
  e90191a more stuff for the interim commit
2628
2550
  10039b9 interim checkin of network stuffs
2629
- 512096a Fixing some small spec failures resulting from test fixes.
2551
+ 512096a Fixing some small spec failures resulting from test fixes. The problem was in how TransObjects were converted to RAL resources. (Committed while flying over Arkansas.)
2630
2552
  d24c1cc All tests should now pass again.
2631
2553
  ec58355 Fixed #819. Applied patch provided by matsuu.
2632
2554
  7ac7872 Fixed #822. Applied patch provided by DavidS.
2633
- fc9c850 Adding support for versions and freshness-checking
2555
+ fc9c850 Adding support for versions and freshness-checking to the indirection layers. This should hopefully enable the different application models we need in our different executables.
2634
2556
  1befcc4 Homing in on a clean separation of concerns for a low-coupling, high-cohesion "server" model that will handle REST and/or XMLRPC on webrick and/or mongrel.
2635
2557
  5c32c8e Somewhat better documentation of the :absent field feature in fileparsing.
2636
2558
  d055cbc Make it apparent that absent fields in a record have a value of :absent, which is different from what appears in a line.
@@ -2638,78 +2560,78 @@ b6dc1ae Trivial tweak on HTTPServer module file
2638
2560
  a7d220b Moving the webrick/mongrel "servers" over to HTTPServer module instead of Server. Using Server as the master class for client connections. Server (former RESTServer) will instantiate the appropriate subclass based upon Puppet configurator setting. There are now tests broken in the network section which I can't seem to figure out yet. Not a happy place to be.
2639
2561
  cdaad28 Fixing error thrown when the end of the file is encountered unexpectedly
2640
2562
  7d7e428 Removing obsolete comment
2641
- f084d83 Another round of test-fixing around the changes I made
2642
- 9c58c47 Adding a :code setting for specifying code to run
2563
+ f084d83 Another round of test-fixing around the changes I made to the configuration system. 'puppet' itself still works, even with -e, but I expect that puppetd and puppetmasterd are broken, and there are still quite a few broken tests because the default fact store can't write but that's the default behaviour for a networked configuration master.
2564
+ 9c58c47 Adding a :code setting for specifying code to run instead of a manifest, and removing all of the ambiguity around whether an interpreter gets its own file specified or uses the central setting.
2643
2565
  d35cd94 Making "null" the default node source, so nodes are at least created easily
2644
- 0e336bf This commit is focused on getting the 'puppet' executable
2645
- 1fa5912 Adding the integration tests to the Rakefile for spec,
2646
- a93db87 Adding another test to the ldap node source -- we make
2566
+ 0e336bf This commit is focused on getting the 'puppet' executable to work. As a result, it involves a lot of integration-level testing, and a lot of small design changes to make the code actually work.
2567
+ 1fa5912 Adding the integration tests to the Rakefile for spec, fixing the integration tests, and extending the Classmethods for the indirector so that indirected classes can set the terminus class and cache class.
2568
+ a93db87 Adding another test to the ldap node source -- we make sure we throw an appropriate exception if a parent is specified but we cannot find it.
2647
2569
  9984a35 Fixing some terminology so some ldap tests are easier to read.
2648
- 6acde71 Switching the indirection from using settings for configuration
2649
- 8ba3a70 Fixed #838. Applied patch provided by DavidS to add more robust
2570
+ 6acde71 Switching the indirection from using settings for configuration to requiring explicit configuration. This means that if you as an application developer want to use a different indirection terminus then you have to specify it; something like:
2571
+ 8ba3a70 Fixed #838. Applied patch provided by DavidS to add more robust update functionality to the dpkg provider.
2650
2572
  f41c843 Fixed #837. Added freebsd service provider by trombik.
2651
2573
  533ce4b Fixed #855, but I didn't add any tests.
2652
- 19ad238 Fixed #827. Applied a form of the patch provided by porridge and
2574
+ 19ad238 Fixed #827. Applied a form of the patch provided by porridge and wrote a test.
2653
2575
  29accba Minor tweaks.
2654
2576
  2412199 Allow for multiple REST servers to be active; some terminology changes in spec; fleshing out more behavior, implementing.
2655
2577
  102ad23 Added .listening to REST server, handle listen states and transitions.
2656
2578
  187d910 Spec'd a reset() method for clearing out known routes. Uses the unregister method so that any hooks there will be run. Probably a violation of YAGNI, but I'm willing to suffer it :-)
2657
2579
  fd841b3 Updating first portion of the Network RESTServer spec with example code, getting the added examples to pass.
2658
- 9236179 Attempting to reproduce and fix #829 by applying patch by Paul. I could not
2659
- e5c623e Fixing tests for the Configuration object, since I
2660
- 938f051 Fixing #817, mostly using the patch by DavidS. I could
2580
+ 9236179 Attempting to reproduce and fix #829 by applying patch by Paul. I could not get a test to show the exception, nor could I figure out how the coding bug could have actually had an impact, but it's an innocent-enough fix, so I'm fine applying it.
2581
+ e5c623e Fixing tests for the Configuration object, since I added the any_failed? test to Transactions.
2582
+ 938f051 Fixing #817, mostly using the patch by DavidS. I could not directly use the patch because I have refactored too much.
2661
2583
  fd11603 Removing the Id tags from all of the files
2662
- bb3b3ce I finally tracked down the problem that was causing providers
2663
- 782bc4d Fixing the yaml path so that it is correctly
2584
+ bb3b3ce I finally tracked down the problem that was causing providers to sometimes suddenly disappear and thus tests to fail -- Kernel.require was not loading the normal ruby path (e.g., 'puppet/type/cron'), so if someone else loaded that then it would replace the in-memory type with a new one, but that new one couldn't load its own providers, because the Kernel would ignore the providers, thinking they were already loaded.
2585
+ 782bc4d Fixing the yaml path so that it is correctly created for puppetmasterd.
2664
2586
  7c8fc8b Fixed #854.
2665
2587
  d4afe39 Fixing #813 -- empty configurations again work.
2666
- 5d50ca7 Fixing #814 -- when files are missing, the exceptions should
2588
+ 5d50ca7 Fixing #814 -- when files are missing, the exceptions should now be more reasonable.
2667
2589
  1be1db9 Updated CHANGELOG.
2668
- 0b8893b Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd.
2669
- b45a7ca Adding more behaviours to the Puppet::Module spec,
2590
+ 0b8893b Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd. The default behavior of 'verbose' and 'debug' no longer cause puppetd and puppetmasterd to not daemonize.
2591
+ b45a7ca Adding more behaviours to the Puppet::Module spec, and fixing some bugs in the process.
2670
2592
  3f90ddb Interpreting "hidden" class from spec drafts as a REST Controller. This name, functionality, and/or location in the tree is subject to change, but it's down now somewhere so we can move forward on it.
2671
2593
  861c21d Added partial spec for the serving of REST information, as well as some client-side REST terminus behavior.
2672
2594
  8722e43 Use external helper script to talk to yum; should avoid any more trouble with "yum list". Fixes trac #836
2673
2595
  1174d99 Fixed a failing test where we presumed that non-string Fact values would have type preserved across a P::N::Client.master.facts call, which is not true.
2674
2596
  7fe18e3 Fixed a test which was secretly sneaking off and pulling certs from ~ if they were there: Added set_mygroup method, removed duplicate setme method. Included PuppetTest in the XMLRPC servlect test.
2675
- fa643e6 Adding more indirection termini, mostly focused on caching
2676
- 938b918 Adding cache support to indirection. If you have
2597
+ fa643e6 Adding more indirection termini, mostly focused on caching information in yaml.
2598
+ 938b918 Adding cache support to indirection. If you have a '<indirection>_cache' setting, then the indirection will use the value there as the name of the cache.
2677
2599
  06ad6a3 Updated the configuration doc to more clearly explain where puppet.conf is expected to be by default.
2678
2600
  c8d02bd Fixing ralsh to use a configuration instead of a component
2679
2601
  ffaa8ce Demoting the "file does not exist" log to debug from notice
2680
2602
  c3c3e51 Fixing a small problem with the mailman type
2681
2603
  f8ab62b Renamed princs to principals in the k5login type.
2682
2604
  6079348 Added k5login type written by Digant Kasundra. This is for ticket #759.
2683
- 2e33061 I changed the Terminus class to switch camelcase
2605
+ 2e33061 I changed the Terminus class to switch camelcase to underscore-separated words, e.g., FactStore becomes fact_store.
2684
2606
  d6fd60c Removing obsolete fact stores and node sources. The functionality has been moved into the indirector.
2685
- cdc8ea6 Taking a first stab at moving configuration compiling
2686
- c40da33 Adding a "memory" node terminus, which will
2687
- 1e7c648 Fixing the spec for the checksum terminus to match
2688
- 048464f Adding my first integration test, verifying that
2689
- 84146d0 Adding the first version of checksum support, which will
2690
- 3a18348 Renaming the 'Puppet::Util::Config' class to
2691
- e552c83 Adding the base file terminus. This will, at the least,
2692
- 86dde63 All tests now pass in this configuration branch, which means
2693
- 60cd6a7 The structure for handling resource generation is now
2694
- a666995 Adding the last tests for the ldap node terminus. I managed
2695
- ebe7290 All indirections are working, and they have all
2607
+ cdc8ea6 Taking a first stab at moving configuration compiling into the indirection system. There are still quite a few unanswered questions, the two most notable being embodied in unimplemented tests in the Configuration Code terminus.
2608
+ c40da33 Adding a "memory" node terminus, which will be used by 'puppet' and the Cfengine 'module_puppet', since they need to set up the node specially with classes and other weird things.
2609
+ 1e7c648 Fixing the spec for the checksum terminus to match the changed design in the previous commit.
2610
+ 048464f Adding my first integration test, verifying that checksum interaction behaves as I expect when interacting with the file terminus.
2611
+ 84146d0 Adding the first version of checksum support, which will acquire the behaviour of FileBuckets.
2612
+ 3a18348 Renaming the 'Puppet::Util::Config' class to 'Puppet::Util::Settings'. This is to clear up confusion caused by the fact that we now have a 'Configuration' class to model host configurations, or any set of resources as a "configuration".
2613
+ e552c83 Adding the base file terminus. This will, at the least, be used as the back end for filebuckets and the certificate authority.
2614
+ 86dde63 All tests now pass in this configuration branch, which means it's time to merge it back into the indirection branch.
2615
+ 60cd6a7 The structure for handling resource generation is now in place, which means I'm over the hump in developing this branch.
2616
+ a666995 Adding the last tests for the ldap node terminus. I managed to forget the tests around the main find() method.
2617
+ ebe7290 All indirections are working, and they have all been migrated over to the new organization. Where we would have previously had an 'ldap' node terminus at puppet/indirector/node/ldap.rb, we would not have it at puppet/indirector/ldap/node.rb, and it would be a subclass of puppet/indirector/ldap.rb.
2696
2618
  b9dc6cb It looks like the new indirection setup is complete.
2697
- 02275f0 Adding automatic association between terminus subclasses and
2698
- da0555d Adding the first top-level terminus (yaml). It works
2699
- 0a48e5f Moving the Puppet::Indirector::Terminus class into its
2700
- 7e2ff4b Adding a couple more tests to the indirector, talking about
2701
- 7740cd4 The indirector specs now all pass. I think I need
2702
- 4e8b671 The unit tests for the newly-resurrected indirection class
2703
- 8212f88 Fixing all existing spec tests so that they now
2619
+ 02275f0 Adding automatic association between terminus subclasses and the indirection they're working with. It looks like I'll be moving terminus registration to the indirection rather than the top-level Indirector.
2620
+ da0555d Adding the first top-level terminus (yaml). It works and is tested, so now it is time to migrate the Facts YAML Terminus to use the <terminus>/<indirection> file structure instead of <indirection>/<terminus>.
2621
+ 0a48e5f Moving the Puppet::Indirector::Terminus class into its own file and adding a spec for it.
2622
+ 7e2ff4b Adding a couple more tests to the indirector, talking about terminus registration. I am about to change how loading is handled, so that individual termini are declared as normal Ruby classes.
2623
+ 7740cd4 The indirector specs now all pass. I think I need to add a few more specs, though.
2624
+ 4e8b671 The unit tests for the newly-resurrected indirection class now work; all we need do is fix the indirector module tests.
2625
+ 8212f88 Fixing all existing spec tests so that they now pass given the redesign that Rick implemented. This was mostly a question of fixing the method names and the mocks.
2704
2626
  944cd0e Whitespace and comment commit.
2705
- 46d6906 An intermediate commit so I can start working on a different
2627
+ 46d6906 An intermediate commit so I can start working on a different branch. The file recursion code actually works for the first time in a painful while, but there are still some quirks and design issues to resolve, particularly around creating implicit resources that then fail (i.e., the behaviour of the create_implicit_resource method in Configuration).
2706
2628
  e90a51f More spec and indirector updates.
2707
2629
  129cce8 Finally, some progress. Closing the loops and delegating registered class calls out to the actual Terminus.
2708
2630
  a6c4041 Reworking the Indirector code. Continuing to fight the classgen and instance_loader "utilities".
2709
- 9fa2628 This is basically another intermediate commit. I feel like
2631
+ 9fa2628 This is basically another intermediate commit. I feel like I've gone too far down the rabbit hole to turn back now, but the code is clearly getting more centralized around the Configuration class, which is the goal.
2710
2632
  19e0493 Updates to indirection stuffs. Making a better spec and migrating to it.
2711
2633
  b3c8cdb Configurations now set a "configuration" instance variable in resources that are inside a configuration, so the resources can interact with the configuration to get things like relationships.
2712
- f17f19d The whole system now uses Configuration objects instead of
2634
+ f17f19d The whole system now uses Configuration objects instead of ever converting the Transportable objects into a tree of components and then converting that into a graph. This is a significant step, and drastically simplifies the model of how to use a configuration. The old code might have looked something like this:
2713
2635
  f014d73 Partial fix for #772. The SIGHUP now produces a EOPNOTSUPP instead of NameError.
2714
2636
  3ccf483 Removing the completely obsolete passwd2puppet and the obsolete component.rb
2715
2637
  3632926 Moving the resource container behaviour to the Configuration object, rather than the base PGraph class. I expect I will just do away with PGraph, but for now, I am at least going to keep configuration-related code in that class.
@@ -2776,7 +2698,7 @@ efcd1e8 Fixed CA race condition (#693)
2776
2698
  4eb87ed A round of bugfixing. Many more tests now pass -- I think we are largely down to tests that (yay!) fail in trunk.
2777
2699
  2a4e101 All language tests now pass. I expect there are other failures elsewhere, but I want to commit this before delving into them. My method for fixing the tests was to do as little as possible, keeping the tests as bad or as good as they were before I started. Mostly this was about changing references to the interpreter into references to the parser (since that is where the new* methods are now for ast containers) and then dealing with the new config object and its relationship to scopes.
2778
2700
  6467c21 The first pass where at least all of the snippet tests pass. I have unfortunately had to stop being so assiduous in my rewriting of tests, but I am in too much of a time crunch to do this "right". The basic structure is definitely in place, though, and from here it is a question of making the rest of the tests work and hopefully writing some sufficient new tests, rather than making the code itself work.
2779
- a846ea9 The new parser configuration object works now,
2701
+ a846ea9 The new parser configuration object works now, but the rest of the compiling process is hosed (although the parser itself should still be fine).
2780
2702
  282ec89 Fixing the spec library so it correctly can see its version
2781
2703
  1527f4a Adding node caching, so that node sources are not spammed during file serving and such
2782
2704
  a953954 Keeping the node names in the node object, so that they are available to the interpreter
@@ -2786,7 +2708,7 @@ a953954 Keeping the node names in the node object, so that they are available t
2786
2708
  aabad8e Adding the necessary name/ip fields to the node methods
2787
2709
  65559af Adding a "none" node source, which will be the default node source and will just return an empty node.
2788
2710
  2ff15c0 Added shortname support to config.rb and refactored addargs
2789
- 90a9d09 Finalizing the node handler. It now correctly uses the different node sources
2711
+ 90a9d09 Finalizing the node handler. It now correctly uses the different node sources and knows how to retrieve data from those sources. Now I just need to fix the language stuff to use this handler instead of the existing node stuff.
2790
2712
  ec50484 Fixing documentation string on the file "ensure" property to remove the confusing mention of "exists"
2791
2713
  58e3855 Added optional per-module lib directory.
2792
2714
  aab419b An intermediate commit in the work towards adding multi-environment support.
@@ -2944,7 +2866,7 @@ d8f4c53 Updated to version 0.23.0
2944
2866
  ======
2945
2867
  f588d47 Adding release tag REL_0_23_0
2946
2868
  8844fca Changing the paths to match laeg, instead of culain.
2947
- d79a788 Modified the fileserver to cache file information, so that
2869
+ d79a788 Modified the fileserver to cache file information, so that each file isn't being read on every connection. Also, added londo's patch from #678 to avoid reading entire files into memory.
2948
2870
  944e1f4 More updates to puppet-test
2949
2871
  4bb0228 Updating puppet-test with clearer options around describe and retrieve
2950
2872
  fd15de7 Removing extra debugging from the interpreter
@@ -3001,14 +2923,14 @@ c67e016 A few small fixes here and there, and the rest of the zones commit
3001
2923
  9bc236b Adding indexes for the rails tables
3002
2924
  7c53aab Removing the indexes migration, since the indexes are now in the main db schema
3003
2925
  ef2698c Updating ralsh with more functionality: You can now perform work on the command line, with commands like "sudo ralsh file /etc/passwd ensure=absent". This makes ralsh a bit more interactive.
3004
- cb5bccc Added to_s to the values to ensure the check versus the database will be
2926
+ cb5bccc Added to_s to the values to ensure the check versus the database will be consistent and booleans and references will check correctly.
3005
2927
  d78a7a5 documentation fix
3006
2928
  3a2f3d5 Fixing mongrel test so it does not try to load the mongrel server class on machines without mongrel
3007
2929
  6aa5d76 Applying patch from #666 by Rainhead and monachus
3008
- ea190c1 Changed the host to "eager fetch" all the resources and their associated
3009
- 3003aad Added the teardown of the database back to the tests.
2930
+ ea190c1 Changed the host to "eager fetch" all the resources and their associated tables. Also removed some unecessary lines from resource.rb that were causng it to re-read information it already loaded from the db.
2931
+ 3003aad Added the teardown of the database back to the tests.
3010
2932
  4442a31 Revert unintentional change.
3011
- 68e37a9 Major rework of the rails feature. Changed the relationship between
2933
+ 68e37a9 Major rework of the rails feature. Changed the relationship between host and facts (now many-to-many with fact_name through fact_values). Also changed the relationship between resource and params (similarly many-to-many with param_names through param_values).
3012
2934
  c26f678 Fixing #550 -- I had to list pass and dump as optional fields.
3013
2935
  f0b5090 Fixing #112 - mounts now default to 0 for dump and pass
3014
2936
  d396fd5 Fixing #637 -- defined resources can now correctly be virtual or exported
@@ -3022,9 +2944,9 @@ b50c85d Fixing error when commands fail -- the error code is now printed, inste
3022
2944
  bf82d51 Fixing the "Server is not a class" problem with mongrel
3023
2945
  992636a Applying patches from Valentin Vidic to fix open file discriptor and open port problems
3024
2946
  1867d0e Fixing the few test failures that resulted from the changes to provider listing
3025
- c35d07b Significantly reworked the type => provider interface with respect to
2947
+ c35d07b Significantly reworked the type => provider interface with respect to listing existing provider instances. The class method on both class heirarchies has been renamed to 'instances', to start. Providers are now expected to return provider instances, instead of creating resources, and the resource's 'instances' method is expected to find the matching resource, if any, and set the resource's provider appropriately. This *significantly* reduces the reliance on effectively global state (resource references in the resource classes). This global state will go away soon.
3026
2948
  a7b057d Adding a "source" attribute to providers, so eventually types will be able to avoid duplication during listing by only listing one provider for each source (e.g., dpkg and aptitude should not both be listed).
3027
- 0cfd28e this is a spurious commit to test the trac site
2949
+ 0cfd28e this is a spurious commit to test the trac site
3028
2950
  e8aef1e Change pi to list properties instead of states
3029
2951
  f2c524d Add protect and priority properties; patch provided by Matt Hyclak
3030
2952
  0a2b438 Fix trac #601: wrong location for client pidfile
@@ -3166,12 +3088,12 @@ be68411 Adding support for aptrpm from #227 as added by Ian Burrell
3166
3088
  f1f4c42 Adding patch by apowers from #545.
3167
3089
  df0cd95 Adding init script by apowerrs from #546.
3168
3090
  9828b25 Fixing fileserver doc links
3169
- f8a0e99 Adding the functionality requested in http://mail.madstop.com/pipermail/puppet-users/2007-April/002398.html .
3091
+ f8a0e99 Adding the functionality requested in http://mail.madstop.com/pipermail/puppet-users/2007-April/002398.html . You can now retrieve qualified variables by specifying the full class path.
3170
3092
  9946249 Only caching the configuration when it has been successfully turned into Puppet objects
3171
3093
  b6d0d27 Adding a --version argument to puppetca
3172
3094
  da4d252 Changing the test package for debian
3173
3095
  b8b14d3 Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to execute
3174
- efe9a83 Fix for #565: Final merge of changes from source:branches/execute-refactor into source:trunk
3096
+ efe9a83 Fix for #565: Final merge of changes from source:branches/execute-refactor into source:trunk Generated with svn merge -r 2378:HEAD https://reductivelabs.com/svn/puppet/branches/execute-refactor trunk
3175
3097
  8ab2722 Hah! Finally fixing the problem where mount tests would fail when run as part of the whole suite. The real problem was that I was changing the filetype of the provider without setting it to change back after the test, but the key change that made it straightforward to fix this problem was that my test loader was not exiting with a non-zero code when there was a failure, which mean that the ./test script never thought anything failed. I fixed the former, then fixed the test script to work fine with -n method_name stuff, and quickly found the problem. *whew*
3176
3098
  f9d89b5 Changing the date that certs are valid to start one day before the cert is created, so clocks that are off by a little bit can still be used.
3177
3099
  4615e3a Fixing Client.read_cert so that it automatically adds the certificate information to the driver when the certificate is correctly read. This makes sure the Net::Http instance has the cert all set up.
@@ -3267,26 +3189,26 @@ a76afb7 Trying to clean up the error message from #490. It looks like the prob
3267
3189
  86c63ce Fixing cron support (I hope). It now uses providers, and seems to work, at least on my os x box.
3268
3190
  ba23a5a Adding spec libs, so we can use them some day
3269
3191
  8ea6ada Clarifying that the ruby RRD support is provided by a binary library
3270
- df4595e Significantly reworking the internals of the fileparsing code. It now
3192
+ df4595e Significantly reworking the internals of the fileparsing code. It now passes around an instance of a FileRecord, rather than just a hash, which I think makes it much easier to understand.
3271
3193
  b05ae2a Don't blow up when PUPPETLIB isn't set
3272
- 0fa3c43 Search manifests first within modules, and if no module is found, search in
3273
- 38975de Introduces a new implicit 'modules' fileserver module, whose allow/deny can
3274
- ebcb6b6 The template function now tries to first find a template within a module
3275
- ba6257c The basic plumbing for modules: a modulepath config parameter, and a new
3194
+ 0fa3c43 Search manifests first within modules, and if no module is found, search in the directory the current manifest is in.
3195
+ 38975de Introduces a new implicit 'modules' fileserver module, whose allow/deny can be set from the fileserver.conf, but whose path is ignored and can therefore not be used directly in puppet:// URL's.
3196
+ ebcb6b6 The template function now tries to first find a template within a module (if the template path looks like it belongs to a module) and only when that fails looks for it in templatedir
3197
+ ba6257c The basic plumbing for modules: a modulepath config parameter, and a new class Puppet::Module that will contain the module-related functionality. The modulepath can be extended by setting the environment variable PUPPETLIB
3276
3198
  10d6891 Adding support for a prefetch hook on individual providers, rather than only supporting it for the whole class.
3277
3199
  4fa8008 Fixing a few of the log messages so file content changes always include the md5 sum
3278
3200
  6ad8998 Adding a bit more testing to the config stuff
3279
3201
  3489bd8 One last try at getting the config and mode stuff working. The tests were passing because "mode" is a valid config option in the tests, but not in the real configuration. So, now the Config class correctly only tries to set the meta params if they are valid options, otherwise they get skipped.
3280
3202
  b36f9c9 Fixing the config path to use Puppet[:name] rather than Puppet.name
3281
3203
  6b92c04 Oops, forgot a file in the commit
3282
- f59cade Fixing a bug related to link recursion that caused link directories
3204
+ f59cade Fixing a bug related to link recursion that caused link directories to always be considered out of sync.
3283
3205
  b6df336 Looks like [2265] was not a complete solution -- it resulted in failures when the config set modes via integers. Everything is working now, and tested more completely.
3284
3206
  0925fb0 Adding some more testing on the @should values for :groups on users, and fixing a bug that often made :groups think it was out of sync.
3285
3207
  333842b Putting the final touches on #144, most of which I had provided in the mongrel work.
3286
3208
  fa253b5 Fixing #489. I was unnecessarily converting to octal in config.rb
3287
3209
  69338da Adding some changelog info for the next release, which is still a ways away, probably.
3288
3210
  205bbb9 Flushing out the ability to have a stand-alone CA server, specified using ca_server and ca_port. This is just a final unit test, since the code was done and lutter fixed the rest in [2261].
3289
- 185a003 Fixing #531 and #414. This includes pretty much a complete redesign
3211
+ 185a003 Fixing #531 and #414. This includes pretty much a complete redesign of the AuthStore class, with (hopefully) all of the edge cases removed, the code is now much cleaner, the tests are (I think) complete, and everything is just generally better.
3290
3212
  fde8b28 Fix typo in default config and add simple test to check default config sanity
3291
3213
  7e41d43 Turning a failure into an error when, for some reason, pfiles do not have paths set.
3292
3214
  46d344b Merging the webserver_portability branch from version 2182 to version 2258.
@@ -3323,7 +3245,7 @@ db8a23e Print stacktrace in debug mode when catchign a signal - useful for unde
3323
3245
  fa02d67 Fixing #472. Apparently this has been broken since I did the parser redesign. I had to fix the scope trees so that subclass scopes are subscopes of the parent scopes, which used to be the case but was far more complicated.
3324
3246
  d145aae Fixing #505, #508, and #513.
3325
3247
  774415b Allow 'key=' to be the only thing on a line (livna uses this)
3326
- 4d02823 I believe this fixes the issues in ticket #469
3248
+ 4d02823 I believe this fixes the issues in ticket #469 My testing on mysql shows connections being reaped.
3327
3249
  7a9e28a Applying patch from #495.
3328
3250
  6fbd5fd Removing extraneous debugging
3329
3251
  90b1058 Fixing a problem in collecting exported resources. Virtual resources worked fine, but exported resources resulted in an essentially infinite loop.
@@ -3338,7 +3260,7 @@ f4f555d Renamed Puppet.name to Puppet.execname so rails 1.2 doesn't freak out
3338
3260
  964c805 Trying to fix problem of locks lying around
3339
3261
  2418e4a Adding hook to update timestamp when a report is run
3340
3262
  0aa3b66 Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.
3341
- 6555dad Update relationships
3263
+ 6555dad Update relationships Remove dynamic class generation for now. Include the fact class
3342
3264
  328e576 Revamping collections to get what is hopefully more reasonable behaviour when they are used in combination with defined resource types. You should now be able to combine them in just about any way and get "correct" behaviour, which in this case means that you can have virtual definitions or definitions wrapping virtual resources and the resources will still all get realized.
3343
3265
  69d4bfe This works for me. Probably not the most universal fix.
3344
3266
  9de665c Apparently using "gem" requires an environment we don't have.
@@ -3376,7 +3298,7 @@ d117aa8 Updated to version 0.22.1
3376
3298
  69a07b1 The resolve functionality in "test" is almost working...
3377
3299
  42d15fe Adding note about removing mounts netinfo provider
3378
3300
  2c79bbf Oops, that last commit seems to have broken the rakefile. Works again.
3379
- 3836201 Trying to get the functionality I had in previous tests. Mostly I want
3301
+ 3836201 Trying to get the functionality I had in previous tests. Mostly I want to be able to load many files but run just a couple of methods, which test/unit supports via -n, selectively enabling -d. I now can do this with the Rakefile, using 'TESTOPTS="-n <method> -d" rake <blah>, although I find that a bit kludgy (certainly more so than 'rake -n <blah> -d <blah>').
3380
3302
  fd2982f Fixing executable tests to take new rundir into account
3381
3303
  a62fd3e Filenames for test must _end_ with '.rb'
3382
3304
  12bf816 Fix to make running tests work in ruby 1.8.5
@@ -3528,7 +3450,7 @@ e4843f1 Make Pidlock#lock return true if we currently hold the lock
3528
3450
  e252505 Add a Puppet::Util::Pidlock class, for use by locks and PID files
3529
3451
  c1035cc Add system library directories directly in puppettest.rb, so you don't have to do it by hand in every single underlying directory; also change the debug check slightly so that we actually put debug stuff only when we really want it
3530
3452
  a333539 Applying patch by rainhead from #392.
3531
- 7e62bb0 Add updated_at for all tables
3453
+ 7e62bb0 Add updated_at for all tables make sure it's removed from the resource hash that gets returned
3532
3454
  6d8b3f3 Removing debugging
3533
3455
  da3e9d4 Hopefully fixing tagging problem
3534
3456
  280f0b4 Still trying to track down the tagging problem
@@ -3590,7 +3512,7 @@ f622e18 Go back to restype and remove STI classes, they were more trouble than
3590
3512
  0dac4ec Changing some of the error output. This gets rid of the duplicated information that occurred when definitions or nodes were duplicately defined, and it tightens the error output a bit.
3591
3513
  0f78282 Adding unit test for #364. It passes on OS X.
3592
3514
  dc96f98 Adding some selectability to host creation for testing. Using find_or_create_by results in lots of saves instead of one big one at the end, which causes initial saving to be much slower. To switch between them, just modify the value of "create" at the top of Host.store.
3593
- 6b5d001 I like to checkin one-liners a lot. I'm cool.
3515
+ 6b5d001 I like to checkin one-liners a lot. I'm cool. set the type when we create the object, might be a bit faster
3594
3516
  7173c1f Don't use find_or_create_by_title since titles aren't unique.
3595
3517
  e28c604 Remove old files, don't require pp anymore
3596
3518
  3d070f7 These are the same versions from changeset 1837
@@ -3728,7 +3650,7 @@ ce4c494 Fixing puppetmodule to use env to find ruby
3728
3650
  5ddbc36 Fixing sbindir path, thus fixing #302.
3729
3651
  29ff4f3 Switching from calling "up" on the migration directly to using the "migrate" method. It is still not checking versions or allowing external forcing of migration, but it is a start.
3730
3652
  b4ebe76 Rewriting nearly all of the tests for the tidy type, and redoing the internals of the testing.
3731
- 9e5ea8c Fixing the test scripts so that the library path
3653
+ 9e5ea8c Fixing the test scripts so that the library path is modified in ruby instead of in the env line
3732
3654
  72688e3 Fixing gennode; it was not actually adding the class code to the generated node.
3733
3655
  816c5ce Adding a ruby header to all of the tests so that they can now be executed as normal ruby scripts. Using multiple commits because I am having some svn problems.
3734
3656
  1d56ca6 Adding a ruby header to all of the tests so that they can now be executed as normal ruby scripts. Using multiple commits because I am having some svn problems.
@@ -3775,7 +3697,7 @@ addfe16 Adding a document to outline the use of tags
3775
3697
  0716c83 Expanded documentation for rrdgraph report.
3776
3698
  675495c Many, many, many performance improvements in the compiler (I hope). I did not change functionality anywhere, but I did some profiling and significantly reduced the runtime of many methods, and especially focused on some key methods that run many times.
3777
3699
  ab0141a More specific configuration and argument documentation.
3778
- c7a7381 Documented signals the puppet daemons accept
3700
+ c7a7381 Documented signals the puppet daemons accept Documented host type to make it clear ipv6 is supported
3779
3701
  aea6eaf adding id tag to reports
3780
3702
  8f058a0 Fixing the rrdgraph report so that it creates a separate rrd directory for each host
3781
3703
  b892093 Fixing weird case where the default node is in one node source and the real node is in a different one
@@ -3814,13 +3736,13 @@ cc08e2f Expanded documentation of command-line arguments for the puppet executa
3814
3736
  008a138 Expanded documentation of command-line arguments for the puppet executables.
3815
3737
  f2ac4dc Updating changelog for 0.19.3, and merging the version changes over.
3816
3738
  68016a9 ! rename file because rake_test_loader is dumb.
3817
- 287b18c + New assertion: assert_uid_gid will check that the UID and GID have been changed to the proper values. This uses a fork and a FIFO to achieve it's checking.
3739
+ 287b18c + New assertion: assert_uid_gid will check that the UID and GID have been changed to the proper values. This uses a fork and a FIFO to achieve it's checking. ! nonrootuser and nonrootgroup now only return users/groups that are less than 255, due to the "Darwin debacle" ! many, many, many fixes for suidmanager. This is rather embarassing.
3818
3740
  55f2873 Merging the fix to server/master.rb
3819
3741
  3aac2e1 Some small housekeeping things that I saw while doing other bug hunting
3820
3742
  48082a1 adding note about the irc channel
3821
3743
  515f3cc Harded-coded pathname to OSX's ssh_known_hosts as a work-around until the ssh pathnames are user-configurable.
3822
3744
  7b5604b Adding some test reports
3823
- 6f11dee + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process' library for uid/gid/euid/egid operations, including (not surprisingly) Puppet::Util#asuser and a method to run commands and capture output. This is due to many inconsistencies (through bugfixes) between ruby versions in the 1.8.x branch. This is included in the core puppet library and can be used by all puppet types and providers.
3745
+ 6f11dee + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process' library for uid/gid/euid/egid operations, including (not surprisingly) Puppet::Util#asuser and a method to run commands and capture output. This is due to many inconsistencies (through bugfixes) between ruby versions in the 1.8.x branch. This is included in the core puppet library and can be used by all puppet types and providers. ! Modified Puppet::Util#uid to check (and warn) if passed a nil value. ! Changes to use Puppet::SUIDManager instead of Process and relevant Puppet::Util calls. ! Removed Puppet::Util#asuser.
3824
3746
  320ac38 Updating CHANGELOG for 0.19.2
3825
3747
  8f9dcb5 Updated to version 0.19.2
3826
3748
  595d5ba Updated to version 0.19.2
@@ -3835,7 +3757,7 @@ bec795d Adding release tag REL_0_19_3
3835
3757
  0.19.2
3836
3758
  ======
3837
3759
  ddb4c47 Adding release tag REL_0_19_2
3838
- 164c18f As requested by Christian Warden, triggering an object now results in
3760
+ 164c18f As requested by Christian Warden, triggering an object now results in an event, which can result in further triggers.
3839
3761
  98004b2 Adding some error handling for when a non-existent report is asked for, and adding a bit more testing.
3840
3762
  a1e27bc Adding trace information to autoload.rb
3841
3763
  0bd3055 Switching Autoload#loadall from using "load" to using "require", so it will not reload already-loaded files. Also updating the checksum docs a bit.
@@ -3856,13 +3778,13 @@ ea4b9c8 Fixing #285, opened by ericb.
3856
3778
  c99843a Fixing #288.
3857
3779
  2b27289 Fixing #293, I think. The problem was that the groups state was not correctly passing strings in all cases, which caused some very strange problems internally.
3858
3780
  0870c5c Fixed a minor typo
3859
- dc8fb0a Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)
3781
+ dc8fb0a Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail) and #277 (tagmail report missing To: header).
3860
3782
  afed9a1 adding an extra make target for debugging, rather than defaulting to always creating the debug file
3861
3783
  e88bf77 Rake::TestTasks were running the test suite inadvertantly against the installed tree instead of the development tree due to a botched "libs" setting.
3862
3784
  bc15e04 Fixing provider commands and Util#execute so they always include the command output when possible, as mentioned on the list
3863
3785
  f0a9345 Regenerating docs, and correcting some markup mistakes
3864
3786
  62917fc Small update to the fileserver tests; it was apparently not making some test dirs correctly
3865
- 3891f48 Converting to using the Rakefile for testing. The old 'test' script is
3787
+ 3891f48 Converting to using the Rakefile for testing. The old 'test' script is now deprecated, and I'll send an email to the dev list and update the docs to reflect that.
3866
3788
  dcab464 Reworking test/lib structure a bit, and renaming all of the files so that their file names match their module names
3867
3789
  abe1d3c Fix trac #282 (Change URL to configref, mention --genconfig)
3868
3790
  7030aca Small modification so i can make more changes
@@ -3893,7 +3815,7 @@ c04cb13 Reverting the work done in [1605] and [1606]. I have added it as a pat
3893
3815
  26bf373 Applying patch in #160.
3894
3816
  e46d007 Fixing #262. I somehow lost the line that only added a given user's jobs to each tab.
3895
3817
  0af8ad7 Removing a test in the parser that is no longer necessary because of how imports work now, and fixing a snippet not to interfere with a local fact
3896
- 5669d1b This commit adds two important features (but which probably were not
3818
+ 5669d1b This commit adds two important features (but which probably were not worth the priority I suddenly placed on them).
3897
3819
  fbdd6c4 Specifically rescuing Exception, since apparently the default does not rescue LoadErrors and everything else
3898
3820
  349bddd collecting output from blastlist, for later use
3899
3821
  4cd37ad Merged test framework into trunk - still not ready until tests are converted to use it.
@@ -3951,8 +3873,8 @@ b43b489 Committing functional mount support. All that's left in this chunk of
3951
3873
  655881c Ports now work with a provider
3952
3874
  daa79e2 Intermediate commit; ports are not working yet
3953
3875
  b657850 Fixing SSHKey support.
3954
- 270f444 Beginning the process of moving parsedtypes to a provider. Each parsed
3955
- b9b3384 This is the initial commit of the changes to sync and retrieve. The
3876
+ 270f444 Beginning the process of moving parsedtypes to a provider. Each parsed type will have a parsedfile provider, which will be responsible for all of the file parsing and generation. This should allow us to create a useful DSL for file handling, but it also *drastically* simplifies these types.
3877
+ b9b3384 This is the initial commit of the changes to sync and retrieve. The structure itself is now in place, and a few of the types (the most complicated ones -- file, user, group, plus exec since it was my easy first test) have been converted.
3956
3878
  3733034 Renaming parsedfile to loadedfile, which makes much more sense and reduces some naming conflicts
3957
3879
  a887993 Adding Gentoo support from #224.
3958
3880
  c626796 Adding eat-last-line support in ERB
@@ -4415,7 +4337,7 @@ bca4f5e Adding the puppet client version to the fact list as "clientversion"
4415
4337
  4d75041 Adding a "tag" metaparam
4416
4338
  201aa02 Adding simple benchmarking, and using it in a few of the more obvious places. Also, fixed a bug in Scope#gennode.
4417
4339
  0507486 Fixing #117. If only one value was provided, then it was not placed in an array, yet AST::Selector expected an array. The grammar needs to have some abstraction added or something, because I seem to have encountered this bug for every ast type that supports arrays internally.
4418
- ae4b12e Revamp the yumrepo type to deal with repositories defined anywhere in yum's
4340
+ ae4b12e Revamp the yumrepo type to deal with repositories defined anywhere in yum's config files. Adds a generic module Puppet::IniConfig for parsing ini-style files
4419
4341
  8df6e84 another small mount fix; this time, for stupid os x
4420
4342
  88dd992 committing version changes
4421
4343
  d10a638 Committing an important fix to mounts; since i am sure no one has downloaded 0.15.3, i am just going to rerelease 0.15.3 with this fix in it
@@ -4473,8 +4395,8 @@ e6f9163 Adding a "write" method to config objects, so that files can be easily
4473
4395
  c7ae839 Manifests can now specify node names with fully qualified domain names, too.
4474
4396
  9b1e8d5 Accept a single file as a test to run in addition to a directory
4475
4397
  bdc819b Remove unused should method; add more yum parameters to the type
4476
- a9fdf9d Disbale running puppetmaster as puppet until we've sorted out which files
4477
- 1365103 New yumrepo type for basic management of the yum configuration of
4398
+ a9fdf9d Disbale running puppetmaster as puppet until we've sorted out which files need what ownership (there's trouble with /etc/puppet/ssl right now when puppetmaster runs as non-root)
4399
+ 1365103 New yumrepo type for basic management of the yum configuration of one repo.
4478
4400
  6d4e46c Adding os x group management support
4479
4401
  791e4da Committing support for group membership management. Currently only works on Linuxes and other OSes that use "useradd" that support -G.
4480
4402
  932fd03 commiting package test fix that i thought i committed ages ago
@@ -4580,7 +4502,7 @@ eda9d95 Fixing #64; multiple class definitions in the same scope is now an erro
4580
4502
  56116c2 Fixing bug #73; node names now appear only once in the path
4581
4503
  c894eb2 Fixing bug #75, providing support for unnecessary end commas.
4582
4504
  020499c Removing all of the autoname code
4583
- 8c821c0 Mostly, this is a refactoring commit. There is one significant new feature,
4505
+ 8c821c0 Mostly, this is a refactoring commit. There is one significant new feature, though: overrides now only work within a class heirarchy, which is to say that a subclass can override an element in a base class, but a child scope cannot otherwise override an element in a base scope.
4584
4506
  37c10d1 Switching setclass to use object_ids instead of class names, and adding some comments.
4585
4507
  c5d8680 Fixing scopes and AST so that definitions and classes are looked for in the scopes, instead of in a global list
4586
4508
  ee818a9 Adding some debugging to list the states being changed when in debug mode