summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-09-15 23:30:29 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-09-15 23:30:29 +1000
commitb1554a1a38aa7a4da6c9927e26c9411af4ce1dff (patch)
tree97225fcbcd697ada7100f998d4fba7ea1e7c84b9
parentf5a106dd61947146138148f64967122a4c9021d1 (diff)
downloadpuppet-b1554a1a38aa7a4da6c9927e26c9411af4ce1dff.tar.gz
puppet-b1554a1a38aa7a4da6c9927e26c9411af4ce1dff.tar.xz
puppet-b1554a1a38aa7a4da6c9927e26c9411af4ce1dff.zip
Updated changelog task and CHANGELOG to version aware
-rw-r--r--CHANGELOG23609
-rw-r--r--tasks/rake/changelog.rake (renamed from tasks/rake/changlog.rake)9
2 files changed, 4502 insertions, 19116 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 246c55f66..171f499f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,19115 +1,4496 @@
-Fri, 4 Sep 2009 16:22:42 -0700
-Luke Kanies <luke@madstop.com>
-Adding tests for the #2599 fix
+0.25.0
+======
+b1eddbb Updated and created new CHANGELOG format
+994d6e0 Adding tests for the #2599 fix
+42ab73f Ticket #2525 don't fail find_manifest on invalid module names
+a0f0dcc Updated permissions on test files
+d45812b Refactoring tests to reduce code size, increase coverage, and make
+aba2f66 This further normalizes the handling of init-style services (including
+fb236a0 Combined fix for #2525, #2552 -- RedHat service issues
+d40b942 Fixed #2589 - Renamed zfs delete to destroy and added tests
+4aa7fce Monkey patch to improve yaml compatibility between ruby versions
+1f6c74d Fixed typo in parser test
+2e9b706 Updated Red Hat spec file and RH patches for 0.25.0.
+19815dd Fixing #2592 - you can escape slashes in regexes
+ea58478 Fixing #2590 - modulepath is not cached inappropriately
+1a3d0c8 Fixed #2593: puppet init script status command not returning proper exit code
+8dabc72 Update documentation string to reflect actual intent of Puppet::Node::Facts::Rest
+b30a3c7 Fixes #2581. Use new 10.6 global launchd overrides file for service status/enabled
+7f05469 Fixed Naginator link
+e589cd3 Fixing #2582 - / no longer autorequires /
+3342b73 Fixing #2577 - clarifying and demoting the deprecation notice
+d397f8d Fixing #2574 - autoloading finds plugins in modules
+800a78b The first regex node now matches first
+6750aeb Fixing #2563 - multiple regex nodes now work together
+b728b93 Fixes #724 - false is equivalent to 'ruby -W1'
+a9d5863 Fix parser error output
+ee4f6ba Fixing #2551 - fixing content changed logs
+c8f859e Fix for test isolation portion of Ticket #2511
+6fa9271 Fixing #2549 - autoloading of top-level classes works again
+c752680 Fixing a heisenbug resulting from a race condition
+ea417d6 Fixing #2460 - puppetmasterd can now read the cert and key
+a49915a Not using the service user in settings when it's unavailable
+14ec838 Explicitly loading all facts in the directory service provider
+5ee6602 Adding an 'exists?' delegator from user type to provider
+06fcece Switching the owner/group settings to use symbolic values
+4eb325a Fixing the yamldir group to be a group instead of user
+058514a Moving Setting classes into separate files
+b0f219a Removing chuser on darwin restriction
+7f749cb Fixing a ruby warning in the authstore test
+c0da3bf Fixing #2558 - propagating recent fileserving changes
+ff39bc7 Fixes #2550 Handles case where metadata is nil
+47dee83 Ticket 2559 -- parseonly ignored specified file
+a4f6896 Fixed #2562 - Recognize the usecacheonfailure option again
+e408d6c Refactoring the Module/Environment co-interface
+796ba5c Fixing #1544 - plugins in modules now works again
+6bd3627 Adding a global cleanup to the spec_helper
+0ef5f22 Removed misguided case sensitivity tests
+c1967bb Fixes #2513. debian service provider now uses invoke-rc.d to determine enabled? status
+7e09247 Fixing fact-missing problem when puppet.conf is reparsed
+a35e9bf Fix for #2531; adds tests to confirm problem and related cases,
+299eadb Fixed #2530 - Fixed status setting in the SMF provider
+e6a7e82 Fixed spec typo
+75c6e4a Fixes #2493
+b62d966 conf/redhat/*.init: Fix condrestart/try-restart
+e9fbd4c conf/redhat/client.init: Fix #2123, status options on older RHEL
+0461a02 Updates to Solaris smf files to reflect new binary locations
+55a9cdb Fix #2517 - Stack overflow when CA cert missing
+601a2e5 Fix #2516 - Fix format detection when content-type contains charset
+d86bc88 Fix #2507 - Add missing integration tests
+aad3b76 Fix #2507 - Exported resources were not correctly collected.
+63cb1ad Fixes #2503
+c129f2a Fixes #2360 - Removed annoying log message
+b1ffffa Fixed #2525 - Wrong method being overridden in Red Hat services
+a88fc4d Fixing more tests broken from missing libraries
+9a356ab Fixing ActiveRecord Indirector tests to skip w/out Rails
+acc5a96 Fixing #2489 - queue integration tests are skipped w/out json
+1a5c5b3 Fixing #2508 - removing mention of ActiveRecord 2.3
+0cb9072 Fixing #2541 - file cache is more resilient to failure
+23948d0 vim: Mark puppetFunction values as contained
+79a4339 Add shellquote() function.
+79d705f Fixes #2499. Allows execs to specify an array for the returns parameter
+b611c34 Updated fix for #2481
+f385072 Revert "Fxied #2481 - Added status and restart overrides for Red Hat service provider."
+cc379b6 Fixed #2498 - logcheck update
+85a3633 Removed extraneous debugging
+
+0.25.0rc1
+=========
+bf94de9 Updated two more tests
+5b87dba Logs now assume resource params have metadata
+1410bed Adding metadata delegation from param to resource
+3ab3a5c Removing unnecessary debug output
+488e368 Adding integration tests for #2371 (backup refactor)
+f1406bf Adding many tests for #2371, and slightly refactoring
+8f60f0c Fixes for Redmine 2371.
+cd224c6 Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port setting. Add tests.
+401a9ec Fixing #2484 - "format missing" messages are better
+f6cc598 Fixes #2483 - Log only copies metadata from RAL objects
+7c4c00f Fixed #2486 - Missing require 'monitor' in parser_support.rb
+ea34ee6 Added R.I.Pienaar's extlookup.rb to the ext directory
+36d3f58 Added example conf/puppet-queue.conf
+967eb9f Fxied #2481 - Added status and restart overrides for Red Hat service provider.
+c702f76 rack: SSL Env vars can be in Request.env or ENV
+ca17b3c rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack specification conformance)
+a002e58 Removing old filebucket test
+d8de446 Cleaning up tests for #2469
+266aafa default server in remote filebuckets
+1f8ef60 Fixes #2444 - Various JSON test failures
+11c0fb7 Fixed #2294 - Classes sometimes cannot be found
+7e5b562 Adding #2477 - puppet can apply provided catalogs
+97274ad Fixing problems my Feature refactor caused
+6fb8bf6 Fixing ruby warning in definition test
+b3545fc Fixed global deprecation error in useradd Unit tests
+dc24472 Adding a test for the Exec type
+58d9587 Speeding a test up through stubbing
+d4d8372 Fixing a small test by stubbing instead of mocking
+f7e1c36 Fixing a test broken by the regex features
+54a225d Fixing tests broken by caching autoload results
+1ce31b4 Migrating Handler base tests from test/ to spec/
+cc3f56a Migrating Feature tests to spec
+21d1d25 Fixing cron test to match new behaviour
+849fa67 Migrating tests to spec and removing an obsolete test
+6f458cc Logging the configuration version we're applying
+ac58e27 Configuration version information is now in logs
+6ed0103 Adding support for an external catalog version
+39320b8 Cleaning up duplication in another test file
+25fae5f Removing duplication in the test structure
+36c0662 Simplified Rakefile and moved tasks to tasks/rake directorya
+b45ccf8 Implement node matching with regexes
+58a73b5 Make sure node are referenced by their names
+3ebf148 Enhance selector and case statements to match with regexp
+ef68967 Fix #2033 - Allow regexp in if expression
+17e62b1 Add AST::Regex, an AST leaf node representing a regex
+4f9545f Add regexes and regex match operators to the parser
+0ccd259 Add regex, match and not match token to the lexer
+201ae59 Allow variable $0 to $9 to be interpolated, if ephemeral
+f357a91 Implement ephemeral scope variables
+d40ef29 Signed-off-by: Eric Sorenson <ahpook@gmail.com>
+6d22afb Modifying the REST client error to make server errors more clear
+21f477a Fixes #2472. Load Facter facts when ralsh is invoked, plus test.
+2e41edb Update CHANGELOG.git
+ebb5a1f Fixed ci_spec task for RubyGems 1.3.5
+b6b903e Fixes #2461. Provide new and old code paths for macosx_productversion_major with deprecation warning
+26b0c70 Fixing typo in two tests which caused them to always pass
+76fc2b1 Fixing #2440 - catalogs can now be compiled on demand
+832b6ff Exiting from app failures instead of raising
+4ea3f17 Minimal patch to fix #2290 (/tmp permissions)
+08ff9e8 Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search path
+fb60f90 Fix #2465 - Default auth information is confusing with no auth.conf
+0ca9b53 Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classes
+18b5d61 Fix #2429 - vim: class/define/node should only be followed by whitespace
+da828a4 Fix #2448 - fix the broken runit provider and tests
+3898436 Fixed #2405 - Mount parameter "dump" doesn't accept all valid values on FreeBSD
+9825bec Fixes #2362. Do not validate users/groups when supplied with numeric uid/gids
+450a19c Fix #2454 - Definition named after a module don't show in puppetdoc
+8551ece Fix #2453 - puppetdoc mixes long class names that look alike
+e3ee594 Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctly
+b3b76df Fixing #2296 - overlapping recursions work again
+9120712 Fixing mocks to remove warnings
+eeec8e9 Fixing #2423 - no more strange dependency cycles
+7d40f9e Fixing #2443: Adding debugging guidance to dep cycle errors
+b4facb0 Fixing a test broken by changing the default os x package type
+b418921 Fixing selinux tests broken in the fix for #1963
+719e76b Fixing #2445 - fixing the mount test mock
+f13f08d Minor fix to URL for LDAP nodes documentation
+7c859a7 Fixing #2399 - removing client-side rrd graphs
+f6d6145 Fixing #2421 - file renaming errors now propagate
+db82523 Fixes #2438, get major OS X version from Facter and replace Puppet::Error invocations with fail builtin
+22145e7 Update install.rb to cope with all OS X versions, not just 10.5
+935c463 Fixing #2403 - provider specificity is richer and better
+d95b687 Fix #2439 - let puppetdoc use loaded_code
+ef5c4ae Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation notice
+0c18013 Fixes #2430 - Stock apache2.conf for passenger incorrect
+c383ceb Make pkgdmg default Darwin provider, make confines consistent on Darwin package providers.
+98599c4 Convert to using sbindir for OS X packages, clean out previous executables in bindir
+c659743 Fix #2425 - make sure client can contact CA server with REST
+17205bb Fix #2424 - take 2, make sure default mounts allow every clients
+f2c55cc Fix #2378 and #2391 tests
+8bbd8b4 Fix #2424 - File server can't find module in environment
+effaf80 Fix small typo in the fix for #2394
+a06094e Feature #2378 - Implement "thin_storeconfigs"
+b2a008e Fix #2391 - Exported resources never make to the storeconfigs db
+8f82407 Fix #2261 - Make sure query string parameters are properly escaped
+c86d44e Fixed #579 - puppet should try to clear solaris 10 services in maintenance state
+910a5e2 Fix #1963 - Failing to read /proc/mounts for selinux kills file downloads
+ba824e9 Fixing #2245 - provider lists are not lost on type reload
+eb40966 Ruby no longer clobbers puppet autoloading
+a42e878 deprecate NetInfo providers and examples, remove all NetInfo references and tests.
+22f5632 Fixed #2410 - default acl logs as info instead of warn.
+65b0137 Adding test for current auth config warning.
+74f5ad4 Fixed #2394 - warn once on module mount deprecation.
+f46a52a Add test for current module mount deprec warning.
+858d333 Fixes #2258,#2257,#2256. Maintain correct type for integers/booleans, allow correct values, and fix rule array handling
+44f127f Added Markdown mode to puppetdoc to output Markdown.
+8a8ce9d Excluded directories from rcov coverage report
+d152c5e Allow boolean value for boolean cli parameter
+911b490 Fix #2364 - Associates the correct comment to the right statement
+faefd92 Make sure the parser sees the correct line number
+869ec27 Fix #2366 - puppetdoc was parsing classes in the wrong order
+4c659b7 Added rcov coverage to Spec tests
+1fd98b1 Fixes #2367 - Mongrel::HTTPRequest returns a StringIO object
+8b09b83 Fix #2082 - puppetca shouldn't list revoked certificates
+ea66cf6 Fix #2348 - Allow authstore (and REST auth) to match allow/deny against opaque strings
+1e83aad Fix #2392 - use Content-Type for REST communication
+aaca17a Fixed #2293 - Added cron syntax X-Y/Z and '7' for sunday
+cddc365 Switching to LoadedCode from ASTSet
+fc1f8cd Adding a special class to handle loaded classes/defines/nodes
+325b8e4 Fix #2383, an incompatibility with early ruby 1.8 versions
+46112da Fixing #2238 In some cases blank? is not available on String.
+cdd1662 Fixing #2238 - Deal with nil hash keys from mongrel params
+769c8aa Final fix to CI test rakes
+a6816ff Set ENV['PATH'] to an empty string if non-existent
+64a4720 Fix to CI rake tasks
+5680cd5 Fixing #2197 - daemontools tests now pass
+603b9cf Change the diff default output to "unified"
+9bc9b5c Added missing colon to suntab
+0f2d70d Fixed #2087 and refactored the code that gets the smf service state
+3f070c1 Using the logging utilities to clean up module warnings
+feb7f89 Fixing #1064 - Deprecating module 'plugins' directories
+ccf4e69 Removing deprecated :pluginpath setting
+4036de9 Fixing #2094 - filebucket failures are clearer now
+ed876e0 Refactoring part of the file/filebucket integration
+bd81c25 Adding tests for file/backup behaviour
+c45ebfa Fixed pi binary so --meta option works and updated documentation
+d2080a5 Fixing #2323 - Modules use environments correctly
+b9e632f Fixed #2102 - Rails feature update fixed for Debian and Ubuntu
+1c4ef61 Fixed #2052 - Added -e option to puppet --help output
+d332333 Fix #2333 - Make sure lexer skip whitespace on non-token
+5fbf63c Updated split function and add split function unit tests (courtesy of Thomas Bellman)
+a585bdd * provider/augeas: strip whitespace and ignore blank lines
+a94d2de Fixed pi tests
+5f7455e Fixed #2222 - Cleanup pi binary options and --help output
+134ae3e Fixing #2329 - puppetqd tests now pass
+de55e19 Cleaning up scope tests a bit
+e4ae870 Fixing #2336 - qualified variables only throw warnings
+607b01e Fix #2246 - take2: make sure we run the rails tag query only when needed
+06b919d Fix collector specs which were not working
+2945f8d Make sure overriding a tag also produces a tag
+e142ca6 Removed a unit test which tested munging which is no longer done in the type
+d8ee6cf Clearn up a parsing error reported by the tests
+446557f vim: several improvements + cleanup
+9152678 Fixed #2229 - Red Hat init script error
+b5a8c4d Fix #1907 (or sort) - 'require' puppet function
+74730df #2332: Remove trailing slashes from path commands in the plugin
+1a89455 Changing the preferred serialization format to json
+0de70b7 Switching Queueing to using JSON instead of YAML
+7b33b6d Adding JSON support to Catalogs
+c0bd0aa Providing JSON support to the Resource class
+c16fd1b Adding a JSON utility module for providing Ruby compat
+f059c51 Adding JSON support to Puppet::Relationship
+7f322b3 Adding a JSON format
+7666597 Allowing formats to specify the individual method names to use
+d40068f Allowing formats to specify the methods they require
+024ccf5 Adding a "json" feature
+c8b382d Fix some tests who were missing some actions
+f9516d4 Make sure virtual and rails query use tags when tag are searched
+b5855ec Make sure resources are tagged with the user tag on the server
+d69fffb Fix #2246 - Array tagged resources can't be collected or exported
+6ce0d1e Partial fix for #2329
+4f2c066 Removed extra whitespace from end of lines
+97e6975 Changed indentation to be more consistent with style guide (4 spaces per level)
+41ce18c Changed tabs to spaces without interfering with indentation or alignment
+f3b4092 Fix #2308 - Mongrel should use X-Forwarded-For
+7b0413e Fixes Bug #2324 - Puppetd fails to start without rails
+48d5e8c Enhance versioncmp documentation
+ef56ba5 * provider/augeas: minor spec test cleanup
+d322329 * provider/augeas: allow escaped whitespace and brackets in paths
+9735c50 * provider/augeas: match comparison uses '==' and '!=' again
+dbfa61b * provider/augeas (process_match): no match results in empty array
+386923e * provider/augeas: remove useless checks for nil
+171669a * provider/augeas: simplify evaluation in process_get/match
+51cc752 * provider/augeas (open_augeas): use Augeas flag names, not ints
+4951cdf * provider/augeas: ensure Augeas connection is always closed
+0d5a24d * provider/augeas: minor code cleanup
+cea7bb5 * provider/augeas (parse_commands): use split to split string into lines
+95bd826 * provider/augeas: remove trailing whitespace (no functional change)
+7c5125b Brought in lutters parse_commands patch and integrated it into the type.
+6ce8154 Removed --no-chain-reply-to in rake mail_patches task
+4ef7bba Removing --no-thread from the mail_patches rake target
+508934b Fixing a bunch of warnings
+fb0ed7a Fixing tests broken by a recent fix to Cacher
+650029e Always providing a value for 'exported' on Rails resources
+f1dba91 Fixing #2230 - exported resources work again
+5522eb8 Disabling the catalog cache, so puppetqd is compatible with storeconfigs
+abbb282 Fixing the rails feature to be compatible with 2.1+
+907b39b Using Message acknowledgement in queueing
+42247f0 Fixing #2315 - ca --generate works again
+d7be033 Fix #2220 - Make sure stat is refreshed while managing Files
+e4d5966 Added puppet branding to format patch command
+00d5139 vim: Remove another mention of 'site' from syntax
+9067abd vim: Highlight parameters with 'plusignment' operator
+736b0e4 vim: Highlight strings in single quotes
+ce01c95 vim: Clean up syntax spacing
+3af2dbf JRuby OpenSSL implementation is more strict than real ruby one and
+62534a1 Logging when a cached catalog is used.
+ff5c44f Changing Puppet::Cacher::Expirer#expired? method name
+e3d4c8e Fixing #2240 - external node failures now log output
+bc1445b Fixing #2237 - client_yaml dir is always created by puppetd
+e0c19f9 Fixing #2228 - --logdest works again in puppetd and puppetmasterd
+ab34cf6 Fixing puppetmasterd tests when missing rack
+9d5d0a0 Fixing the Agent so puppetrun actually works server-side
+b0ef08b Fixing #2248 - --no-client correctly leaves off client
+b83b159 Fixing #2243 - puppetrun works again
+3d2189f Fixed #2304 - Added naggen script to directly generate nagios configuration files from a StoreConfigs Rails database
+700ad5b Sync conf/redhat/puppet.spec with Fedora/EPEL
+3ec3f91 Fixed #2280 - Detailed exit codes fix
+f98d49f Fixing #2253 - pluginsync failures propagate correctly
+d860a2f Fixing a transaction test that had some broken plumbing
+a728757 Refactoring resource generation slightly
+6e824d8 Adding a Spec lib directory and moving tmpfile to it
+1d69dbf Extracting a method from eval_resource in Transaction
+7650fb2 Not trying to load files that get removed in pluginsyncing
+3995e70 Fix #2300 - Update ssh_authorized_key documentation
+cb4a4d3 Changed version to allow Rake to work. Minor
+99f666f enable maillist on centos, redhat, fedora
+e13befa Fixing #2288 - fixing the tests broken by my attr_ttl code
+a406d58 Fix for #2234: test fails with old Rack version
+c189b46 Fixing #2273 - file purging works more intuitively
+138f19f Caching whether named autoloaded files are missing
+415553e Adding caching of file metadata to the autoloader
+d489a2b Adding modulepath caching to the Autoloader
+5f1c228 Adding caching to the Environment class
+047ab78 Adding TTL support to attribute caching
+6a413d2 Fixed #2666 - Broken docstring formatting
+469604f Deprecating factsync - pluginsync should be used instead
+d39c485 Added spec and unit tests to the Rakefile files list and fixed CI rake tasks
+e1a7f84 Added install.rb to Rakefile package task
+e180a91 Fixed #2271 - Fix to puppetd documentation
+4bf2980 Protecting Stomp client against internal failures
+f4cb8f3 Adding some usability bits to puppetqd
+a18298a Refactoring the stomp client and tests a bit
+2771918 Relying on threads rather than sleeping for puppetqd
+07ff4be Fixing #2250 - Missing templates throw a helpful error
+7ce42da Fixing #2273 - CA location is set correctly in puppetca
+e1779c7 RackXMLRPC: buffer request contents in memory, as a real string.
+fb957cc Modules now can find their own paths
+c608409 Moving file-searching code out of Puppet::Module
+83ba0e5 Fixing #2234 - fixing all of the tests broken by my bindaddress fix
+4f3a67f Fixing #2221 - pluginsignore should work again
+2d580c2 Fix snippets tests failing because of activated storeconfigs
+8c718c9 Fix failing test: file.close! and file.path ordering fix
+17f2c7d Confine stomp tests to Stomp enabled systems
+6a80b76 Fix some master failing tests
+172422f Fix bug #2124 - ssh_authorized_key always changes target if target is not defined
+f945b66 Fixing #2265 - rack is loaded with features rather than manually
+5aef915 Added .git to pluginsignore default list of ignores
+6db5e8d Cleanup of the Puppet Rakefile and removal of the requirement for the Reductive Build Library
+5cc4910 Fix #1409 once again, including test
+a6af5bf Added split function
+
+0.25.0beta2
+===========
+3f070c1 Using the logging utilities to clean up module warnings
+feb7f89 Fixing #1064 - Deprecating module 'plugins' directories
+ccf4e69 Removing deprecated :pluginpath setting
+4036de9 Fixing #2094 - filebucket failures are clearer now
+ed876e0 Refactoring part of the file/filebucket integration
+bd81c25 Adding tests for file/backup behaviour
+c45ebfa Fixed pi binary so --meta option works and updated documentation
+d2080a5 Fixing #2323 - Modules use environments correctly
+b9e632f Fixed #2102 - Rails feature update fixed for Debian and Ubuntu
+1c4ef61 Fixed #2052 - Added -e option to puppet --help output
+d332333 Fix #2333 - Make sure lexer skip whitespace on non-token
+5fbf63c Updated split function and add split function unit tests (courtesy of Thomas Bellman)
+a585bdd * provider/augeas: strip whitespace and ignore blank lines
+a94d2de Fixed pi tests
+5f7455e Fixed #2222 - Cleanup pi binary options and --help output
+134ae3e Fixing #2329 - puppetqd tests now pass
+de55e19 Cleaning up scope tests a bit
+e4ae870 Fixing #2336 - qualified variables only throw warnings
+607b01e Fix #2246 - take2: make sure we run the rails tag query only when needed
+06b919d Fix collector specs which were not working
+2945f8d Make sure overriding a tag also produces a tag
+e142ca6 Removed a unit test which tested munging which is no longer done in the type
+d8ee6cf Clearn up a parsing error reported by the tests
+446557f vim: several improvements + cleanup
+9152678 Fixed #2229 - Red Hat init script error
+b5a8c4d Fix #1907 (or sort) - 'require' puppet function
+74730df #2332: Remove trailing slashes from path commands in the plugin
+1a89455 Changing the preferred serialization format to json
+0de70b7 Switching Queueing to using JSON instead of YAML
+7b33b6d Adding JSON support to Catalogs
+c0bd0aa Providing JSON support to the Resource class
+c16fd1b Adding a JSON utility module for providing Ruby compat
+f059c51 Adding JSON support to Puppet::Relationship
+7f322b3 Adding a JSON format
+7666597 Allowing formats to specify the individual method names to use
+d40068f Allowing formats to specify the methods they require
+024ccf5 Adding a "json" feature
+c8b382d Fix some tests who were missing some actions
+f9516d4 Make sure virtual and rails query use tags when tag are searched
+b5855ec Make sure resources are tagged with the user tag on the server
+d69fffb Fix #2246 - Array tagged resources can't be collected or exported
+6ce0d1e Partial fix for #2329
+4f2c066 Removed extra whitespace from end of lines
+97e6975 Changed indentation to be more consistent with style guide (4 spaces per level)
+41ce18c Changed tabs to spaces without interfering with indentation or alignment
+f3b4092 Fix #2308 - Mongrel should use X-Forwarded-For
+7b0413e Fixes Bug #2324 - Puppetd fails to start without rails
+48d5e8c Enhance versioncmp documentation
+ef56ba5 * provider/augeas: minor spec test cleanup
+d322329 * provider/augeas: allow escaped whitespace and brackets in paths
+9735c50 * provider/augeas: match comparison uses '==' and '!=' again
+dbfa61b * provider/augeas (process_match): no match results in empty array
+386923e * provider/augeas: remove useless checks for nil
+171669a * provider/augeas: simplify evaluation in process_get/match
+51cc752 * provider/augeas (open_augeas): use Augeas flag names, not ints
+4951cdf * provider/augeas: ensure Augeas connection is always closed
+0d5a24d * provider/augeas: minor code cleanup
+cea7bb5 * provider/augeas (parse_commands): use split to split string into lines
+95bd826 * provider/augeas: remove trailing whitespace (no functional change)
+7c5125b Brought in lutters parse_commands patch and integrated it into the type.
+6ce8154 Removed --no-chain-reply-to in rake mail_patches task
+4ef7bba Removing --no-thread from the mail_patches rake target
+508934b Fixing a bunch of warnings
+fb0ed7a Fixing tests broken by a recent fix to Cacher
+650029e Always providing a value for 'exported' on Rails resources
+f1dba91 Fixing #2230 - exported resources work again
+5522eb8 Disabling the catalog cache, so puppetqd is compatible with storeconfigs
+abbb282 Fixing the rails feature to be compatible with 2.1+
+907b39b Using Message acknowledgement in queueing
+42247f0 Fixing #2315 - ca --generate works again
+d7be033 Fix #2220 - Make sure stat is refreshed while managing Files
+e4d5966 Added puppet branding to format patch command
+00d5139 vim: Remove another mention of 'site' from syntax
+9067abd vim: Highlight parameters with 'plusignment' operator
+736b0e4 vim: Highlight strings in single quotes
+ce01c95 vim: Clean up syntax spacing
+3af2dbf JRuby OpenSSL implementation is more strict than real ruby one and
+62534a1 Logging when a cached catalog is used.
+ff5c44f Changing Puppet::Cacher::Expirer#expired? method name
+e3d4c8e Fixing #2240 - external node failures now log output
+bc1445b Fixing #2237 - client_yaml dir is always created by puppetd
+e0c19f9 Fixing #2228 - --logdest works again in puppetd and puppetmasterd
+ab34cf6 Fixing puppetmasterd tests when missing rack
+9d5d0a0 Fixing the Agent so puppetrun actually works server-side
+b0ef08b Fixing #2248 - --no-client correctly leaves off client
+b83b159 Fixing #2243 - puppetrun works again
+3d2189f Fixed #2304 - Added naggen script to directly generate nagios configuration files from a StoreConfigs Rails database
+700ad5b Sync conf/redhat/puppet.spec with Fedora/EPEL
+3ec3f91 Fixed #2280 - Detailed exit codes fix
+f98d49f Fixing #2253 - pluginsync failures propagate correctly
+d860a2f Fixing a transaction test that had some broken plumbing
+a728757 Refactoring resource generation slightly
+6e824d8 Adding a Spec lib directory and moving tmpfile to it
+1d69dbf Extracting a method from eval_resource in Transaction
+7650fb2 Not trying to load files that get removed in pluginsyncing
+3995e70 Fix #2300 - Update ssh_authorized_key documentation
+cb4a4d3 Changed version to allow Rake to work. Minor
+99f666f enable maillist on centos, redhat, fedora
+e13befa Fixing #2288 - fixing the tests broken by my attr_ttl code
+a406d58 Fix for #2234: test fails with old Rack version
+c189b46 Fixing #2273 - file purging works more intuitively
+138f19f Caching whether named autoloaded files are missing
+415553e Adding caching of file metadata to the autoloader
+d489a2b Adding modulepath caching to the Autoloader
+5f1c228 Adding caching to the Environment class
+047ab78 Adding TTL support to attribute caching
+6a413d2 Fixed #2666 - Broken docstring formatting
+469604f Deprecating factsync - pluginsync should be used instead
+d39c485 Added spec and unit tests to the Rakefile files list and fixed CI rake tasks
+e1a7f84 Added install.rb to Rakefile package task
+e180a91 Fixed #2271 - Fix to puppetd documentation
+4bf2980 Protecting Stomp client against internal failures
+f4cb8f3 Adding some usability bits to puppetqd
+a18298a Refactoring the stomp client and tests a bit
+2771918 Relying on threads rather than sleeping for puppetqd
+07ff4be Fixing #2250 - Missing templates throw a helpful error
+7ce42da Fixing #2273 - CA location is set correctly in puppetca
+e1779c7 RackXMLRPC: buffer request contents in memory, as a real string.
+fb957cc Modules now can find their own paths
+c608409 Moving file-searching code out of Puppet::Module
+83ba0e5 Fixing #2234 - fixing all of the tests broken by my bindaddress fix
+4f3a67f Fixing #2221 - pluginsignore should work again
+2d580c2 Fix snippets tests failing because of activated storeconfigs
+8c718c9 Fix failing test: file.close! and file.path ordering fix
+17f2c7d Confine stomp tests to Stomp enabled systems
+6a80b76 Fix some master failing tests
+172422f Fix bug #2124 - ssh_authorized_key always changes target if target is not defined
+f945b66 Fixing #2265 - rack is loaded with features rather than manually
+5aef915 Added .git to pluginsignore default list of ignores
+6db5e8d Cleanup of the Puppet Rakefile and removal of the requirement for the Reductive Build Library
+5cc4910 Fix #1409 once again, including test
+a6af5bf Added split function
+2dd55fc Fixing #2200 - puppetqd expects Daemon to be a class
+c016062 Removing unneeded test stubs
+1a2e1bc Fixing #2195 - the Server class handles bindaddress
+df3a8f6 Minor fixes to function RST documentation
+305fa80 Remove the old 0.24.x rack support, which is now useless cruft
+d85d73c puppetmasterd can now run as a standard Rack application (config.ru-style)
+d6be4e1 Add XMLRPC compatibility for Rack
+6e01e7a Puppet as a Rack application
+cc09c1a Use FileCollection to store the pathname part of files
+d51d87e Add an unmunge capability to type parameters and properties
+a1c0ae0 Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetd
+bf054e1 Fixes #2209 - Spec is failing due to a missing require
+1c46205 Fix #2207 - type was doing its own tag management leading to subtile bugs
+929130b Moved puppetqd binary
+36d0418 Fixed #2188 - Added set require to simple_graph.rb
+51af239 Fixed puppetqd require and tweaked stomp library error message
+dc0a997 Fixes #2196 - Add sharedscripts directive to logrotate
+4d3b54e Added puppetqd binary to Rakefile
+1fee506 Updated version to 0.25.0beta1
+0fbff61 Updates to CI tasks
+aa6dcef Fixing #2183 - checksum buffer size is now 4096b
+c0b119a Fixing #2187 - Puppet::Resource is expected by Rails support
+5ec4f66 Adding an 'Exported' attribute to Puppet::Resource
+adff2c5 Removing a non-functional and horrible test
+606a689 Making sure the cert name is searched first
+f489c30 Removing an "inspect" method that often failed in testing
+93c3892 Removing deprecated concurrency setting usage in rails
+6f8900d Always making sure graph edges appear first
+3f7cd18 Reverting part of the switch to sets in SimpleGraph
+bf46db7 Fixing rails feature test
+5f6b5c0 Failing to enable storeconfigs if ActiveRecord isn't available
+8ed7ae3 Fixing the Rails feature test to require 2.3.x
+a0c1ede Modifying the Settings#handlearg prototype
+284cbeb Fixes #2172 - service provider for gentoo fails with ambiguous suffixes
+68ba1f1 SMF import support working and documentation update
+f1f0a57 Fixes #2145 and #2146
+ec478da Fix configurer to retrieve catalog with client certname
+e623f8a Unify auth/unauthenticated request authorization system
+037a4ac Allow REST auth system to restrict an ACL to authenticated or unauthenticated request
+3ad7960 Fill REST request node with reverse lookup of IP address
+c0c8245 Refactor rest authorization to raise exceptions deeper
+aac996e Add environment support in the REST authorization layer
+72e28ae Fix some indirector failing tests
+dc1cd6f Fix #1875 - Add a REST authorization system
+8523376 Enhance authconfig format to support uri paths and regex
+22b82ab Add dynamic authorization to authstore
+15abe17 Add RSpec unit tests for network rights
+86c7977 Add RSpec unit tests for authconfig
+f04a938 Adding support for specifying a preferred serialization format
+6a51f6f Fixing the FormatHandler test to use symbols for format names
+b249f87 Fixing #2149 - Facts are passed as part of the catalog request
+1cde0ae Adding better logging when cached indirection resources are used
+828b1ea Fixing #2182 - SimpleGraph#walk is now iterative
+9f32172 Fixing #2181 - Using Sets instead of Arrays in SimpleGraph
+7a98459 Removing code that was backported and is now not needed
+d06bd3e Finishing class renames
+b694b3c Fixing tests that apparently only worked sometimes
+93246c0 Removing the old rails tests.
+5cb0f76 Fixing some rails tests that sometimes failed
+bdbf9db Added class_name tags to has_many relationships
+2e62507 Adding time debugging for catalog storage to active_record
+a705809 Adding defaults necessary for queueing
+8a67a5c Adding daemonization to puppetqd
+fcd1390 Adding Queueing README
+9b90f34 Using a setting for configuring queueing
+444ae9f Adding puppetqd executable.
+22ae661 Adding "rubygems" and "stomp" features
+efe6816 Removing unnecessary parser variables when yaml-dumping
+a3b1e8c Add queue indirection as an option for catalog storage.
+bccfcc9 Introduce abstract queue terminus within the indirection system.
+7947f10 Introduce queue client "plugin" namespace and interface, with a Stomp client implementation.
+80dc837 renaming a method
+f7ccaaa Adjusted parameter name and puppet tag classes to use new cache accumulator behavior for storeconfigs.
+75f1923 Initial implementation of a "cache accumulator" behavior.
+bab45c4 Saving rails resources as I create them, which saves about 10%
+7a91e1f Changing rails value serialization to deal with booleans
+c30ede5 Adding equality to ResourceReference
+589f40f Adding some more fine-grained benchmarks to Rails support
+042689e Adding a Rails-specific benchmarking module
+89d9139 Adding simplistic param_name/puppet_tag caching
+ea4e3b2 Adding more time debugging to Rails code, and refactoring a bit
+6314745 Refactoring the Rails integration
+be30a61 Adding a common Settings method for setting values
+863c50b Switching to Indirected ActiveRecord
+a137146 Adding ActiveRecord terminus classes for Catalog
+b9c95eb Adding ActiveRecord terminus classes for Node and Facts.
+8d0e997 Fixing #2180 - Catalogs yaml dump the resource table first
+4e0de38 Partially fixing #1765 - node searching supports strict hostname checking
+c1f562d Removing unused Node code
+e6b4200 Fixing #1885 - Relationships metaparams do not cascade
+50e0f3d Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning for future proofing
+c1be887 Fixing #2171 - All certificate files are written with default perms
+e2201d6 Fix #2173 - fix running RSpec test by hand
+424c87b Fix #2174 - Fix RSpec rake targets
+7ab7d9f Fixing #2112 - Transactions handle conflicting generated resources
+84e6c1b Adding another stacktrace for debugging
+4793334 Fixing puppet -e; it got broken in the move to Application
+7398fa1 Partially fixing #2029 - failed caches doesn't throw an exception
+88ff9c6 Fixing #2111 - SimpleGraph only creates valid adjacencies
+36594fe Switching to new() in the Puppet::Type.instances() class method
+edcbab5 Removing duplicate method definition from SimpleGraph
+d8eaca8 mini daemon to trigger puppetrun on clients without puppet listen mode
+d2c417e Fix #2113 - Make temp directory
+916dd60 Fixed rspec gem at version 1.2.2
+57b37e5 Add @options to test run call, for compatibility with more recent rspec versions.
+173b5f0 Adding #2122 - you can specify the node to test with puppet-test
+0863a79 Adding #2122 - you can specify the node to test with puppet-test
+a677e26 Fixing all tests that were apparently broken in the 0.24.x merge.
+e016307 Fixing Rakefile; apparently there was a rake or gem incompatibility
+a43137c More RST fixes
+843cc6e Fixed RST for functions
+6160aaf In order for ReST formatting to work properly, newlines and
+62dad7a Fix #2107 - flatten resource references arrays properly
+cbee426 Fix #2101 - Return to recurse=0 == no recursion behavior
+3b4816b Fix #2101 - fix failing test
+f089e11 Fix #2101 - fix recurselimit == 0 bad behaviour
+1b4eae7 Added rake ci:all task
+d125937 Added rake ci:all task
+3f61df8 Fixed #2110 - versioncmp broken
+c62c193 Updated to version 0.24.8
+aa00bde Fixing #1631 - adding /sbin and /usr/sbin to PATH
+39deaf3 Fixed #2004 - ssh_authorized_key fails if no target is defined
+dcf2bf2 Changelog entries for #1629 and #2004
+bbcda1d Fix Bug #1629
+69a0f7d Fix #1807 - make Puppet::Util::Package.versioncmp a module function
+081021a Fix #1829 - Add puppet function versioncmp to compare versions
+2b33f80 Fixed install.rb typo
+5ab63cd Updated lib install permissions to 0644
+830e1b1 CHANGELOG updates
+3e0a9cd Moved of puppetd, puppetca, puppetmasterd, puppetrun binary from bin to sbin
+6ddebf4 Fixed #2086 - Fixes to make building tarballs easier
+33d3624 Fix #1469 - Add an option to recurse only on remote side
+77ade43 Forbidding REST clients to set the node or IP
+0179e94 Fixing #1557 - Environments are now in REST URIs
+a497263 Adding explicit optional attribute to indirection requests
+3e95499 Removing an unused source file
+97975e1 Adding a model accessor to the Request class
+b6116fe Requests now use default environment when none is specified
+15740fe Moving the REST API functions into a module
+ef4fa68 Using the Handler for the REST api on both sides of the connection
+8b13390 Adding REST::Handler methods for converting between indirection and uris
+edf00db Adding environment support to the REST URI
+a064ed1 Moving the query_string method to Request
+ff9c3ca Adding tests for the REST query string usage
+87ec08e Fixing #2108 - pi should work again
+af4455e Fix #1088 - part2 - Add rspec tests
+b15028f Fix #1088 - Collections overrides
+b24b9f5 Fixed #2071 - Updated LDAP schema
+88aa1bc Fixing tests broken in previous commits
+f8dea98 Fixing #1949 - relationships now use attributes instead of a label
+d0fc2f5 Correctly handling numerical REST arguments
+90afd48 Not passing file sources on to child files
+858480b Correctly handling non-string checksums
+27aa210 Removing unnecessary calls to expire()
+5329b8a Passing checksums around instead of file contents
+71e4919 Moving default fileserving mount creation to the Configuration class
+09bee91 Fixing #2028 - Better failures when a cert is found with no key
+cf1cb14 Moving the clientyamldir setting into the puppetd section
+5f73eb5 Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with semicolons
+e40aea3 Fixed metaparameter reference to return str
+5df9bad Fixed #2016 - Split metaparameters from types in reference documentation
+7e207a1 Fixed #2017 - incorrect require
+417b5a5 Fixing #1904 - aliases are no longer inherited by child files
+c0d5037 Removing or fixing old tests
+262937f Correctly handling URI escaping throughout the REST process
+b800bde Refactoring how the Settings file is parsed
+d7864be Relying on 'should_parse_config' in the 'puppet' application
+bd8d097 Providing better indirection authorization errors
+d3bc1e8 Adding pluginsyncing support to the Indirector
+00726ba Moving Request and Fileset integration into Fileset.
+058266f Switching the ModuleFiles Indirection terminus to the new Module/Env api
+19b8534 Migrating the old FileServer to the new Module/Environment code
+1be7c76 Using the Environments to handle a lot of Module searching
+2b4469d Environments now use their own modulepath method.
+94de526 The 'Environment' class can now calculate its modulepath.
+2573ef1 Added support for finding modules from an environment
+9c18d5a Adding support for finding all modules in a given path.
+4b5ec82 reformatting the environment tests
+458642b Supporting multiple paths for searching for files.
+eec1cad Adding support for merging multiple filesets.
+bdf3a80 Adding new methods to Puppet::Module.
+a7be174 Refactoring Puppet::Module a bit.
+7ceb437 Only using the checksum cache when we're using a host_config catalog
+5fd182d Fixing fileserving to support strings or symbols
+7bc41ce Adding clarity to query string handling in REST calls
+992231a Some small fixes to provide better debugging and load a library
+0304a78 Providing better information when an exception is encountered during network communication
+4a7cba3 Stubbing tests that were affecting other tests
+3105b5b Fixing a warning in a test
+c854c59 Fixing a syntactically invalid application test
+0f43fd6 Move --version handling to Puppet::Application
+156fb81 Move puppetd to the Application Controller paradigm
+0c71c5c Move puppetdoc to the Application Controller paradigm
+e317fa9 Move ralsh to the Application Controller paradigm
+81f5438 Move puppetrun to Application Controller paradigm
+3390d8d Move pi to the Application Controller paradigm
+8265d6e Move puppetmasterd to Puppet::Application
+af219bf Move puppet to the Application Controller paradigm
+d51398c Move filebucket to the Application Controller paradigm
+9b9e5e8 Move puppetca to the Application Controller paradigm
+97e716a Introducing the Application Controller
+495ad66 Fixing broken filetype tests resulting from the loss of Type[]
+21a714a Fixing some tests that somehow broke in the merge to master
+327ee17 Removing a test that was too dependant on order.
+487b9b1 Failure to find node facts is now a failure.
+610c838 Fixing #1527 - Failing Facter does not hurt Puppet
+a2eca6c Removing some unused code
+cb0a083 Using Puppet::Type.new instead of create
+84bd528 Actualling syncing facts and plugins
+d5abdfb Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runs
+9bac833 Adding README.rst file
+916abc2 Changing how the Configurer interacts with the cache
+5335788 Fixing tests broken during the #1405 fix.
+08a5d49 Adding an Agent::Runner class.
+c7d178d The Agent now uses its lockfile to determine running state
+c0fcb21 Creating and using a new Puppet::Daemon class
+700e823 Not using 'master' client for testing
+4b7023e Fixing (and testing) the return of Indirection#save
+8dc0005 Adding a 'close_all' method to the Log class.
+37d1a7c Removing restart-handling from Configurer
+bf3c72e Adding temporary class EventManager
+fc14b81 Splitting the Agent class into Agent and Configurer
+e8be6dc Removing the Hash default proc from SimpleGraph.
+6bb804f Removing the Catalog's @aliases hash default value
+502e062 Removing an erroneous configuration call in puppetmasterd
+337057a Removing obsolete code and tests for the agent.
+d53ad31 Converting the catalog as needed
+f38277f Adding REST support for facts and catalogs.
+c48525b Adding better error-handling to format rendering
+b93a642 Resetting SSL cache terminii to nil when only using the ca
+212b3e3 Allowing the Indirection cache to be reset to nil
+5a83531 Moving the Agent locking code to a module.
+b672790 Cleaning up SSL instances that can't be saved
+f78a565 Only caching saved resources when the main save works
+5434459 Moving classfile-writing to the Catalog
+e65d7f1 Refactoring how the Facter integration works
+6b4e5f4 Reformatting tests for facts
+54faf78 Moving fact and plugin handling into modules
+9d76b70 Removing the Agent code that added client-side facts
+a5c2d7a Adding Puppet client facts to Facter facts.
+b99c6b5 Clarifying how node names are used during catalog compilation
+8b44d6f Reformatting Indirector catalog compiler tests
+e770e7a Removing ConfigStore code that was never actually used.
+37692e5 Renmaing Puppet::Network::Client::Master to Puppet::Agent
+15d8768 Revert "Adding the first bits of an Agent class."
+63fb514 Revert "This is work that I've decided not to keep"
+8f5cbc3 This is work that I've decided not to keep
+25b28c5 Adding a new Agent::Downloader class for downloading files.
+1afb821 Adding the first bits of an Agent class.
+2afff60 Adding support for skipping cached indirection instances.
+361db45 Change the way the tags and params are handled in rails
+62cdeaa Add methods to return hash instead of objects to params and tags
+3acea41 Rails serialization module to help serialize/unserialize some Puppet Objects
+10bf151 Fixing #1913 - 'undef' resource values do not get copied to the db
+500ea20 Fixing #1914 - 'undef' relationship metaparameters do not stack
+1407865 Revert "Fixed #1916 - Added environment option to puppetd"
+8d0086b Fixed #1916 - Added environment option to puppetd
+a065aeb Fixed #1910 - Updated logcheck regex
+fa9dc73 Typo fix
+7c8094c Fixed #1879 - Added to tidy documentation
+f40a6b1 Fixed #1881 - Added md5lite explanation
+6af3179 Fixed #1877 - Tidy type reference update for use of 0
+a5b0a75 Fix autotest on win32
+234a035 Fix #1560
+fb8f8cd In order for ReST formatting to work properly, newlines and
+69432d6 Fix Bug #1629
+1f6dce5 Fix #1835 : Add whitespace/quote parsing to
+8142981 Fix #1847 - Force re-examination of all files to generate correct indices
+d2d3de5 Fix #1829 - Add puppet function versioncmp to compare versions
+bdee116 Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
+d69abfe Fix #1807 - make Puppet::Util::Package.versioncmp a module function
+34335b7 Fixed #1840 - Bug fixes and improvements for Emacs puppet-mode.el
+3b8a77d Fix #1834 part2 - Fix tests when no rails
+b6e34b7 Fix #1834 part1 - Fix tempfile failing tests
+566bf78 Fixing #1729 - puppetmasterd can now read certs at startup
+0cf9dec Canonicalizing Setting section names to symbols.
+0fc0674 Fixing all of the test/ tests I broke in previous dev.
+e4ba3db Deprecating the Puppet::Type.create.
+b6db545 Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type
+89c25ad Finishing the work to use Puppet::Resource instead of TransObject
+1c7f8f6 Adding name/namevar abstraction to Puppet::Resource.
+e601bab Supporting a nil expirer on cacher objects.
+f69ac9f Setting resource defaults immediately.
+352d7be Refactoring the Settings class to use Puppet::Resource
+91ff7c1 TransObject is nearly deprecated now.
+fae3075 Simplifying the initialization interface for References
+14c3c54 Replacing TransObject usage with Puppet::Resource
+60062e4 Renaming the "Catalog#to_type" method to "Catalog#to_ral"
+6b14000 Using Puppet::Resource to convert parser resources to RAL resources
+e3b1590 Adding resource convertion to the parser resources
+c306a17 Adding equality testing to Puppet::Resource::Reference
+48a9949 Correcting whitespace and nested describes in Puppet::Resource::Catalog
+d48fff6 Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
+c927ce0 Renaming Puppet::ResourceReference to Puppet::Resource::Reference
+e88746b Adding Trans{Object,Bucket} backward compatibility to Puppet::Resource
+832198f Starting on #1808 - Added a base resource class.
+820ff2e Removing the "clear" from the macauthorization tests
+89e9ef7 Fix #1483 - protect report terminus_class when testing for REST
+435f1e9 Fix #1483 - use REST to transmit reports over the wire
+6b30171 Fixing all broken tests. Most of them were broken by fileserving changes.
+f73e13e Adding more file tests and fixing conflicting tests
+cc12970 Completely refactoring the tidy type.
+720dcbe Cleaning up the tidy type a bit
+053d7bf These changes are all about making sure file data is expired when appropriate.
+a8d9976 Catalogs always consider resource data to be expired if not mid-transaction.
+8b08439 Properly cleaning up ssl ca configuration during testing
+73fa397 Adding caching support to parameters, and using cached attributes for file source and metadata.
+0ecbf79 Adding cached attribute support to resources.
+29b9794 Allowing a nil expirer for caching classes.
+cd09d6b Refactoring the Cacher interface to always require attribute declaration.
+14af971 Changing the Cacher.invalidate method to Cacher.expire.
+99a0770 Fixing a critical bug in the Cacher module.
+fe0b818 Fixing tests broken by fileserving and other refactoring.
+eed37f7 Fixing a test broken by previous refactoring
+45c6382 Finishing the refactoring of the resource generation interface.
+0840719 Refactoring and clarifying the resource generation methods.
+cc04646 Refactoring Catalog#add_resource to correctly handle implicit resources.
+a73cad9 Adding SimpleGraph#leaves, which I apparently did not migrate from PGraph
+2a685f9 Removing mention of obsolete edgelist_class from GRATR.
+7e20f06 Changing the catalog's relationship graph into a normal graph.
+2ba0336 Removing the PGraph class and subsuming it into SimpleGraph.
+e92c1cc Moving Catalog#write_graph to SimpleGraph, where it belongs.
+0149e2e Converting the file 'source' property to a parameter.
+35c623e Removing mid-transaction resources from the catalog.
+f4800e8 Adding a method to Checksums to extract the sum type
+44fadd1 Aliasing "must_not" just like we alias "must"
+a9dbb5d Deduplicating slashes in the fileserving code
+bb6619a Fixing the augeas type tests to work when augeas is missing
+e728873 Reducing the number of calls to terminus() to reduce interference with caching
+aa8d091 Switched all value management in props/params to internal classes.
+e5b5033 Fixing #1677 - fixing the selinux tests in master.
+77d73e0 Changing the meaning of the unused Puppet::Type#parameter method to return an instance
+05e1325 Moving a file purging test to rspec
+6f7ccff Fixing #1641 - file recursion now only passes original parameters to child resources.
+a4d4444 Removing obsolete methods and tests:
+b4f4866 Making it so (once again) files with sources set can still be deleted
+caf15c2 Fixing and migrating more file tests.
+cccd838 Adding a starting point for spec tests for tidy.
+255c9fb Setting puppetmasterd up to serve all indirected classes.
+7fdf2bb Retrieving the CA certificate before the client certificate.
+a00c1f2 Handling the case where a symbol (e.g., :ca) is used for a certificate name.
+cf3a11c Fixing :bindaddress setting to work with the new server subsystem.
+a78c971 Fixing CertificateRequest#save to accept arguments.
+e70c1a0 Fixing forward-compatibility issues resulting from no global resources
+4596d2d Fixing a test I broke when fixing a reporting bug
+9742c26 Fixing resource aliasing to not use global resource aliasing.
+1b517d2 Adding comments to Puppet::Util::Cacher
+7a6d9b1 Removing obselete code from the file type.
+1b512a9 Merged fsweetser's selinux patch against HEAD
+e31df2f Removing files that git wasn't smart enough to remote during a merge.
+ac5db5e Removing the old, obsolete recursion methods.
+a9b7f08 As far as I can tell, recursion is working entirely.
+b69c50c Removing insanely stupid default property behaviour.
+45f465b Source recursion is nearly working.
+93fc113 Files now use the Indirector to recurse locally.
+bd1163a Fixing filesets to allow nil ignore values.
+5da2606 Recursion using REST seems to almost work.
+ee1a85d Mostly finishing refactoring file recursion to use REST.
+7c68fdb Fixing FileServing::Base so that it can recurse on a single file.
+ac41987 Fixing the terminus helper so it correctly catches options passed from clients via REST.
+be4c0e7 The file source is now refactored and uses REST.
+44c6a52 Removing mention of an obselete class.
+8271424 One third done refactoring file[:source] -- retrieve() is done.
+98ac24a Adding a "source" attribute to fileserving instances.
+6e43c2d Aliasing RSpec's :should method to :must.
+8b45d13 Adding automatic attribute collection to the new fileserving code.
+6ed8dfa Adding the content writer to the content class.
+92e144b Fixing a test in the module_files terminus
+151a54f Causing format selection to fail intelligently if no suitable format can be picked.
+deda646 Removing the last vestiges of the 'puppetmounts' protocol marker.
+30dea68 Adding a 'plural?' method to the Indirection::Request class.
+40e76fb Fixing the rest backends for webrick and mongrel so the get the whole request key.
+8ea25ef Refactoring how files in FileServing are named.
+550e3d6 Finishing the rename of FileBase => Base.
+90e7022 Adding weights to network formats, and sorting them based on the weight.
+5a195e0 Renaming FileServing::FileBase to FileServing::Base.
+3101ea2 Adding a hackish raw format.
+89a3738 Adding suitability as a requirement for a format being supported.
+a0bda85 Removing the yaml conversion code from FileContent.
+6335b14 Causing the Indirection to fail if a terminus selection hook does not return a value.
+1104edb Correcting whitespace in a test
+2f224c9 Spell-correcting a comment
+bcd40fb Cleaning up an exception.
+0a05720 FileServing Configurations now expect unqualified files.
+237b7b2 Fixing whitespace in docs of some tests.
+91b8252 Fixing the fileserving terminus selection hook.
+f5ba99f Special-casing 'file' URIs in the indirection requests.
+a215aba Dividing server/port configuration responsibility between the REST terminus and the indirection request.
+d174605 Fixing a test that relied on hash ordering.
+7034882 Adding parameter and URL support to the REST terminus.
+c819042 Fixing the String format (fixes #1522).
+78bc32d Removing dead-end file work as promised.
+a5ab52c Adding files temporarily, since I've decided this work is a dead-end.
+4f275b6 Fixing #1514 - format tests now work again.
+025edc5 puppetd now uses the Indirected SSL.
+62202bf Adding 'require' statements as necessary for Puppet::SSL to work.
+86a7188 Fixing the SSL::Host#waitforcert method.
+a31c578 Adding logging when files are removed.
+09ee814 Removing now-obsolete the wait-for-cert module.
+cd314fa Documenting a bit of a test
+113d74a Certificates now work over REST.
+2cad30a Caching the SSL store for the SSL Host.
+93fd55f Enhancing formatting errors with class and format.
+6c80e0f Making all certificates only support the plaintext format.
+c464bf2 Adding wait_for_cert functionality to the ssl host class.
+c854dbe Adding a plaintext network format.
+818599d lazy load latest package definitions with yumhelper 2.2
+8457856 Fixing a group test that failed after merging 0.24.x
+c2c8941 Correctly handling when REST searches return nothing.
+186f3cd Removing an obsolete method from the rest indirector
+29d704c The REST formats are now fully functional, with yaml and marshal support.
+c55acee Adding some support for case insensivity in format names.
+8033bd4 Moving validation from FormatHandler to Format.
+3405841 Moving functionality out of the FormatHandler into the Format class.
+43a6911 Searching again works over REST, including full content-type translation.
+1064b5b Fixing the format_handler tests so that they clean up after themselves.
+167831e Fixing a test I broke while rebasing
+e78b1a6 Fixing a test to be order-independent.
+352e2d0 Adding rudimentary support for directly managing formats.
+55e2944 Adding support for rendering and converting multiple instances.
+4632cfd All error and format handling works over REST except searching.
+e3350ca Drastically simplifying the REST implementation tests.
+b3914c3 Removing an apparently-obsolete hook from the handler
+739a871 Adding explicit tests for the HTTP::Handler module.
+0ce92f1 The REST terminus now uses the content-type and http result codes.
+a4170ba Removing a now-obsolete pending test.
+bf5b086 The REST terminus now provides an Accept header with supported formats.
+1f15725 Using the FormatHandler in indirected classes automatically.
+0e7e16d Adding a FormatHandler module for managing format conversions.
+93eeff5 Fixing the user ldap provider tests
+00b7da3 Fixing the new-form version of #1382.
+c542dc0 Fixing #1168 for REST -- all ssl classes downcase their names.
+eaa6eab Fixing #1258 -- Removing a Rails idiom.
+eb5e422 Fixing #1256 -- CA tests now work with no ~/.puppet.
+66c36f0 Fixing another failing test -- the new CA tests correctly clear the cache.
+447507c Fixing #1245 -- ssh_authorized_keys tests work in master.
+6f533d1 Fixing #1247 -- no more clear_cache failures.
+3cb0d60 Fixing how the mongrel server sets up xmlrpc handlers.
+6efe400 Using the new Cacher class for handling cached data.
+68d8d0a Adding a module for handling caching information.
+e936ef2 Fixing some broken tests.
+1cfb021 The CRL is now automatically used or ignored.
+0365184 Removing obsolete tests
+3303590 The master and client now successfully speak xmlrpc using the new system.
+8fd68e3 Adding pidfile management and daemonization to the Server
+dd4d868 Fixing the HttpPool module to get rid of an infinite loop.
+57c7534 Adding REST terminuses for the SSL-related indirections.
+d78b4ba Adding autosigning to the new CA.
+a822ef9 Moving the CA Interface class to a separate file.
+38e2dcf The master is now functionally serving REST and xmlrpc.
+6e0d6dd The REST infrastructure now correctly the SSL certificates.
+51ce674 Fixing the webrick integration tests to use the newly-functional
+62f1f5e The Certificate Authority now automatically creates a CRL when appropriate.
+e57436f The Settings class now clears the 'used' sections when a value is changed.
+137e29f Moving some http configuration values to the main
+a3b8804 The http pool manager now uses new-style certificate management.
+e596bc5 Fixing some tests that were insufficiently mocking their configurations.
+160f9d9 Fixing a critical problem in how CRLs were saved and moving SSL Store responsibilities to the SSL::Host class.
+ce6d578 The SSL::Host class now uses the CA to generate its certificate when appropriate.
+67dc268 The CA now initializes itself.
+6356c04 Switched puppetmasterd to use the new-style server plumbing.
+4c590df Adding xmlrpc backward compatibility to the new Mongrel code.
+31b79fa Adding xmlrpc support to webrick.
+7a876ed Fixing some whitespace
+7267341 Adding configuration support for XMLRPC handlers.
+8c9b04d I think I've now got the Webrick SSL support working.
+83519f4 Interim commit, since I want to work but have no network available.
+58fb416 Changing the File certificate terminus so that it
+79ca444 Renaming the 'ca_file' ssl terminus type to 'ca'.
+a116d10 Temporarily disabling the revoke/verify test in the CA.
+d87e018 Fixing how the CRL is used for certificate verification.
+6c539c0 Fixing puppetca so it uses the :local ca setting.
+ebdbe48 Added an Interface class to the CA to model puppetca's usage.
+934fbba Making the SSL::Host's destroy method a class method,
+d4813f1 Adding the last functionality needed for puppetca to use the Indirector.
+809fc77 Finishing the interface between the CA and the CRL.
+16056a2 Adding inventory support to the new certificate authority.
+d498c4a Adding support within the inventory for real certs or Puppet cert wrappers.
+67f9d69 Changing the Inventory class to rebuild when the
+7cca669 Adding a comment to the inventory class.
+98db985 Adding an SSl::Inventory class for managing the ssl inventory.
+92a7d76 All SSL terminus classes now force the CA information into the right place.
+fb56dea Switching the SSL::Host class to return Puppet instances.
+f7e0990 Setting the expiration date of certificate objects to the expiry of the actual
+71db9b5 Adding integration tests for a lot of the SSL code.
+e5c4687 Moving the password file handling into the SSL::Key class.
+d8bb81e Moving all of the ca-specific settings to the ca_file
+cbe5221 Adding SSL::Host-level support for managing the terminus and
+c5f0eff Fixing the CA so it actually automatically generates its certificate.
+3d24b12 The certificate authority now uses a Host instance named 'ca'.
+daa8cd5 Changing all of the SSL terminus classes to treat CA files specially.
+7d2c05e The 'destroy' method for the ssl_file terminus base class
+7555af6 Marking a test as pending, because it's not ready yet.
+c19c9d4 Removing all the cases where the ssl host specifies
+054e4e4 Making the first pass at using requests instead of
+6900f97 Adding a :to_text method that will convert the contained
+174b9c9 Actually signing the certificates in the CA.
+546ac97 Adding the first attempt at managing the certificate
+c98ad25 Adding a :search method to the ssl_file terminus type
+d184b35 Fixing a failing test that had not been updated from previous coding
+b9d6479 We have a basically functional CA -- it can sign
+1efed03 Adding tests for the easy bits of the CertificateFactory.
+ee07d0b Adding tests for the certificate serial numbers
+dc5c73b The certificate authority is now functional and tested.
+a776a12 refactoring the cert request test a bit
+7641bd4 This is a first pass at the certificate authority.
+0f46815 It looks like all of the new ssl classes for managing
+00e35bc Adding he last of the indirection classes for the ssl
+8347b06 The certificate and key are now correctly interacting
+50f3c18 Removing obsolete indirection classes
+ec5bdf3 The basics for the certificate and certificate request
+bb87464 Fixing a couple of broken tests.
+b0811ad The new SSL classes basically work, but they're not
+3970818 Finished the certificate request wrapper class.
+4ca6fd3 First stage of cert refactoring: Private
+ef7d914 Oops; final fix on the integration test failures resulting
+0ca0ef6 Fixing whitespace problems.
+4640a3d Fixing an integration test of the rest terminus; it was
+d738f31 Adding the necessary tests for webrick to have logging and
+b49fb68 Fixing the tests in test/ that were broken as
+5e78151 Fixing tests that were failing as a result of the merge,
+bee9aba Environments are now available as variables in manifests,
+b225e86 Fixing #1017 -- environment-specific modulepath is no
+4ede432 Tidied the man page creation function and created "master" branch man pages
+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.
+c751058 Removed remaining elements of old_parse - closing Ticket #990
+31e0850 Removed old configuration file behaviour and deprecation warning - closes ticket #990
+4165eda More fixes to the testing.
+cfda651 Another round of test-fixes toward eliminating global resource
+488c437 Fixing automatic relationships. I was previously looking them
+d8991ab Updated install.rb to product puppet.conf.man page - updating ticket #198
+5a0388f Disabled new man page creation support
+e5888af Added support for man page creation - requires rst2man.py and writer - closed ticket #198
+5bef4a5 Another round of fixes toward making global resources work.
+3cc3e0f Lots o' bug-fixes toward getting rid of global resources.
+b7b11bd Fixing a couple of failing tests
+aed51b4 Fixed puppet logcheck issues
+7aa79e2 Revert "Fixed documentation for code option in defaults.rb"
+f2991a2 Revert "Fixed indentation error in pkgdmg.rb documentation"
+754129e Revert "Fixed issue where permissions are incorrectly set on Debian for /var/puppet/run directory"
+20628ea Added patch to ext/logcheck/puppet to fix ticket #978
+badf977 Fixed indentation error in pkgdmg.rb documentation
+e6547f0 Fixed documentation for code option in defaults.rb
+594a5a3 Fixed issue where permissions are incorrectly set on Debian for /var/puppet/run directory
+9736b3c Updated for 0.24.0
+99f9047 tweaking spec language; require Puppet::Network::HTTP class since it is referenced by Puppet::Network::Server
+b38f538 Moving $PUPPET/spec/lib/autotest up to $PUPPET/autotest as something has changed and it can't be found otherwise.
+e1abfac moving autotest directory to make it possible to run autotest again
+
+0.24.8
+======
+02a503f Updated to version 0.24.8
+cbc46de Fixing #1631 - adding /sbin and /usr/sbin to PATH
+9eb377a Fixed #2004 - ssh_authorized_key fails if no target is defined
+1b3fe82 Changelog entries for #1629 and #2004
+8a671e5 Fix Bug #1629
+ff5b13a Fix #1807 - make Puppet::Util::Package.versioncmp a module function
+991f82c Fix #1829 - Add puppet function versioncmp to compare versions
+d0bf26e Fixed install.rb typo
+4cf7a89 Updated lib install permissions to 0644
+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.
+73a0757 Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
+
+0.24.8rc1
+=========
+84d6637 Fixed #2000 - No default specified for checksum
+a3bb201 Fixing change printing when list properties are absent
+67fc394 Fixed #2026 - Red Hat ignoring stop method
+cf64827 Bring in the documentation changes from the master branch
+01bc88c Added a force option to ensure the change is always applied, and call augeas twice to reduce the chance that data is lost
+cedeb79 Backport the fix for #1835
+cf48ec0 First cut at the not running if augeas does not change any of the underlieing files
+9d36b58 Bug 1948: Added patch by jab to support the correct ins syntax. Updated the test cases as well
+61661b1 Fixing #1991 - ldap booleans get converted to booleans
+d5850dc Refactored a method: extracted about five other methods
+1c7c8fe dbfix - fix typo and close another possible inconsistency
+c55ac3f Fix #2010 - add protection code for some storeconfig corruption
+a790ee3 Further fix to #1910
+9577d3a Fixing #2013 - prefetching had a mismatch between type and title
+719a8df Fixed to rake tests for reductivelabs build
+ac87600 Fixed report reference page
+0c16426 Fixing broken 0.24.x tests in test/.
+23066c1 Fixing every failing test I can find on the build server.
+ec56ddf This script fixes the most common issues with inconsistent
+c052ff8 Make puppetd --waitforcert option behave as documented:
+e2b4062 Adding a performance optimization to the FileCollection.
+fa6494b Using the FileCollection where appropriate.
+373d505 Adding a FileCollection and a lookup module for it.
+0e46786 Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloads
+4170238 Fixed #2025 - gentoo service provider handle only default init level
+8c010e0 Fixed #1910 - updated logcheck
+7504b04 Updated useradd.rb managehome confine to include other RH-like distributions
+f07d928 Use Puppet.debug instead of own debug flag
+25a3f59 Fixing #558 - File checksums no longer refer to 'nosum'
+d758f45 Fixing #1871 once and for all - contents are never printed
+c0f4943 Minor fix to launchd tests
+24d48e6 Fix #1972 - ActiveRecord fixes resulted in broken tests
+446989b Fix spec test for launchd service provider to work with new service status method and add two new status tests.
+3ef5849 Fixing a test I broke in commit:"897539e857b0da9145f15648b6aa2ef124ec1a19".
+72bd378 Removing a no-longer-valid test.
+682dd8b Fixing password validation to support symbols.
+44f97aa Only backing up within parsedfile when managing files
+04af7b4 Fixing a syntax error in the up2date provider
+1070b3c Fixing a test broken by a log demotion
+ab84756 Cleaned up variable names to be more sane, clarified error messages and fixed incorrect use of 'value' variable rather than 'member'.
+7f41857 Provide dscl -url output support for OS X 10.4 clients using the directoryservice provider.
+0bc3c07 Fix launchd service provider so it is backwards compatible with OS X 10.4 as well
+2561c8e Updated Augeas type code
+7d72186 Removed site from Puppet VIM syntax
+1bc7404 Fixed #1831 - Added sprintf function
+336b645 Fixed #1830 - Added regsubst function
+2a85551 Bug 1948: Add logic and testing for the command parsing logic
+2218611 Updated up2date and service confines to add support for Oracle EL and VM
+39a8b28 Fixing #1964 - Facts get loaded from plugins
+7cf085c Adding tests for Puppet::Indirector::Facts::Facter.loadfacts
+70ea39a Adding a post-processor for Nagios names.
+4dfa034 Revert "Refixing #1420 - _naginator_name is only used for services"
+d5a193a Fixing #1541 - ParsedFile only backs up files once per transaction
+53f15b9 Removing the apparently obsolete netinfo filetype.
+4e89156 Migrated FileType tests to spec, and fleshed them out a bit.
+cc4d658 Bug #1948: Added patch by jab to support the correct ins syntax. Updated the test cases as well
+5e35166 Fixing #961 - closing the http connection after every xmlrpc call
+af3f3ae Refactoring the XMLRPC::Client error-handling
+f0ac3ae Fixed #1959 - Added column protection for environment schema migration
+319822a Fixing #1869 - autoloaded files should never leak exceptions
+6b0c1b9 Fixing #1543 - Nagios parse errors no longer kill Puppet
+7fd5c7e Moving the transaction specs to the right path
+efb5cc5 Refixing #1420 - _naginator_name is only used for services
+32c2be9 Fixed #1884 - exported defines are collected by the exporting host
+0e49159 Cleaning up the AST::Resource code a bit
+b22d148 Fix #1691 - Realize fails with array of Resource References
+6331bfc Fix #1682 - Resource titles are not flattened as they should
+7e036eb Fix #1922 - Functions squash all arguments into a single hash
+535fa89 Fixed #1538 - Yumrepo sets permissions wrongly on files in /etc/yum.repos.d
+f7b04df Fixed #1936 - Added /* */ support to the vim file
+671d73c Prefetching, and thus purging, Nagios resources now works
+063871f Adding some basic tests for the Naginator provider base class
+897539e Removing a redundant instance prefect call.
+012efe3 Fixing #1912 - gid still works with no 'should' value.
+a9f34af Fixing the Rakefile to use 'git format-patch'.
+db05c00 Fixing #1920 - user passwords no longer allow ':'
+aa219e7 Adding README.rst file
+1d3f117 Added Reductive Labs build library
+f01882d Change the way the tags and params are handled in rails
+b7ab54c Add methods to return hash instead of objects to params and tags
+5c64435 Rails serialization module to help serialize/unserialize some Puppet Objects
+b27fccd Fixed #1852 - Correct behaviour when no SELinux bindings
+7403330 Updated Red Hat spec file 0.24.7
+
+0.24.7rc1
+=========
+84d6637 Fixed #2000 - No default specified for checksum
+a3bb201 Fixing change printing when list properties are absent
+67fc394 Fixed #2026 - Red Hat ignoring stop method
+cf64827 Bring in the documentation changes from the master branch
+01bc88c Added a force option to ensure the change is always applied, and call augeas twice to reduce the chance that data is lost
+cedeb79 Backport the fix for #1835
+cf48ec0 First cut at the not running if augeas does not change any of the underlieing files
+9d36b58 Bug 1948: Added patch by jab to support the correct ins syntax. Updated the test cases as well
+61661b1 Fixing #1991 - ldap booleans get converted to booleans
+d5850dc Refactored a method: extracted about five other methods
+1c7c8fe dbfix - fix typo and close another possible inconsistency
+c55ac3f Fix #2010 - add protection code for some storeconfig corruption
+a790ee3 Further fix to #1910
+9577d3a Fixing #2013 - prefetching had a mismatch between type and title
+719a8df Fixed to rake tests for reductivelabs build
+ac87600 Fixed report reference page
+0c16426 Fixing broken 0.24.x tests in test/.
+23066c1 Fixing every failing test I can find on the build server.
+ec56ddf This script fixes the most common issues with inconsistent
+c052ff8 Make puppetd --waitforcert option behave as documented:
+e2b4062 Adding a performance optimization to the FileCollection.
+fa6494b Using the FileCollection where appropriate.
+373d505 Adding a FileCollection and a lookup module for it.
+0e46786 Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloads
+4170238 Fixed #2025 - gentoo service provider handle only default init level
+8c010e0 Fixed #1910 - updated logcheck
+7504b04 Updated useradd.rb managehome confine to include other RH-like distributions
+f07d928 Use Puppet.debug instead of own debug flag
+25a3f59 Fixing #558 - File checksums no longer refer to 'nosum'
+d758f45 Fixing #1871 once and for all - contents are never printed
+c0f4943 Minor fix to launchd tests
+24d48e6 Fix #1972 - ActiveRecord fixes resulted in broken tests
+446989b Fix spec test for launchd service provider to work with new service status method and add two new status tests.
+3ef5849 Fixing a test I broke in commit:"897539e857b0da9145f15648b6aa2ef124ec1a19".
+72bd378 Removing a no-longer-valid test.
+682dd8b Fixing password validation to support symbols.
+44f97aa Only backing up within parsedfile when managing files
+04af7b4 Fixing a syntax error in the up2date provider
+1070b3c Fixing a test broken by a log demotion
+ab84756 Cleaned up variable names to be more sane, clarified error messages and fixed incorrect use of 'value' variable rather than 'member'.
+7f41857 Provide dscl -url output support for OS X 10.4 clients using the directoryservice provider.
+0bc3c07 Fix launchd service provider so it is backwards compatible with OS X 10.4 as well
+2561c8e Updated Augeas type code
+7d72186 Removed site from Puppet VIM syntax
+1bc7404 Fixed #1831 - Added sprintf function
+336b645 Fixed #1830 - Added regsubst function
+2a85551 Bug 1948: Add logic and testing for the command parsing logic
+2218611 Updated up2date and service confines to add support for Oracle EL and VM
+39a8b28 Fixing #1964 - Facts get loaded from plugins
+7cf085c Adding tests for Puppet::Indirector::Facts::Facter.loadfacts
+70ea39a Adding a post-processor for Nagios names.
+4dfa034 Revert "Refixing #1420 - _naginator_name is only used for services"
+d5a193a Fixing #1541 - ParsedFile only backs up files once per transaction
+53f15b9 Removing the apparently obsolete netinfo filetype.
+4e89156 Migrated FileType tests to spec, and fleshed them out a bit.
+cc4d658 Bug #1948: Added patch by jab to support the correct ins syntax. Updated the test cases as well
+5e35166 Fixing #961 - closing the http connection after every xmlrpc call
+af3f3ae Refactoring the XMLRPC::Client error-handling
+f0ac3ae Fixed #1959 - Added column protection for environment schema migration
+319822a Fixing #1869 - autoloaded files should never leak exceptions
+6b0c1b9 Fixing #1543 - Nagios parse errors no longer kill Puppet
+7fd5c7e Moving the transaction specs to the right path
+efb5cc5 Refixing #1420 - _naginator_name is only used for services
+32c2be9 Fixed #1884 - exported defines are collected by the exporting host
+0e49159 Cleaning up the AST::Resource code a bit
+b22d148 Fix #1691 - Realize fails with array of Resource References
+6331bfc Fix #1682 - Resource titles are not flattened as they should
+7e036eb Fix #1922 - Functions squash all arguments into a single hash
+535fa89 Fixed #1538 - Yumrepo sets permissions wrongly on files in /etc/yum.repos.d
+f7b04df Fixed #1936 - Added /* */ support to the vim file
+671d73c Prefetching, and thus purging, Nagios resources now works
+063871f Adding some basic tests for the Naginator provider base class
+897539e Removing a redundant instance prefect call.
+012efe3 Fixing #1912 - gid still works with no 'should' value.
+a9f34af Fixing the Rakefile to use 'git format-patch'.
+db05c00 Fixing #1920 - user passwords no longer allow ':'
+aa219e7 Adding README.rst file
+1d3f117 Added Reductive Labs build library
+f01882d Change the way the tags and params are handled in rails
+b7ab54c Add methods to return hash instead of objects to params and tags
+5c64435 Rails serialization module to help serialize/unserialize some Puppet Objects
+b27fccd Fixed #1852 - Correct behaviour when no SELinux bindings
+7403330 Updated Red Hat spec file 0.24.7
+8befc18 Updated to version 0.24.7
+cf19bd8 Not using a temporary file when locking files for writing.
+b966ea0 Modifying the corruption-checking test.
+1f34bca Issue 1804 VDev with the same devices should be in sync
+6d5a129 Documentation fixes
+45144a1 Fixing #1812 (hopefully) - adding read and write locks to yaml.
+2385a78 Preparing to fix #1812 - Moving locking code to a module
+2961b83 Fix #1815 - puppetdoc --all crash on resource override
+e5c36fd Fix ZFS autorequire test
+da71ad5 Add a unique name to objects so we can determine uniqueness when read back in
+4418b34 Fix launchd service test on non-OSX platforms
+4b2bdf9 Fix the spec tests to work on other platforms, do the confine around OS X versions more sanely
+544a3e1 remove unnecessary mk_resource_methods call
+50ac03a CHANGELOG updates
+a0a6d2c Add a unique name to objects so we can determine uniqueness when read back in
+68ffd46 Bug #1803 Zfs should auto require the ancestor file systems
+7e2da7e Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for value
+8616d74 Fixing #1800 - tidy now correctly ignores missing files and directories
+6075d10 Fixing #1794 - returning sync when it is already initialized
+18fe5c3 Fixing #1750 again - All of the properties and now :ensure check replace?
+b22303e Fix rake abort when there is a matching confine
+0caa9c5 spec tests for type and provider and some code cleanup to adhere to DRY
+0f2fc88 Finished work on rules creation and deletion
+ed49153 new better way of doing stdin
+05e05bb finished rights flush, working on rules
+1e37230 macauthorization type
+4ed73ef reset macauthorization tree. Initial checkin of new type/provider
+5d32cd9 add NetInfo deprecation notice to user and group providers, make the directoryservice user provider the default, remove default for darwin from NetInfo providers
+99ab940 Warn that the NetInfo nameservice provider is deprecated. Use directoryservice instead
+c4412ec add some more sanity checks around stdin
+7de82c3 add support for stdin to Puppet::Util.execute
+edef064 Make ralsh behave more sanely for non-existent objects and property values
+9384a4a Added git changelog task
+c398db1 Bug #1780 Fixing meaningless test
+278bfe8 Fixing mcx test failures (only happened sometimes).
+c4812b8 Need to stub out the defaultprovider call for non Mac platforms
+b444e43 remove extraneous comments
+49d4d01 Trim down the after block clears to try to make the tests work for the build servers
+65d6b49 Updated mcx type and provider with comprehensive spec tests.
+fd128d6 Fixing a package test to be *much* faster
+cdcbc5b Fixing splaytime tests
+6a4c0d5 Removing debugging from the "resources" type
+0c6a151 Fixing a test that fails depending on test execution order
+968f5cc Relicense under GPLv2+
+9ab3afb Hopefully fixing #1703 - using a mutex around the sending of the tagmails
+3fe9cc7 Fix #1741 - fix some failing tests on some ruby versions.
+3570c71 Fix #1788 - allow rspec rake to run only some tests
+1b3a7d8 Fixing the AST constant warnings, using a variable instead of a constant
+091b8bf Fixing #1785 - selinux tests no longer break other tests
+c005dcf Ticket 1780 - Solaris RBAC roles should be autorequired
+3eff225 Feature 1696 Add support for branded zones
+fa9820b Bug #1778 - Solaris RBAC profiles should maintain order
+f6fa4f7 Bug # 1680 Now you can set the hashed passwords on solaris
+0a40668 Feature #1783 - Add ZFS support
+047e5d0 Handle password when user is created
+88edf66 == is not =
+a219c88 Solaris doesn't have a native tool to set hashed passwords
+9329c95 type/mcx.rb Feature #1026 - MCX Type
+83b3a1e Simplify launchd service provider and add tests
+65a6074 Fixed #1695 - Solaris 10 zone provider doesn't properly handle unknown zone attributes in newer releases
+0171e25 Fixing #1749 - Splay now hopefully behaves "better" for small values.
+607958c Fix #1741 - Add inline_template function
+cc45c43 Fix #1741 - refactor TemplateWrapper, test for template function
+d8c741f Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test
+3c4efa7 Fixes #1773 - no longer check for absolute paths
+3a39509 make sure only types that have passwords search for the password
+a45c6b1 fix bug with numeric uid/gid in directoryservice provider. doc string cleanups
+1f52795 Documentation fix for runit provider
+81a91a7 Documentation fix for daemontools provider
+4f67a7c Fixed #1776 - Trivial fix for gentoo service provider
+2764ab4 Rename migration so it's still applied
+965c08d Slight denormalisation to store a host's environment as a first class
+5742966 Fixing #1743 - defined types get catalogs too.
+31ec3e6 Adjusted CI tasks exit codes
+3421954 Fixing #1755 - handling fully qualified classes correctly.
+a1ac9a5 Added Rake :ci namespace and CI tasks
+d978668 Lots of DirectoryService work. New Computer Type. Users now use password hashes. Groups now support setting members as attributes of the group for OS X.
+86ce934 launchd service provider
+97a8177 Refactoring the thread-safety in Puppet::Util a bit.
+78bced1 Fixing #1683 - accessing and changing settings is now thread-safe.
+83cebb5 Partially fixing #1772 - fixing selinux tests broken by removal of extraneous 'stat' in :file.
+a839fe2 Partially fixing #1772 - fixing tidy code I broke.
+5bd27c8 Partially fixing #1772 - broken 'resources' tests.
+a3140b2 Manually setting an env var to mark autotest enabled so we see color
+bbad983 Removing the included testing gems; you must now install them yourself.
+b415848 Fixing #1708 - user groups specified as names are now detected correctly.
+9ed382d Fixed #1767 - Minor fix to emacs mode
+27a750d Revert "Fixing #1755 - File modes (and other strange properties) will now display correctly"
+eb0d32a Fixing #1764 - a property's 'sync' method is never considered a no-op.
+e9f858a Refactoring the file/owner property to be simpler and cleaner.
+ed4c405 Fixing #1755 - File modes (and other strange properties) will now display correctly
+c65f2b5 Fixed #1668 - puppetca can't clean unsigned certs
+1ad33cc Fix #1759 - Comparison operator was using string comparison for numbers
+c96d250 Fixed #1711 - fileserver test fails due to incorrect mocking
+8523a48 Fixed #1751 - Mac OS X DirectoryService nameservice provider support for plist output and password hash fil
+d32d7f3 Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine whether stderr and stdout are combined in the output
+4396740 Fix the init service type to cope with an array for defpath and if defpath does not exist
+3c870d8 Added versionable feature to the RPM provider
+f62d04d Fixing broken tests resulting from the fix to #1747
+030c791 Moved RRD feature from util/metric.rb to feature/base.rb
+dc192b0 Manifest documentation generation
+2c05a0a Move function existance test to parser evaluation
+064fb00 Add a doc attribute to AST nodes and fill it with the last seen comments
+724a6f6 RSpec tests for the doc system (covers AST.doc, lexer and parser)
+b8ed667 Fixed #1735 and #1747 - Fixes to confine system
+6be5ac8 CHANGELOG updates
+0ca5025 Fixed #1718 - Added preseed to apt uninstall and purge
+01976ca Include spec directory in packages
+c98f7a5 Fixing the provider's confine subsystem so the logs are more useful.
+6426a29 Removed extra 'end' from yum.rb
+1e81739 Fix bug #1746: Sync SELinux file attributes after file contents created/modified
+cebadd9 Fix bug #1681: Add filesystem type check to test for per-file SELinux context support
+60455e7 Quiet debug when no default SELinux context found for one of the components
+71a9e60 Fixes relating to transition to native SELinux bindings
+3a5dcab Refactoring of SELinux functions to use native Ruby SELinux interface
+d5e19f1 Fixed #1739 - Added uninstall functionality to yum provider
+bf5be00 Fix #1737 - part2 - Fix display of "options"
+e032034 Fix #1737 - ssh_authorized_keys should be able to parse options containing commas
+e33d087 Fix #1740 - Daemontools and Runit is not ReST compliant
+dfc0554 Fixed #1730 - Edited file/ensure.rb docs for clarity
+6d7b5ef Fixes #1672 - unsafe crontab handling in Solaris
+083077d Fixing the augeas type tests to work when augeas is missing
+0a3d34d Fixes #1714 - yumhelper handling with yum 2.2.x is broken
+7b70e85 Fixed #1721 - puppet.conf documentation incorrectly lists signals that affect the daemons
+781a685 Fixing a test I broke when fixing a reporting bug
+f063517 Added unit tests for the augeas type and provider
+2d37f09 Fix #1402 - Allow multiline comments
+9f30306 Fix #857 - Multiple class of the same name don't append code
+649a9e0 Fixed augeas examples in type
+56f3be6 Fixed #1710 - Spurious output in test run
+4806c51 Fixing #1669 - The dump parameter can now be changed on mounts.
+c7ccc4b Fix #1682 - ASTArray should flatten product of evaluation of its children
+c906afd Fixing #1667 - regex automatic value documentation is now readable.
+9fd1756 Split Augeas up into a provider and a type.
+e542f8c Fixed #1692 - k5login fails to set mode when file is created
+57e791b Fixing #1660 - Adding specifically supported values for tidy recursion.
+42cac73 Fixing #1698 - all logs again show up in the report.
+6ab4f1b Fixed #1661 - Type reference: tidy should specify manditory parameters
+2459106 Removing all mention of EPM, RPM, or Sun packages.
+9ecbd63 Fixed #1104 - Classes and nodes should set $name variables
+bc8cdb1 Beginning provider split, need help on the voodoo
+6539f55 Updated Red Hat spec file for 0.24.6 and removed conf/debian directory.
+cacafeb Added augeas type and feature
+
+0.24.6
+======
+b2c1149 Updated to version 0.24.6
+5ba54d2 Updated to version 0.24.6
+22024bc Improve the inline documentation for SELinux types and parameters
+f216237 Fixes #1663 - added Symbol check and additional test
+81c3b72 Fix SELinux test to succeed when Puppet debug mode is enabled
+f7516a7 Fix regression caused by switch to Puppet's execute() functions
+c09d0cc Solaris RBAC Attributes
+6d05cbc Fix #936 - Allow trailing comma in array definition
+ec2b461 Fix #1115 - part2 - fix tests and add all_tags
+356d8ca Fixed #1662 - Configuration Reference still references 'section'
+b53509b Fixed #1460 - enhance redhat puppetmaster init.d script to easy start puppetmaster as a mongrel cluster
+8a4e2e9 Fixed #1663 - Regression relating to facter fact naming from 0.24.5
+e6f99f9 Fix #636 - Allow extraneous comma in function argument list
+a74ec60 Fixing tests I broke when trying to fix the Providers reference.
+d4df361 Use fully qualified paths when calling binaries, adjust chcon call to use Puppet's execute() function.
+dedf0cd Setting SELinux contexts with chcon should not dereference symbolic links
+7f5ded1 Fixed #1646 - service puppet status does not work as non-root on redhat system
+00d5fe4 Fix #1115 - Allow checking tags/classes from ERb templates
+f5fb2d3 Fixed #1649 - OS X package creation script should be more selective about cleaning out prior versions
+b0fd2e0 Fixing #1647 - puppetdoc's 'providers' report works again.
+157c0dd Fix 1642 (always warning) and improve unit tests to cover when to warn and not
+65eafb7 lazy load latest package definitions with yumhelper 2.2
+eff6ce0 Revert "Added last part of #1633 patch - update to util/metrics.rb"
+c5d1a4f Added last part of #1633 patch - update to util/metrics.rb
+0fff7d7 Fixing some tests that were broken in 2fba85af
+2afbd0d Fixing a test that was failing as a result of the fix to #1491
+b0c01da Adding an additional option for the fix in ff36832e, skipping missing cert dirs
+aea5582 Removing a gid test for users, since it is a bad test and has mostly been replaced in rspec
+65d3040 Fixing a test that was broken in ee579641
+b08002e Fixing some tests that were broken in the fix for #1633
+2bf0ba5 Fixing a test that was failing because i-have-no-idea
+952ebb8 Fixing a test that was failing because of the change to retrieve() in ee579641
+a5fe87f Fixing a file source test that was failing because missing sources is now a failure
+53b7d42 Fixing the broken tests resulting from the fix for #1551.
+5ec6b07 Adding warnings when example groups are skipped.
+54abe70 Moving some test/ package tests to rspec integration tests
+85d3ae0 Cleanup selboolean and selmodule unit tests to pass on non-SELinux systems
+a562ce5 Add unit test coverage for Puppet::Util::SELinux and fix problems found by tests
+2b4aa0c Fixed #1639 - uninitialized constant Puppet::Type::User::ProviderUseradd
+4265825 Fix #1636 - part2 - correct some client errors.
+9c31db9 Add failing test for plugin with file and recurse
+2853447 Fix several small regressions in plugins mount
+2153bae Fixing #1640 - file groups now no longer get set on every run
+80e5c11 Incremented CHANGELOG to 0.24.6
+996ac46 Fix scenario when SELinux support tools exist, but SELinux is disabled
+d803096 Add new set of unit tests for selmodule type
+a3f34f9 Removal of redundant lines from unit test
+307260f Remove old selboolean unit tests and fix permissions on new tests
+2ebd34e Rewrote seboolean unit tests to provide better coverage
+4df51ea New and improved tests for file type SELinux contexts
+253d4df Fix regression when templatedir doesn't exist.
+c7a6ef2 Fix #1202 - Collection attribute matching doesn't parse arrays
+3281f2b Fixed #1633 - Added support for --detailed-exits to bin/puppet
+0b1e60f Adding an array indexer method to Puppet::Util::Metric as requested in #1633.
+765db30 Adding partial spec tests for Puppet::Util::Metric.
+fb14e91 Fixed #1473 - Rescue Timeout::Error in xmlrpc clients
+7275d7c Fxied #1354 - yum provider problems with RHEL 3
+0c297be Fix #1109 - allow empty if or else branches
+5268487 Fixed documentation, typo and added CHANGELOG entry
+990e8e3 Fix #1530: Correctly parse ssh type 1 keys
+06edac4 Fixed additional environments tests
+79bb1f2 Rspec Tests for #381.
+750e9ab Fix #381 - Allow multiple resource overrides or references
+782181e Minor test fix for #1614
+614326a Fixing #1098 - Multiline strings now correctly increment the line count
+1c6d57e Doing some simple refactorings on Puppet::Log
+a774443 Fixing #1089 - Log messages are now tagged with the log level,
+db7f108 Adding rspec tests for the Puppet::Util::Log class.
+d2c8998 Fixed #981 - Removed 'Adding aliases' info message
+d098a90 Fix failing tests dependent on /etc/user_attr file existing
+6bcfd9f Fixing #947 - pluginsync no longer fails poorly when no plugins exist
+67136f1 Fixing the Node class to no longer validate environments
+a4110a3 Add SELinux context reset after file writes in Puppet::Util::FileType
+250239e Add new support for :selrange SELinux file property
+c831482 Add detected defaults for existing SELinux file properties
+772e9b2 Refactor SELinux commands to utility module
+8153181 Clean up of SELinux rspec tests so all pass
+e77ddc1 Merged fsweetser's selinux patch against HEAD
+7272d49 Fixed #1613 - The client environment will be substituted when looking up settings.
+1a9b567 Fixing #1614 - Environments no longer have to be listed out.
+397c841 Fixed #1628 - Changed node search to use certname rather than Facter hostname
+9d174c4 Updated puppet binary documentation
+6a0b334 Fixed error message typo
+655f378 Adding a rake task for sending emails to the dev list
+d39bab9 Fixing package provider tests to use the new Transaction::Change interface
+e32256a Migrating the apt and dpkg tests to rspec.
+ddda80a Update change log with RBAC roles
+d1abb86 Add role support to user type and an implemention
+2fba85a Some small clarifying refactors and change to objectadd to allow subclasses of
+4a863c3 Adding user_attr util to parse attributes on solaris
+93f952a Fixed #1586 - Specifying "fully qualified" package names in Gentoo
+8620775 Fixed #791 - You should now be able to create and find a user/group in one transaction.
+63ad845 Refactoring and adding tests to the file group property.
+7da4152 Modified the group and zone resource types to no longer call
+ee57964 Modified the behaviour of resource-level 'retrieve' -- it only
+0fb4693 Updating changelog for #1622
+2afc4f5 Adding tests for the user retrieve method
+679fede Removing commented code from the user type from about 2005
+2480654 The Netinfo and DirectoryService providers can now create user and group simultaneously.
+4c998fe Fixing #1622 - The user type only looks up groups when necessary.
+6bc56ae Aliasing the rspec 'should' method to 'must'
+b9c75cd Rewriting the user tests, in preparation for enhancing them
+99de920 Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is used
+4cf9710 Add parser for arbitrary expressions
+cfa230a Add arithmetic operators to AST
+850e0ba Add not operator to AST
+9cdecfe Add comparison operators (< > == != <= >=) to AST
+8372dc4 Add boolean operators to AST
+e6698c2 Add warning and forcibly set to :md5 fixing #1564
+af8c706 Fix metadata class for cases when checksum_type set
+860bdb1 Fixed #1603 - Added support for running Puppet inside a Rack application
+b2f0d87 Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.
+a30ecf2 Make fileserver use fileset for recursion and handle dangling links by ignoring them fixing #1544
+3b80763 Add tests for FileServer::Mount list for #1544
+3749267 Fixed #1610 - Raise "Filebucketed" messages to Notice priority
+f792b64 Added a number of confines to package providers
+074abd4 Fixed #1609 - Added confines for the Gentoo, FreeBSD and SMF (Solaris) service providers
+2da6d19 Fixed #1608 - Added ubuntu to defaultfor for apt provider
+aa629ec Fixed #1607 - Added ubuntu to defaultfor for Debian service provider
+774c0f9 Fixed #1588 - Fixed puppetca --clean --all
+98e79f8 Fixed #1472 -- defined, exported resources in the current compile now get expanded
+0040bc8 Fixed #1045 - Multiple metaparams all get added to resources.
+8d5ded0 Removing some code in Parameter that is unnecessary.
+5fbdc49 Fixed #1595 - Internally, Property#retrieve is no longer called
+c16a5ae Only apply splay the first run
+27f0c7d fix failing hpux user specs
+7a3a38f Add rspec unit test for the append operator
+16793d2 Add an append (+=) variable operator:
+7f8abbd Bug #1550 - Rework to avoid regressing rspec tests, add new rspec tests for templatedir as a path
+0905734 Allow a templatedir to be colon separated.
+11b0848 Fixed #1500 - puppetrun host regression
+3b1d6e2 Fixed #1579 and #1580 - errors in the Puppet RPM spec file
+77f4fb6 Fixed #1521 -- ldap user and group are now used with the default connection
+a1a670b Fixed #1572 -- file purging now fails if remote sources do not exist.
+dd4f654 Fixing #1576 - moving all of the Puppet::Type code back into type.rb.
+923fd89 Fixed issues with file descriptors leaking into subprocesses
+cab5d85 Fixed #1571 - Puppet::Util::binary returns incorrect results
+a7306e1 Fixed #1553 - Puppet and Facter cannot both install the plist module into two different locations
+758505b Fixed #1568 - createpackage.sh
+7ce902d Adjusted hpuxuseradd user provider to confine to HP-UX and fixed HP-UX user provider path regression
+8f1336f Fixed #1566 - changed password property of the user type
+d4d3213 Fixed debug messages in package type - thanks to Todd Zullinger for this fix
+b88df5a Sync with latest Fedora/EPEL specfile
+0705dfb Fixes #1455 - Adds HP-UX support for user type
+e15d316 Fixes #1551 puppetmaster.freshness xmlrpc call returns incorrect type
+8fe0338 Fixes #1554 - Fix exception for undefined hostname
+81cc9bf Fixed #1533 - changed permissions for man directory
+41dc1fa Runit service provider
+aae0793 Daemontools service provider
+29ae879 Fixes tests broken by 95aa085
+b50e718 Fixed #1488 - Moved individual functions out of functions.rb into
+5fb5091 Fixed #1457 - case insensitive match for error
+ded94f7 Removed spec color option for buildbot
+415663b Added simple rake task for running unit tests
+557be9d Added spec Rake task
+0d118a5 Fix leaking LoadedFile when adding templates to be watched
+67387e2 Fixed #1506 - Removed storeconfig duplicate indexes
+7accb89 id column is autogenerated by rails as a primary key, there is no need
+c5fb092 Removed reference to namespaces from --genconfig documentation
+1729de1 Updates to ext/puppetlast to support multiple hosts
+b6609ee Fixed #1508 - Add HP-UX package provider.
+3e482a2 Updating the authors list for the gem spec
+2ec4e29 Fix #1502 - abysmal storeconfig performance - part2
+9272df4 Fix #1052 - abysmal storeconfig performance - part1
+f48a0ae Fix #1510 - storeconfig fails with rails 2.1
+b1ad596 Add the -P/--ping option to puppetrun, fixes #1501
+6676b6b Fixes #1274 - allow class names to start with numbers
+d02f95c Fixed #1394 - Added stored configuration clearing script to /ext
+fb8cc53 Fixed #1442 - replaced use of Facter for report titling with certname
+18dda20 Fixed $1456 - add proxy configuration to yum repo
+ab4cb6a Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.
+8a0cb16 Added tests for TemplateWrapper's use of Scope#to_hash.
+3ae7eca Fixing an ldap connectivity test
+d3393b4 Added CHANEGLOG entry for removal of interface type
+bfcdfe8 fix terrible error with overwriting permissions
+0147570 Fixed #1457 - removed confine warning
+fecdfbc A working script to create an OS X pkg out of the Puppet repository
+6a2e71d Fixed #1441 - Updated console colours
+404450a Add testing for the changes to resolve redmine #1427, where Kernel methods shadow
+03c76de Expose all puppet variables as instance member variables of the template wrapper.
+13069ec Ensure that we consistently use either string #{} interpolation or String.%
+469c5fe Feature #1476: Allow specification of --bindir --sbindir --sitelibdir --mandir --destdir in install.rb
+2a3d195 Specs for yaml indirector .search - I'm still learning!
+c97389d Made puppetlast work on 0.24.5 by using the YAML indirector
+5c53617 Added a search method to the YAML indirector.
+482489a Revert "Fixing puppetlast to make it work with 0.24.5 / 0.25."
+0bbac8d Fixes #1417 - whitespace in ssh_auth_key provider
+a772110 Sync with latest Fedora/EPEL specfile
+97987a7 Feature #1241 : Improve performance of group lookups
+fe99828 Bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on each certificate signing
+971af69 Fixing puppetlast to make it work with 0.24.5 / 0.25.
+d91d806 Updating the authors list for the gem spec
+
+0.24.5
+======
+ce964ec Updated to version 0.24.5
+a7df4eb Updated to version 0.24.5
+4dffaf3 Reverting the version so my release process works
+aac7dd1 Incremented versions
+bfcd626 Fixes #1445 and #1426
+8f5800f Fixes #1445 and #1426
+ff36832 Fixing the renaming code to skip missing directories.
+8c2478b Fixing puppet_module -- it needed the same node interface change.
+d9aa5ab Fixing a cert test to pass on Darwin.
+686ba4d Revert "Merging fsweetser's selinux patch against 0.24.4"
+f16da42 Merging fsweetser's selinux patch against 0.24.4
+a47fed4 'Fix' broken tests related to missing source raising
+238b8d7 Fixing #1438 -- mongrel and module tests now pass.
+ebb219e Fixed all of the fileserving termini so they use indirection requests.
+d8937ac You can now select the encoding format when transferring the catalog,
+a0fa09f Revert "Fixed #1201 - all external node attributes are converted to strings."
+8f8ce60 Fixed #1431 - Provider confines must now specify similar tests in one call.
+7fa7251 The mongrel-related tests now run without mongrel.
+bdbd992 Updated /spec/unit/rails.rb test
+de6aec6 Fix Ticket 1426 - services on redhat are restarted again
+0a0fcaf Fixed #1414 - Return code from waitpid now right shifted 8 bits
+61b9bcd Added Changelog entry for new auth_key type
+65b9869 Further moves from the examples directory and ext directory
+4ce7159 Fail instead of log when rescuing remote file connections
+4c5293b Fix #1409, Move path expansion from the type into the provider
+8043655 Fixing #1408 - --loadclasses works again.
+605d760 Moved debian to conf and updated examples directory
+d25c2b2 Fixed #1407 - allowdupe is now a boolean group parameter.
+9eb9aff Fixed #1368 - updated Red Hat init scripts
+c7dc73f Fixing the user ldap provider tests
+edf99c5 Added message referencing ReductveLabs build library
+6ff9246 Fixed #1396 - Added sha1 function from DavidS to core
+19b76c7 Fixing #1401 - integration tests now work regardless of the yamldir.
+667fac1 Fixed #1226 - Gems can now specify source repositories.
+21d4957 Correct whitespace
+4762b52 Moving the gem test to the non-ral directory
+71f4b02 Importing Sam Quigley's work to enhance gem support for sources.
+c751e4e Fixed #1272 - ldap group names will be converted to GIDs.
+0922c3b Fixed #1399 - the ldap user provider knows it can manage passwords.
+196494a Fixed #1231 - Exceptions during startup should now be clear.
+9d69b3f Testing and simplifying the Transaction::Change#backward method.
+61ec332 Removing the Transaction::Change#transaction accessor.
+2863df2 Refactoring the Transaction::Event class.
+a37a784 Adding tests for the Transaction::Event class
+31ffeab Adding tests to the Transaction::Change class.
+8865bdf file object creation should fail if source is not present
+73c06c0 Renaming Puppet::Event to Puppet::Transaction::Event
+84b5665 Updated test/ral/type/sshkey.rb test
+5ef8979 Removed debugging from lib/puppet/util/ldap/connection.rb
+6124c69 Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.
+ba12d30 Fixed #1232 - the rundir no longer specifies a user/group,
+be169da Removing all of the code related to the interface type.
+04ecb74 Doing what I can to fix #1128, but just in preparation for removing 'interface'.
+2279acd Adding changes to config print that were missed in fix for 1183
+a87885a Fixing the "describe" in the redhat interface specs
+bd3f8e3 Fixed 1240 - puppet will function more like puppetd if graphing
+7a6ae29 Add a missing test for exercising the last untested line of lib/puppet/type/ssh_authorized_key.rb
+731d0f2 Minor documentation updates for ssh_authorized_key type
+c825c99 Fixing the ldap node terminus to merge facts with the right name.
+4b6b22e Adding logging when a node's facts can't be found
+daf0d9d Backporting a test that was failing in master, and fixing it
+38540d5 Fixing the ldap node integration test so it cleans up
+e03c1be Fixing #1382 - existing uppercase certs, keys, et al will be renamed.
+5156230 Use generate instead of autorequire in the ssh_authorized_key type based on Luke's comments
+d3a8125 Fixed #1006 - puppetrun --class works again. I added the class
+c1e010f Fixing the Node::Ldap.search method to use an indirection request.
+4d22a95 Switching the ldap terminus to use Util::Ldap::Connection.
+b47d4e1 Added a 'search' method to the ldap node terminus.
+a1d1abd Adding an 'instance' class method to ldap connections.
+ee9d002 Fixed #1114 - Facts in plugin directories should now be autoloaded,
+f1d5903 Fixing #1388 - the package test no longer uses 'require'.
+8c5c949 ssh_authorized_key: autorequire, default permissions and cleanup
+5a283d6 Fixing #1374 - Using Puppet::Type.type() in tests
+17afb8a Fixes #1195 - Updated Gentoo init scripts
+00182ff Fixed #707 - special '@reboot'-style cron jobs work again.
+c83b23d Updated CHANGELOG for two missed commits
+2380fcd Fixed #1012 - templates in the templatedir are preferred to module templates.
+4d95364 Fixed #1221 - aliases to titles now work for resources.
+24ca81f Fixed #1360 -- allowdupe works with groups again.
+955a8ff Removed test/util/loadedfile.rb tests which fixes #1370
+9c1ab14 Fixed #1371 - Updated bin/puppet to use Node.find
+aedfa2b Fixed #1369 - the init service provider now supports HP-UX.
+422dea0 issue 1183
+d3a4d9a Updated Rakefile fixes #1367
+5f600dd Fixing #1168 (for 0.24.x) -- automatically downcasing the fqdn.
+ac7f596 Fixed #1201 - all external node attributes are converted to strings.
+6658463 Updating the changelog for the changes to node lookups.
+1f19453 Removing the Node.find_by_name method.
+51e1ba8 The LDAP Node terminus now searches for the fqdn, short name, and default.
+fb4e843 Refactoring the 'find' method a bit in the LDAP Node terminus.
+317af36 Removing the now-obsolete Node.node_facts method.
+b7bd427 Converting the Node.node_names class method into an instance method.
+75c94e3 Removing an obsolete, unimplemented test
+98e38a6 Adds support for keepconfig for the dpkg provider fixes #234
+4d70449 Fix bug in test, add more specs and small refactor
+86f8ff4 Removed the unless condition in query, because the issue is a stale cached
+4539b1c Issue 1215
+7b2c310 Adding another note about the save_object stub.
+d816614 Fixing #1362 -- I had previously removed a stub point needed for testing.
+9b1301c Removing a duplicate call left over from debugging
+087480b Replacing all two-space indents with four-space
+3980323 Adding ruby interpreter lines to the tests missing them.
+9fe2b03 Adding execute bits to every test currently missing them.
+fb5f09b Fixing how the Indirector::Request sets its options.
+4b29a5e Fixing how the indirection tests for whether the request has node info.
+6764af3 Change description of spec to make baby jesus happy
+946081b Try again
+bdc578a Applying the fixes recommended by David Schmitt to the inline documentation of
+886c984 Updating the docs for ResourceTemplate.
+29c840a Adding a class for using templates directly within resources
+1205881 The mongrel and webrick REST handlers now extract certificate information.
+e8044f9 Adding to the indirection request support for authentication information.
+dbd9b40 Updated fix for ticket #1271
+cf3b98e Applied patch for ticket #1271
+9943da6 Further Emacs puppet-mode fixes
+3c2e69f Fixed Rakefile to install non-.rb files to fix #1266
+ad3803f Fixes for install.rb running of tests that fixes #1267
+65c1889 Fixing #1242 -- lack of storeconfigs only produces warning, not exception.
+8a22b59 Fixing #1265 -- the ca/client tests now all pass again.
+02411f5 Always using the cert name to store yaml files, which fixes #1178.
+89100c4 Moving the majority of the pkgdmg docs to the wiki, fixing #1264.
+9decf35 Put function in ticket #311 in correct location
+6c3e7e1 Reverted function - "Added cron random function fixing ticket #311"
+c173264 Refactoring warnings.rb for tests.
+e6837a4 Fixing an inaccurate test so the tests will run correctly in all branches.
+054a811 Removing extra debugging
+bdcf5db Fixing tests that are broken when running as root under OSX 10.5
+d55a755 Added warnings test and cleaning up trailing whitespace.
+c0f78b4 Fixed a bug in my tests which caused them to fail when run against the master branch.
+d54338f Added cron random function fixing ticket #311
+6ea494f Pushed patch fixing #1235
+c370104 Fixing the node/catalog so that it can convert from parser catalogs to RAL catalogs.
+bd51a53 Fixing transaction support for prefetching generated resources.
+4434072 The ldap user/group providers now work when no users/groups are in ldap yet.
+419f244 Adding support for settings within the existing Facter provider confines.
+3e13bd5 Intermediate commit so I can move on to other things.
+ee4be4f Removing an unused file. Closes #1229.
+b8ce6a1 Mocking Facter in an integration test, so it works with no networking
+77ee4ec Refactoring how the provider confine tests work, again.
+0820819 Minor cosmetic changes to cleanup some style elements and get rid of some cruft.
+6a6a1d9 Another refactor based on feedback from Luke. This includes adding an accessor for @@state to make testing a bit cleaner.
+ee04129 Refactored tests based on feedback from Luke.
+d7f25ff Rewritten tests for Puppet::Util::Storage.
+c5da401 Add unit tests for Puppet::Util::Storage
+8008bbc Modified the 'factpath' setting to automatically configure
+a02c6bb Fixing a mock in the redhat interface test.
+390db80 Updated puppetd documentation which fixes ticket #1227
+2d6a914 Fix for latest method in rpm provider (fixes #1224)
+38545d9 Crontab provider: fix a parse error when a line begins with a space character
+a1409d7 Moving all confine code out of the Provider class, and fixing #1197.
+995991d Switching the Provider class to use the new Confiner class.
+c9757a6 Moving the 'confine' handling to separate classes.
+ac79a79 Duh, fixing all of the paths being loaded for spec in the moved tests.
+d02334f Moving all tests that are in 'ral' up a level.
+e7bef08 Fixing the user test.
+158d3df Added the ability to add arbitrary attributes to ldap.
+83ef1b0 Fix for #1219
+b500689 adding more autotest docs
+c61fc02 Adding autotest info to the ext/ directory.
+59b9958 Correcting whitespace in the templatewrapper code.
+49dde11 Adding has_variable? support, fixing ticket #1177
+d8cc1c5 adding execute bits to tests
+5e2a4b5 updating the changelog for the ldap providers
+17e8158 Adding ldap providers for the user and group type.
+c56e9a6 Fixing another test that wrote to ~
+954aad4 Fix Emacs mode indentation of multiple nested blocks
+f52e343 Enhancements to syntax highlighting and indentation for Emacs
+9bf21a6 Use our own count-matches for Emacs 21 compatibility
+20e60b1 Applying patch by martin to fix #1207.
+270c007 Clarifying the exception when there's a syntax error but a valid parser.
+f3fa589 Fixing a test that wrote to ~.
+ae842ea Fix for urpmi provider that fixes #1217
+da4cdd2 Fix for ticket #1218 - changed to appropriate variable name
+88ec3d8 Cosmetic fix
+67dc261 Removed "none" as a valid type attribute value, it was useless anyway
+db8a46c New native ssh_authorized_key type
+2b185af Add values for dump parameter for the mount type closing #1212
+69fc802 Update to man pages, fix to ralsh help text and fix for #1211
+c57e194 Fixing an error message to be more clear
+5a2bbad fix bindir/sbindir defaults on OS X 10.5
+fff6ad9 Fix for ticket #1209
+b2a3db9 Fixed #1196 - added /sbin/service support for the redhat service provider + some doco fixes
+62ca726 Fixed some tests broken by #1176
+82b9f61 Added puppetlast script to ext directory
+a35450b Pushed patch for #1176 - configtimeout fix
+57fd88b Pushed patch for ticket #1191 - adding globbing support to ports provider
+b5640a1 Pushed patch for ticket #1187 - freebsd pkg_add support
+0a5d8a6 Fixed #1195 - support for gentoo openrc
+4599791 Pushed schema patch for #1193
+eac14f6 Fixed #1189 and added support for --all to puppetca --clean
+d9846fc Fixishing some pending tests, including filling in
+cb617f2 Making the changes necessary to get the REST support
+a6a397b The 'destroy' method in the indirection now returns
+04aba52 fill out specs for network_* methods; refactor lowest-level network hooks
+a0804ae adding rest_connection_details helper to Indirector::REST -- will need to be overridden to lookup the real connection details
+aed1375 make sure unit indirector specs are working with #save; fill out network_put pending specs
+75bf05d removed a debugging helper from the Indirector::Rest#save method
+9187a34 updating mongrel/webrick unit tests to match integration-tested version of REST save functionality
+93bc1a9 adding REST save support, with integration tests. A handful of unit tests in that area now need to be updated.
+99b295b disabling caching for Puppet::Indirector::Indirection as it was causing hella problems with testing save without caching; judging my luke's blog this is going to be rewritten somehow anyway
+1befd1d work-in-progress; playing with refactoring network_* methods inside Indirector::REST
+f28f20b Added support for destroy/DELETE over REST (including units & integrations on both webrick & mongrel).
+0797440 updating search integration specs to include webrick
+e8caf13 making search work over REST, w/ unit & integration specs
+b750482 unit specs and implementation for Indirector::REST#search method
+a7f2dd4 placeholders for integration specs on final REST methods
+cebb677 ensure that we only run the mongrel specs when mongrel is available as a feature
+dab9deb bringing Indirector::REST specs to mongrel-land as well.
+1e0f19b Make mongrel happy like WEBrick.
+d24c03c exceptions on remote end now properly passed to local end via REST and re-raised (integration-tested)
+7a73434 Much larger commit than I would like to land at once. This is all REST-related code. Two specs are failing related to how Mongrel is initialized for REST; will fix those shortly.
+a1c4579 a trivial integration test to test whether the RESTful indirection terminus has a remote shot at working; will need to be upgraded to actually be useful
+7d51146 fixing Puppet::Node::REST class name to work with autoloader inflection (Puppet::Node::Rest), so we can do Puppet::Node.terminus_class = :rest
+e86fde2 This is the first version where mongrel and webrick are reliably startable and stoppable via Puppet::Network::Server.
+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
+13c40e9 removing obsolete TODO comment
+2cdd0f8 puppet-compliant indentation
+b49fd49 Resources now return the 'should' value for properties from
+4aaad26 Modified the 'master' handler to use the Catalog class to
+2925ad1 Fixed #1184 -- definitions now autoload correctly all of the time.
+376628d Removed the code from the client that tries to avoid recompiling
+3718b64 Fixing #1173 -- classes and definitions can now have the same
+d91b6d8 Fixing #1173 -- classes and definitions can now have the same
+738889b Fixing the expire method (it wasn't using a request
+f285f1a Moved the request creation into the Indirection
+d420701 Making the log messages around caching better.
+d82ac98 Fixing the executables to use the new indirection api.
+7774d9c Ported the rest of the indirection terminuses over to
+bf728d2 Intermediate commit.
+644d6ba Fixing some tests that were failing because new base types
+768315b Adding the ability for indirection requests to be created
+38f0f48 Fixing an errant comment
+69a321f Fixing the tests that were failing because of the use
+f9881ed Adding a Request class to the Indirection layer. This
+4032a27 Fixing the integration tests related to the destroy fix. Yay.
+0bd5799 Fixing one other test that was failing because of the change
+941177a Changing how destroy works, just a bit -- it now accepts
+c6729d1 Reworking the caching layer to use TTLs instead of versions
+8e1e06f Removing unused code from the file_serving/metadata class.
+1458123 Adding an envelope module to handle indirected instance
+bd858df Changing the default environment to production.
+80f8b80 Adding validation to the user type to confirm that the
+92765ea Making a test executable
+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).
+911c7fb Additional fix for emacs syntax for ticket #1160
+c13486e Revert "Additional fix to emacs for ticket #1160"
+bb65226 Additional fix to emacs for ticket #1160
+6f1c469 Extend workaround from 56aad69f8cdf8b0b08fdb7985014986223fa4455 to not only fix UIDs but also GIDs
+e621985 Changed some non-standard Ruby locations to env ruby shebangs
+2036d22 Fixes debian service enabled/disable issue as detailed in #1161.
+1c02749 Committed patch from #1160
+335972e Pushed patch to fix #1174
+6f32e95 Adding the report reference back; I don't really know
+f927b97 Updates to rrdgraph documentation
+e51d05c Better fix for #1020
+4a39d64 Revert "Added updated fix for #1020"
+2cac600 Fixed duplicate oid for parentnode and environment in schema - addresses #1170
+eae5cee Fixing a duplicate word in the mount docs
+4f8df98 Added updated fix for #1020
+aa830b9 Adding 0.24.4 header to the changelog
+4c63b69 Add a bunch of directives, allows a full parse of stanford's huge nagios config
+9d30b26 Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
+874a02f Added check_puppet.rb Nagios check plugin (See #1162)
+491a696 I think this will include the man pages in the build but overall the Rakefile needs a rewrite
+9cf7150 Added some more tests for loadedfile, based off the old unit tests.
+077312a Added rspec tests for loadedfile
+
+0.24.4
+======
+3a8053a Updated to version 0.24.4
+d3e4ed7 Updated to version 0.24.4
+55a9009 Pass source to pkg_add via the PKG_PATH environment variable if
+6a53519 Fixing #571 -- provider suitability is now checked at resource
+528bbf1 Fixing a couple of tests.
+017f673 Moved the configuration of the Node cache to the puppetmasterd
+bd3f6ec Disabled man page creation by default and updated CHANGELOG
+4bfc4ef Modifying the way ensure is handled so that it supports
+d93e1b4 Fixing #1138 -- the yamldir is automatically created by the
+273c7ec Disabling http keep-alive as a means of preventing #1010.
+6aa6fdb Applying patch by Ryan McBride to fix OpenBSD package
+5a31959 Added man pages and man page creation logic to install.rb
+e5b16b2 Ported #198 man page creation functionality to 0.24.x branch
+18320b8 Found all instances of methods where split() is used without
+f6325dc Found an array that leaked pretty quickly between reparsing
+25b81b3 Fixing a test I broke with my fix to #1147
+4f400d4 Fixed #1147: Cached nodes are correctly considered out of
+54bedb2 tweak the (already applied) patch in 388cf7c3df7ce26e953949ed6fe63d76cbbb3691 to resolve #1137; also, add tests which detect the problem.
+a240969 Applying patch by wyvern to fix #1142.
+e00065a * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Clean up the code somewhat after commit 738d275f41f3eaf015800021dd2dfe6c42a1ae79, as promised.
+5f3ed8d * puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Be more sophisticated about what we do at the beginning of the buffer, so that the first expression after an block-opening statement that happens to begin at the beginning of the buffer gets indented correctly. This may need some cleanup, but I wanted to get the correct behavior committed first.
+d1d408c Fix bug mentioned in commit f814e23eab140ad01df4a4a3b187fcbf20da02be:
+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.
+40a389a * ext/emacs/puppet-mode.el: Untabify, in preparation for substantive changes.
+0c45a5a Adding another commit for #1136 -- Consolidated
+4ce1d37 Fixed ports documentation error
+c75cc42 Added more detail about the requirement for ruby-libshadow for useradd password management
+1dc6dc2 Final fix to #1136 - further changes to --test setting
+e714156 Second fix to #1136 - fixed --test problem
+2155fe1 Fix for ticket #1136 --verbose cancels out --debug
+4cc18ed Applied patch in #1134
+2795ba4 fixing another failing test
+a40e9b7 Fixing some tests that only failed under certain
+7d35ae8 Refactoring how the catalog creation handles errors.
+1b3c85b Removing extra debugging
+2d90468 Fixing a unit test for node integration
+e81fc58 Settings now (again?) do not use a section more than
+fca467d Removing explicit requires of types and providers,
+34129d9 Removing obsolete code from the fileserving handler.
+f62eec8 updating resource references in the docs
+d0554db Hopefully *finally* fixed the "already being managed" problem
+13c6de3 Adding a rake taks for updating the trac docs
+
+0.24.3
+======
+0e26a07 Updated to version 0.24.3
+990638c Updated to version 0.24.3
+18ed28b Updating changelog for 0.24.3
+ab72048 Removing a Settings.use that is unnecessary
+bba0b43 Downgrading the "Using cache" message from the indirection to debug
+1dc0e24 Modified the ldap node terminus to also use the facts version
+4a45a1d Caching node information in yaml (I figured caching in memory will
+f3a304c Modifying the yaml terminus base class to use the timestamp
+8b29368 Adding a filebucket test to puppet-test
+da77cb6 Adding a test for local compiling
+405802e Using the indirected facts rather than master.getfacts, so no factsync is used
+388cf7c Regression in :node_name functionality
+872ced7 Flat file now does writing to a tempfile.
+4956323 Fixing #1132 -- host names can now have dashes anywhere.
+ecb873d Fixing #1118 -- downloading plugins and facts now ignores noop.
+e2370b3 Fixing the service-stop on debian, using the patch provided by DavidS
+e8029cc Fixing the "tidy" type to use an option hash for specifying its parent class
+c955f61 updating changelog for already-closed tickets
+eecc22c Cache the same type we check for, hopefully fixes #1116
+f1216f8 Revert "Cache the same type we check for, hopefully fixes #1116"
+ca0b62a Cache the same type we check for, hopefully fixes #1116
+35214eb Fixing the rest of #1113: External node commands can specify
+2261032 Partially fixing #1113: LDAP nodes now support environments,
+4c0f6c8 Fix for 1094
+647f5b4 Always duplicating resource defaults in the parser, so that
+ee8fac6 Changed name of method for clarity per code review
+8192475 Ticket #1041
+4c47656 Applies patches from #1111 and #1112
+443db20 Fix tests depending on the Puppet[:localcert] file existing using stubs
+8627139 Updating version number
+3b5daf7 Revert "Fixes #1099 - use of -m option with -d option for home directories"
+0ae58a9 Fixes #1099 - use of -m option with -d option for home directories
+
+0.24.2
+======
+f019cac Updated to version 0.24.2
+bfdac69 Updated to version 0.24.2
+6faed12 updating changelog for 0.24.2
+ee88c58 Applying patch by DavidS to fix #1083.
+a7339ec Fixing a few tests
+e008b02 Fixing #1110 -- transactions now always make sure
+65b7267 Fixing the fact that resources that model defined resources
+4c3fa78 Fixing a few more loading order issues.
+857814a Fixing tests that did not work with Rails 2.
+7ca0ad6 Fixing a test that changed the environment for all later tests,
+9b07758 * Tweaks for puppetshow UI cleanup
+0139889 * Add migration for "created_at" (hobo expects it)
+43aea83 renaming ral/types to ral/type in the tests
+879ee22 Fixing #1062 by moving the yamldir setting to its own yaml
+fd1573f Fixed #1047 -- Puppet's parser no longer changes the order
+9d6e926 Fixed #1063 -- the master correctly logs syntax errors when
+abd688e Fixing #1092 by no longer using the resource reference to
+29aafb4 Fixing an integration test so it cleans up after itself
+82b02b9 Fixing #1101 -- puppetrun works again.
+dd17d4c Fixing #1093 -- 0.23.2 clients are again compatible
+c0b5352 testing automatic commit emails
+614ab9f Adding a 'control' parameter to services, for those
+bb8051b Removed the loglevels from the valid values for 'logoutput'
+ff4f65a replacing tabs with spaces in the redhat interface provider
+f3db79e Fixing a typo in the mailalias resource type
+4e55999 Removing the validation on package sources, since
+42bfdf2 Fixing #1085, I think -- I was not returning a resource
+1258512 Fixing #1084 -- the node catalog asks the individual
+9a33487 adding a comment to the namespaceauth.conf file
+04892ee Adding an example namespaceauth.conf
+f0975df Trac #1038: not a fix, just an attempt at improving the situation.
+c8b320e Corrected #1040 fix - this should now be right - trace was after raise
+07cd482 Making a couple of other small fixes, requiring
+ff97059 Somewhat refactored fileserving so that it no longer caches
+939c952 Fixes ticket #1080
+f184228 Fixes ticket #1079 - added . support for tags
+9b6e501 Fixing a test that was failing when a user-specific
+5d35bc5 Fixes #1078 and includes new test
+7976015 Removing a test I never migrated from test/unit.
+279a0c5 Fixing a test that was actually reading in keys
+098a69c updating checksum for #1010 fix
+b06767e Quashed commit of my fixes for #1010.
+5e18b8d Hasstatus in the init service provider; it was just
+60f18c2 Fixed minor documentation error
+39a6756 Fixed #1073 - moved show_diff and other logic post config parse
+f006e17 Fixed test for #1040
+1f0ea5a Second attempt fix address ticket #1040
+39f9818 Removing some extraneous debugging from a test.
+d82bfd8 Attempt to fix #1040 - catching errors in compilation
+e830f28 Fixed #1018 -- resources now have their namevars added as
+60dd569 Fixed #1037 -- remote unreadable files no longer have the
+2de4654 converting parser ast node specs from setup/teardown to before/after
+9927efb converting parser ast host class specs from setup/teardown to before/after
+c86c1da converting node catalog specs from setup/teardown to before/after
+61cdc2b converting indirector yaml specs from setup/teardown to before/after
+f702096 converting facter indirector specs from setup/teardown to before/after
+516e5b6 converting indirector checksum file specs from setup/teardown to before/after
+d260b7e converting parser compilerspecs from setup/teardown to before/after
+1913134 converting mount provider specs from setup/teardown to before/after
+6781e10 converting indirector terminus specs from setup/teardown to before/after
+dba64dd converting file serving configuration specs from setup/teardown to before/after
+b4c8f99 converting indirector ldap node specs from setup/teardown to before/after
+3cb1118 converting indirector direct file server specs from setup/teardown to before/after
+9e632bc converting parsed mount provider specs from setup/teardown to before/after
+becafab converting mount type specs from setup/teardown to before/after
+034336b converting indirector file specs from setup/teardown to before/after
+12f139c converting package type specs from setup/teardown to before/after
+b8d5ce0 converting fileserving/configuration/parser specs from setup/teardown to before/after
+eb0bdcb converting indirector/module_files specs from setup/teardown to before/after
+22d6f9f converting ral/types/schedule specs away from setup/teardown
+d04567a converting indirection specs away from setup/teardown to rspec compatible before/after usage
+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)
+f9f32c4 reordering spec binaries to prefer the local vendor/gems/rspec/bin/spec option
+d11cd39 Fixing a failing test that resulted from a change
+62d7616 Fixing the directory service provider's behaviour
+f087df0 Fixed ticket #1072 - Debian directory updates
+0eede76 Fixed Ticket 1009 - problem with plist xml parser. We do not need the plist parser for pkgdmg.
+458cb23 Fixed ticket #1070 - puppetrun configuration parse problem
+2e41803 Fixed ticket #1069 - removed remaining references to multiple configuration files
+10d4d0e Fixed ticket #1065 - Solaris SMF manifests
+8fa4120 Fixed ticket #1068 - Minor documentation fix
+30128bd Really minor change to user creation in Leopard.
+6013b25 Refactoring the incremental checksum generation
+aebd303 Enhancing the stand-alone checksums utility module
+df3fbc7 Fixed #1060 - Debian service removal and addition
+5ef8a3e Changing portage to use Puppet::Error instead of Puppet::PackageError,
+c4f7c51 Fixing comment -- ticket #1027 instead of #1064
+8920557 Fixing #1064 -- providers et al are now autoloaded
+4829711 removing "lib" deprecation notice from autoloader
+f8afe13 Fixed #1043 -- autoloading now searches the plugins directory
+fe02591 Fixed #1003 -- Applying DavidS's patch to fix searching for
+9b1bfc1 Fixed #992 -- Puppet is now compatible with gems 1.0.1.
+0cfa1d2 Fixed #968 again, this time with tests -- parseonly works,
+8367fdf Renaming the 'pfile' and 'pfilebucket' files to plain
+a42c3ae Fixed #1021 -- the problem was that my method of determining
+d406353 Removing the last vestiges of GRATR from the PGraph class
+068b61e Removing obsolete references (they're in the indirection
+98dbfa2 Loading the mocha gem from the puppettest.rb file.
+12fa0fa Fixing the Rakefile so all tests run in one task instead
+cb5def4 'rake' within the spec dir works now, anyway, which is
+eb74033 Fixing the puppet_rspec autotest plugin to use the modern interface
+1b90f7f Trying to upgrade rspec, but not having much luck.
+bcb9b56 Copying over Rick's work from the master branch supporting autotest and
+3af6827 Adding an inflection util class.
+7e45553 Fixed #997 -- virtual defined types are no longer evaluated.
+c8da318 Moving the ast node tests to rspec (which I could have
+8b2fae0 Removing the last remaining vestiges of GRATR --
+cf21ade Switching the Node catalog to use the Tagging module
+744cd45 Added a 'tagged?' method to the Tagging module.
+d21416b Switching the Node Catalog to using a separate method
+fd0c5cb Changing the name of the Compile class to Compiler,
+5ebaa89 Refactoring the interface between the Compile class
+e247b56 Changing some methods in the Compile class to
+6a4cf6c Fixed #1030 - class and definition evaluation has been significantly
+3b740ff Converting the Compile class to use a Node::Catalog instance
+194e730 Moving all of the tests for Puppet::Parser::Compile to
+fb4bdc0 More AST refactoring -- each of the code wrapping classes
+5a0e34b Refactoring the AST classes just a bit. I realized that
+82720d5 Removing some obsolete code from the AST base class
+dbaffae Ceasing autoloading ast files; loading them manually instead
+7c500da Stubbing Facter during the snippet tests, so they are faster and work with no network
+084d0fb Adding more information to dependencies that do not resolve
+b293763 Applying patch by Jay to fix #989 -- missing crl files are
+2931723 Fixing the Settings class so that it correctly handles
+f7b0ca9 Fixed #1052 - fixed gentoo service management
+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.
+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.
+139ff33 Fujin's patch for ticket #1007 - consistent use of 'environment' instead of 'env'
+aedd59c fix bug 974 - filenames with opening bracket characters generate exceptions
+b8036a9 Updating the docs for the cron type
+28a8577 Added hostname test for hosts type
+16df87c Updated fix for ticket #151 and added a test
+ed0c745 Fixing #1017 -- environment-specific modulepath is no
+ade9f3c Store a resource before adding relations to it otherwise activerecord will
+047ec54 Fixed tickt #1034 - doco typo
+6ff9423 Significantly refactoring the lexer, including adding Token and TokenList
+11799b3 Fixed #1001
+348aa3e Fixed #1028 - examples incorrect for 0.24.x
+974fcdb Removed womble-specific Debian build section
+321b8fd Fixed #1006 - changed ldapnodes to node_terminus
+ee6ddc9 Removing tons of unnecessary calls to "nil?" from the lexer.
+7a4935f Fixing a couple of tests, one related to recent tagging changes
+9a290bb Second attempt to fix ticket #151 - host type now validates IP addresses and hostnames/FQDNs
+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"
+b561ae6 Fix bug #997, only evaluate non-virtual definitions
+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
+d7a89b4 Fixed #1019 - made libshadow available for non-Linux users
+8a649ff I think I've finally fixed #959, by having the Settings
+52eba77 Fixing #794 -- consolidating the gentoo configuration files.
+f43be56 Removing the line that marked fink as the default package
+f98be4a Fixing #976 -- both the full name of qualified classes and
+2cbab2c Fixing #1008 -- Puppet no longer throws an exception
+f5674cd Fixing #995 -- puppetd no longer dies at startup if the
+7a9aae8 Wrapping the Resolv call in the mongrel server so if it
+9161ae8 Applying a fix for #998 -- I used a patch equivalent to
+046a326 Fixing #977 -- rundir is again set to 1777.
+4618140 Updating docs for ssh.
+7ee4746 Adding a parse test to puppet-test.
+35145f3 Fixed ticket #1005 - added additional logcheck lines
+b24ac77 Fixes ticket #1004 - documentation fixes for ralsh and puppetrun
+1ff9d65 Updated documentation for builtin cron type; added information about range and step syntaxes.
+f15696c Updated tagmail documentation fixing ticket #996
+e3d4ea8 Fixes ticket #993 - tagmail with smtpserver specified does not add To/From/Subject header
+40addcd Fixing #982 -- I have completely removed the GRATR graph library
+927dff4 Fixing #971 -- classes can once again be included multiple
+117926c Fixing the unit tests for nagios_maker; I could swear I'd already
+a7bca7e Removing the requirement in the parsed mount provider
+1bdf3f8 Fixed #984 - Added Debian to reponsefile doco
+b1f13af Fixed #980 - minor wiki formatting error in nagios_maker.rb
+2f9c13b Fixed ticket #979 - code configuration option doco
+039dc8d Fixed ticket #979 - pkgdmg.rb documentation
+1154c42 Fixed ticket #978 - logcheck/puppet
+33e319a Added builtin support for all Nagios resource types.
+68cde4f Removing the one-off naginator provider for nagios_command.
+348f257 Adding the metaprogramming to create the Nagios types
+4e8bc40 Fixing the inability to manage '/' directly. It was a result
+9b1d036 Adding the first round of Nagios code. There are no
+20367c6 Updated for 0.24.1
+20d430d Adding 0.24.1 tag to the changelog.
+
+0.24.1
+======
+4fa6546 Updated to version 0.24.1
+d17fb7a Updated to version 0.24.1
+40439da Updating an exception message a bit.
+e2fc425 Attempting to fix #952 -- catching any exceptions thrown
+c59ff62 Further fixes toward #965. Turned out that the previous fix
+4d28b10 Updating the failure when the CRL is missing, so it's
+e4446b6 Fixing parseonly with a modified version of jay's
+bc0616e Updating filetype detection for vim, and changing
+927cb24 Fixing #967 -- default resources no longer conflict with
+c998a25 Adding a --print option to puppetca that just prints the full-text version of a
+9c32c9c Removing the ability to disable http-keep alive,
+553b2ad Entirely refactoring http keep-alive. There's now
+92b0ebc Fixing #967 -- relationships now work when running 0.23.x clients
+1ada24d Fixing some tests that were failing with the recent ruby that has
+c22a584 Uninstalling packages through 'ensure => absent' works again for the rpm and yum providers.
+8f5989a Updated for 0.24.0-2
+cc2d532 Updated for 0.24.0
+933b1df Fixing #961 -- closing existing, open connections when
+e0dab9a Updating changelog to reflect the fact that we no
+4d3a368 Remove the warning about an explicit plugins mount.
+178093f Fixing the Rakefile to include the yumhelper.py file in
+
+0.24.0
+======
+6b02bd5 Updated to version 0.24.0
+e92f1cc Updated to version 0.24.0
+22daebe Adding changelog update for misspiggy/0.24.0
+e0f5444 Fixing the webrick test to provide a correct host
+106f319 Changing the statefile to only being managed by clients,
+4ebb8d0 Hopefully finally fixing #959. Loading the stored cache
+690e287 This should be the last fix for exported resources.
+f1169ee Not using the main section when running the store report, since it is unneeded and can cause conflicts within puppetmasterd
+ce5cab1 Removing extraneous debugging from the schedule resource type.
+cb0c4ee Renaming 'configuration' to 'catalog', fixing #954.
+7ac3bd7 Renaming the 'null' terminus type to 'plain', as
+a21ee00 Copying the fact-loading code from the network client to
+1bbaf18 Applying patch by whaymond to fix #955.
+d9200a0 Adding what is hopefully the last commit for #896. Here's the
+74db777 Removing the 'addpath' commands from the freebsd service
+b19a0c9 Removing the recently-commited paludis provider,
+02b64ab Applying patch by josb in #884 to provide pattern
+584127c Applying patch by raj in #881.
+4ee5ab8 Applying patch for portage package support from thansen
+ed642ac Replacing freebsd service provider with the one
+117f005 Adding paludis package support as provided by KillerFox
+3248c93 Fixing #937 -- I had not ported the dot methods at all,
+a8bf74b Fixing #946.
+b70f00a Fixing some further failing tests resulting from the fix for
+862d1f7 Adding an Indirection reference, along with the work
+da77e4a Updating the changelog with external node info.
+f127d04 Fixing #951 -- external nodes work again, but you have to
+7a4ae08 Fixing the rest of #948. My previous work was sufficient,
+3790ce1 Fixing part of #948 -- per-setting hooks are now called
+b852c2f Fixing #941 -- calling pkg_info instead of info
+ae33e57 Fixing #923 (again). The host storage method was not
+9ad7d1a Adding basic unit tests for type/user by DavidS from #948.
+038b9c8 Fixing #923. Resources that are collected on the local
+5886d37 Applying patch by whaymond_home to further fix part of #896.
+072b03e simplify PluginsMount
+a012849 Updated tests for http_enable_post_connection_check configuration setting.
+4d4abd3 Better test to match the behavior of the code.
+24cacdb Fixed test case for http_enable_post_connection_check
+f94d6d3 As per lutter; augmented fix for #896 to be configurable and defaulting to validate the server certificate, honoring CVE-2007-5162.
+8eecbe5 Fixing another failing test I somehow missed in my last big commit
+88304cc Renaming @model to @resource in a provider
+75647ee Fixing a couple of tests that were failing on a different platform or with a different version of ruby
+811fefa Fixing #892 -- filesystem mounts are no longer remounted.
+dedc56a Fixing #527 (rewrote service tests), #766 (services only restart when they
+421b3fc Another backward compatibility patch, this time helping with a new server and old client
+bbf8a8b Making a few changes to the transportable class to enhance backward compatibility
+11ae473 Theoretically, this patch is to fix #917 (which it does), but
+8127397 Fixing puppetca so it passes its tests, duh. Apparently
+2282046 Adding a top-level ResourceReference class that everything
+c6d1746 Fixing the first half of #917 -- the ResourcReference
+6c1d8d3 Applying fix to xmlrpc client tests by Matt Palmer
+6b2c0d8 Fixing the error message as requested in #893.
+1b2142b Applying patches from #823 by wyvern
+c7cd7ec Fixing the markup on the pkgdmg provider so it is a bit better
+1e6ba6f Fixing #781, from what I can tell. I'm leaving it with
+5d30ea9 Fixing #810 -- I catch the error and prefix it with something
+4e52ffc Fixing #796 -- the fileserver can now start with no
+168fa5f Fixing the asuser method in Puppet::Util::SUIDManager
+0ef6b95 Fixing #931 by keeping track in configurations of
+a38b415 Fixing #927 -- rewriting the test to actually test what it's
+7ff8ea5 Fixing the persistent and periodic schedule test failures
+18b4c3a Fixing #924 -- clearing the configuration cache before and
+2cb1199 Fixing the breakage that I caused when I added the 'declared_feature?'
+2d19ee2 Fixing #920 -- I have replaced the existing mount test with an
+c3dde68 Fixing #919 -- installed packages used for testing are just ignored,
+47890f9 Fixing a test that was erroneously testing for the wrong feature
+12ebbe2 Rewriting the tests for the package resource type, fixing #930.
+fc7f1b4 Fixing #921, mostly by just deleting the existing test. I had
+9311bdd Applying patch by trombik from #756.
+b575d15 Integrating Matt Palmer's patch to provide a 'plugins'
+36c947e Fix #896 - Always disable DNS checking of certificate when making https connections.
+3fb8e2e Applying the rest of Matt Palmer's patches
+7eb09ab Implementing the test for setting the Rails
+676efa7 Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a3fe0.patch
+7f1b2d6 change up rails specs again with Luke's help
+8de1412 Integrating most of Matt Palmer's from
+a88891a Fixed #906 - Augmented Cert DN regexp check to work with Pound and Apache.
+c19d08a mock all use of Puppet[] in Puppet::Rails.database_arguments
+e69e0c3 fix spacing
+b435f04 fix socket argument to AR and add rails spec
+e53693e Hopefully fixing #698 -- fixing the markup for the pkgdmg package provider
+7c36ae9 Adding patch 20071030035457-6856b-bd1c45ed5ecd753b2cb4f05347061f7245cc175a.patch from womble -- Force removal of directories during pluginsync
+880a8e2 Adding patch 20071020020745-6856b-dbc63ff3f137a4039fb997b9978202d52f621e8c.patch from womble -- Fix some residual instances of /var/run fever
+696f1fb Adding patch 20071020015958-6856b-69efa7868cf3df3f2a2da6fcfc3b794bbb532c7f.patch from womble -- Remove rundir from puppet.conf, and add a NEWS entry to document these changes
+7a95017 Adding part of patch 20071020011907-6856b-05b59120fdb90ab4a5842f91613247b07206a4ba.patch from womble -- Fix for Debian#447314, by fiddling with /var/run/puppet. This does not accept the whole patch, because the change needs to be tested around other platforms.
+38b970a Adding patch 20070927050018-6856b-7fa134180aceb9cee2e667630345f5f8467a9d0c.patch from womble -- Catch more retryable errors in the XMLRPC call wrapper
+276034f Adding patch 20070927042000-6856b-38a0c82fd0a0d950937e7fe5a38b9901743402b3.patch from womble -- Recycle the connection more aggressively, to stop problems with clients that are newly requesting certificates
+3bf7031 Adding patch 20070926235454-6856b-079fc12a9b63d59afd59aa205bc8bfeb350b097a.patch from womble -- Recycle the connection if we're presented with an EPIPE
+0ebd99e Adding patch 20070926214630-6856b-edd313b08555033710c90a94d9d8beaf889d6cf4.patch from womble -- Fix spelling mistake in debian control files
+7ed1c17 Adding patch 20070913032650-6856b-b1cca1c249415c6076ffcecb9df1525a728457c7.patch from womble -- Fix annoying database deletion error for ParamValue objects.
+28430c4 Adding patch 20070913032546-6856b-0de200e8450920e7f712c54bf287ae43c7fda8af.patch from womble -- Only set dbuser if explicitly asked for
+d7b381b Adding patch 20070913011122-6856b-98bf03f09c8e19679390d73fdddc2e4d1273f698.patch from womble -- Add changelog entries for the pulled pgsql patches
+a7d75d3 Adding patch 20070913010926-6856b-eb64be3b5169b7af674388124b406a1db7470880.patch from womble -- More restrictive permissions on some puppet-related directories
+407734f Adding patch 20070913005414-6856b-db5ea77e10ec6869ad01a4bd6483912c337f3a70.patch from womble -- NEWS for the ssldir transition
+1486d39 Applying patch 20070913004017-6856b-cdbbba99de0b33b64874205a27833b5114fcc6b9.patch by womble -- Allow empty config settings
+03c8ffd Adding patch 20070913003810-6856b-cdc8b2e8c6c46eb8d6d073f86291a0fc5a59f429.patch from womble -- Only set the hostname and password if we want them; this allows pgsql ident auth to work it's magic
+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
+63b205a Adding patch 20070831053637-6856b-dd0fddab681485ce7cea0b57336d0c48fa33f7f8.patch from womble; updates changelog
+72c0e7b Adding the debian directory via patch 20070831052721-6856b-b90bb56a4ed37ea420f10352a0a366068cddc7e4.patch from womble
+7efe24f Fixing #882 -- I just added a quick hook to the
+56aad69 Patching a bit for #804 by making the maximum much higher UID
+a525ab5 Fixing a couple of tests that were failing because of the environment changes.
+6d74ddd Accepting a modified form of the patch from #885 by immerda.
+b745f04 Fixing #886 -- the problem was the I had changed the base
+dbe70a1 Added calls to endgrent/endpwent in util/posix.rb to
+7f504b0 Applying patch from #896 by whaymond_home, adding more
+1cb40ec Obviating targets in interfaces; they now just generate a warning.
+eee9f5e Adding more tests to the redhat interface provider. It no
+1a4e4fb Rewriting the sunos interface provider to manually parse and
+8cbe8bd Adding unit tests for the sunos interface provider.
+3d2e1a5 Adding some unit tests for the interface type before i go messing around with it
+cca613d Fixing the first part of #787. Not all collections were
+96b3cde Applying patch from #834, apparently fixing a problem
+9472eef Removing the bootproto and broadcast attributes from the redhat interface provider, since they are not needed
+a7a46af fixing the path to the spec helper in the exec test
+3d31dc8 Fixing #762. The main problem was that I accepted the patch
+8ecdfc2 Moving the exec test into the types/ directory
+94e63ad Fixing the last failing test relating to the environment changes
+7fe5bfc Fixing the exec spec so it works when non-root and is a bit cleaner
+8cc07ad Using the Environment class to determine the default environment,
+53008e5 The Puppet settings instance now validates environments when
+9e5fc76 Fixing #911 and #912 -- there's a default environment (development)
+cc88441 Removing the manual ssldir setting by David in 59626cb3907d36e4fd762277daa76f523faf0908
+1bf3999 Fixing a failing test from my fix for #446 -- I had changed
+3f0b250 Fixing a few test suites that passed when run as
+4bd7b6f Fixing #896 by applying DerekW's patches, with slight
+8ad2732 Fixing #446. I ended up largely not using porridge's patch,
+1b78f57 Add Exec{ logoutput=> on_failure }
+2b14f62 Reverting the changes I'd made toward removing the global
+9cf477b Applying fix by Jeff McCune from #905
+edc4b1d Fixing a SimpleGraph unit test so it doesn't depend
+c19835c Fixed most failing tests, but there are still over thirty failing.
+4afbaa6 fix #903: add patch from hrvojehr
+32d9afc tests for #903: fail when no logoutput is generated on failure
+9290cc8 Modifying how default resources are created; they are now
+ffb4c2d This commit is the first run at removing all global
+b65fb83 Fixing a parser test -- really, just removing tests
+72510bf Fixing #800 by refactoring how configurations are retrieved
+dd7caa7 Moving some compile tests to the spec/ directory, and
+47a2605 Changing the 'main' class to no longer be lazy-evaluated.
+a4e8f1c Adding a memory terminus for facts, which is really only used for testing
+3851415 fix dependency on $HOME, which causes massive failures when running without environment
+59626cb fix failing CA test, when testing with incomplete setup (no ssldir, no DNS)
+a6ad326 fix the underlying dependency on the environment in the cron type
+d48ee3e fix crontests depending on ENV[USER] by using Etc.getpwuid(Process.uid) instead
+8fe892d fix a testfailure when running spec tests as root
+445c29c fix #872: improve property(:content).insync?
+5726412 tests for #872: check interaction between "replace" and "content"
+61ef289 fix #815: add :main to all use() for :reporting and :metrics
+418bc21 remove obsolete runners variable
+a535cbb Commenting out the time debugging I was using
+3f583dc Adding unit tests for the module that handles the
+8f04446 Fixing the 'mount' tests so that they no longer
+ba19989 Switching the class resource evaluation to only happen
+cf75168 Classes once again get evaluated immediately when the
+4441052 fix #891: create a plugins mount which collects all modules' plugins/ subdirs
+dfe774f Switching the base class for the Relationship class.
+4194526 fix #760: property_fix has to be called after creating a symlink
+b250416 fix #731: add exported=true to collect_exported
+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.
+065a1d0 Switching the graph base class from GRATR::Digraph
+3f21e93 Adding a new graphing base class, because the GRATR stuff
+ef99495 Caching the 'parent' value, which resulted in
+826efe8 The configurations should now be functional again --
+db293cf Fixing a bit of indentation and commenting in the xmlrpc/client file
+956daa5 This won't be perfect by any stretch, but put in a moderately reasonable autotest config file.
+c7b36b7 One significant step closer to getting autotest running properly on the Puppet specs.
+6585835 Adding patch from #879 by tim
+d03f68e Changing the test/ classes so that they work from the main
+c0a07ac File serving should work now, both recursive and
+54fc80d Exceptions on requests are now captured, exceptions are serialized, and exception text is passed back via REST.
+e7bfe0b Finish serializing successful results (via calls to to_yaml, etc.) for REST handlers. Refactor request building in REST handler specs.
+d28a904 REST handlers now properly returning 200 status on success.
+1746751 Adding post- hooks for :find and :search in the indirection class.
+09f9c3c Adding the calls to the authorization hooks in the Indirection.
+b874751 Renaming the FileServing TerminusSelector module to IndirectionHooks,
+de5d91e Renaming the :local termini for metadata and content
+7fa99b0 Link handling is now in the file serving classes.
+688fcdf Adding searchability to the fileserving termini, using the
+393a3e8 Adding a Fileset class for managing sets of files. This
+b2b8f75 Adding authorization hooks to the file_server and
+8f827ff Renaming the 'mounts' terminus to 'file_server', and renaming
+08099b7 File serving now works. I've tested a couple of ways to
+264331b Partial work done for ssl certificates.
+ec39672 Adding this test stub that's been sitting
+fc60751 I've now split the file-serving termini into two separate types (in
+64c6700 Fixing all of the classes that I just renamed, and adding
+56b83fe Renaming the file serving indirection termini to match
+33d7dc0 I'm working on making file serving work in the indirector now, so I
+8156185 Renaming the file_serving/{content,metadata} indirections
+2718b63 This is the first mostly functional commit of the
+e1dd5dd Adding spec stubs for authorization in the indirection
+e69a50a Fix test which is conditional on mongrel installation.
+8bf5196 Oops, forgot this file in my last commit.
+d0bd48c Adding the first pass at modifying file serving
+d2b891f More specs, fleshing out the returns from REST
+e5921c5 getting more fine-grained with the response specs -- the target is always moving.
+705f76f Argument passing now supported on {webrick,mongrel}+REST.
+ce34968 Make the actual runtime be more robust when mongrel is not installed.
+6cd0f37 Make it possible to run all tests even if mongrel isn't installed. Shouldn't "confine" produce some output when running spec? Who knows.
+216dd8c Refactoring, argument processing for model methods.
+abbc824 Tweak to move model lookup functionality into the Handler base class where it belongs. Robustifying the request sanitization a bit more.
+2a497ff Refactored to use a Handler base class for server+protocol handlers. Finally eliminated dependency on Puppet.start, etc., from WEBrick HTTP server class. {webrick,mongrel}+REST now support request handling uniformly; need encode/decode next.
+6ab78f6 Inlined the controller, eliminating a class. Mongrel+REST has the right bits for request handling prior to the encode/decode/exception-handling bits. Refactored to make the common logic extractable to a base class.
+b8c877c Registration now built for {webrick,mongrel} REST handlers.
+3c370b3 Going back to each server+protocol object being responsible for only one indirection, as the REST vs. XMLRPC models are different enough that the object must register itself on initialization and handle the request when it comes in.
+c06edda First pass through initializers of {mongrel, webrick} REST handlers; hooks into Indirection to look up models from indirected names.
+ab4c7fa Minor tweaks to make the ::Server initialization a bit more robust. Fail on unknown HTTP Server types; fail fast.
+099c546 Finish front end of delegation to server+protocol helper classes ("handlers").
+b1d6223 Bringing in initial handlers for server+protocol pairs.
+a815f78 Reorganizing the file structure for indirection terminus types.
+ba95202 Partial support for building Handlers for all handler-protocol pairs.
+ef8ebe0 Implementing address & port support for new webrick server.
+c34efbc Hooking up address/port support for the various servers w/ specs. Still need to start up a webrick server w/ address + port (this is far too incestuous with Puppet lib & Puppet.start at the moment).
+9a179ec trivial: WEBRick -> WEBrick, to be more consistent with how the WEBrick ruby classes are named.
+e56406f Implementing listening state tracking for webrick and mongrel.
+ec71e05 More unit specs for mongrel and webrick; more code to make them work, yo.
+31384fe Pushing functionality down to webrick/mongrel classes now; cleanup in the base server / http server classes + specs.
+694f98b Fixing failing tests, including making the debian service
+29feac0 Translating the report handler to an indirected model.
+74d77f7 Adding version handling through most of the indirection work.
+e90191a more stuff for the interim commit
+10039b9 interim checkin of network stuffs
+512096a Fixing some small spec failures resulting from test fixes.
+d24c1cc All tests should now pass again.
+ec58355 Fixed #819. Applied patch provided by matsuu.
+7ac7872 Fixed #822. Applied patch provided by DavidS.
+fc9c850 Adding support for versions and freshness-checking
+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.
+5c32c8e Somewhat better documentation of the :absent field feature in fileparsing.
+d055cbc Make it apparent that absent fields in a record have a value of :absent, which is different from what appears in a line.
+b6dc1ae Trivial tweak on HTTPServer module file
+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.
+cdaad28 Fixing error thrown when the end of the file is encountered unexpectedly
+7d7e428 Removing obsolete comment
+f084d83 Another round of test-fixing around the changes I made
+9c58c47 Adding a :code setting for specifying code to run
+d35cd94 Making "null" the default node source, so nodes are at least created easily
+0e336bf This commit is focused on getting the 'puppet' executable
+1fa5912 Adding the integration tests to the Rakefile for spec,
+a93db87 Adding another test to the ldap node source -- we make
+9984a35 Fixing some terminology so some ldap tests are easier to read.
+6acde71 Switching the indirection from using settings for configuration
+8ba3a70 Fixed #838. Applied patch provided by DavidS to add more robust
+f41c843 Fixed #837. Added freebsd service provider by trombik.
+533ce4b Fixed #855, but I didn't add any tests.
+19ad238 Fixed #827. Applied a form of the patch provided by porridge and
+29accba Minor tweaks.
+2412199 Allow for multiple REST servers to be active; some terminology changes in spec; fleshing out more behavior, implementing.
+102ad23 Added .listening to REST server, handle listen states and transitions.
+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 :-)
+fd841b3 Updating first portion of the Network RESTServer spec with example code, getting the added examples to pass.
+9236179 Attempting to reproduce and fix #829 by applying patch by Paul. I could not
+e5c623e Fixing tests for the Configuration object, since I
+938f051 Fixing #817, mostly using the patch by DavidS. I could
+fd11603 Removing the Id tags from all of the files
+bb3b3ce I finally tracked down the problem that was causing providers
+782bc4d Fixing the yaml path so that it is correctly
+7c8fc8b Fixed #854.
+d4afe39 Fixing #813 -- empty configurations again work.
+5d50ca7 Fixing #814 -- when files are missing, the exceptions should
+1be1db9 Updated CHANGELOG.
+0b8893b Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd.
+b45a7ca Adding more behaviours to the Puppet::Module spec,
+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.
+861c21d Added partial spec for the serving of REST information, as well as some client-side REST terminus behavior.
+8722e43 Use external helper script to talk to yum; should avoid any more trouble with "yum list". Fixes trac #836
+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.
+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.
+fa643e6 Adding more indirection termini, mostly focused on caching
+938b918 Adding cache support to indirection. If you have
+06ad6a3 Updated the configuration doc to more clearly explain where puppet.conf is expected to be by default.
+c8d02bd Fixing ralsh to use a configuration instead of a component
+ffaa8ce Demoting the "file does not exist" log to debug from notice
+c3c3e51 Fixing a small problem with the mailman type
+f8ab62b Renamed princs to principals in the k5login type.
+6079348 Added k5login type written by Digant Kasundra. This is for ticket #759.
+2e33061 I changed the Terminus class to switch camelcase
+d6fd60c Removing obsolete fact stores and node sources. The functionality has been moved into the indirector.
+cdc8ea6 Taking a first stab at moving configuration compiling
+c40da33 Adding a "memory" node terminus, which will
+1e7c648 Fixing the spec for the checksum terminus to match
+048464f Adding my first integration test, verifying that
+84146d0 Adding the first version of checksum support, which will
+3a18348 Renaming the 'Puppet::Util::Config' class to
+e552c83 Adding the base file terminus. This will, at the least,
+86dde63 All tests now pass in this configuration branch, which means
+60cd6a7 The structure for handling resource generation is now
+a666995 Adding the last tests for the ldap node terminus. I managed
+ebe7290 All indirections are working, and they have all
+b9dc6cb It looks like the new indirection setup is complete.
+02275f0 Adding automatic association between terminus subclasses and
+da0555d Adding the first top-level terminus (yaml). It works
+0a48e5f Moving the Puppet::Indirector::Terminus class into its
+7e2ff4b Adding a couple more tests to the indirector, talking about
+7740cd4 The indirector specs now all pass. I think I need
+4e8b671 The unit tests for the newly-resurrected indirection class
+8212f88 Fixing all existing spec tests so that they now
+944cd0e Whitespace and comment commit.
+46d6906 An intermediate commit so I can start working on a different
+e90a51f More spec and indirector updates.
+129cce8 Finally, some progress. Closing the loops and delegating registered class calls out to the actual Terminus.
+a6c4041 Reworking the Indirector code. Continuing to fight the classgen and instance_loader "utilities".
+9fa2628 This is basically another intermediate commit. I feel like
+19e0493 Updates to indirection stuffs. Making a better spec and migrating to it.
+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.
+f17f19d The whole system now uses Configuration objects instead of
+f014d73 Partial fix for #772. The SIGHUP now produces a EOPNOTSUPP instead of NameError.
+3ccf483 Removing the completely obsolete passwd2puppet and the obsolete component.rb
+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.
+43f22a2 Adding a to_graph method to TransBuckets, so that the buckets can directly generate a graph, rather than having to first convert to RAL types and then have them convert to a graph. This allows us to make it so components do not need a @children array at all. This was all done because I am having the "already a parent of" problem again, and I have gotten far enough that it is relatively easy to just make this problem go away once and for all.
+a6fe700 Another intermediate commit. The node and fact classes are now functional and are used instead of the network handlers, which have been removed. There are some failing tests as a result, but I want to get this code committed before I massage the rest of the system to make it work again.
+1459c50 Adding setup/teardown hooks to rspec, so we can use test/unit methods
+3b3065b Refactoring the feature support so it loads libraries when a feature is asked about, rather than when it is defined.
+65c1501 The Node handler is now obsolete. Node searching is handled through the indirector. I have not yet added the tests for the node handlers themselves, which is next.
+1638089 Fixed #797. Removed the warning message about specifying 'enable' or 'ensure' when initializing a service.
+6f9a444 Fixed #784 by applying patch by vvidic.
+5aa4440 Doing an intermediate commit so rick can look at the work I have done so far.
+bb69a1f Renaming the instance loader method to "instance_load". It was previously autoload, which could class with Kernel.autoload.
+6a105c4 Fixed hdiutil syntax for ticket 812
+19a748b Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexer. Updated CLASSREF token regex in the lexer.
+ca9c48d Removing extraneous logging from the node handler
+041393d Fixed #774, which fixed fully qualified collection statements
+6700adc *Finally* fixing the tests that were failing around users and groups. The problem was that the autoload tests were somehow clearing all loaded classes, including the providers. This is fixed now.
+9af79f1 Fixing some failed tests. Mostly cleanup. Next is to make all of the user tests pass again, dammit.
+50874b2 Fixing a path test. I have now made the path stuff a lot cleaner, but it apparently broke this test.
+ca57c79 Fixing #801 -- resources that have changes when running in noop mode do not record that they were checked, so that they will be scheduled on the next run. This is a somewhat murky solution, but considering that no one had submitted this bug before, I expect it will not hit many people.
+caad11a Fixing some broken tests in the master client, and adding a test for #800 but it is unfortunately disabled because we cannot realistically fix it using the current design. It will be easy after the REST refactor, though.
+7abc78a Fixing #795 -- configuration elements now make sure all file paths are fully qualified by prepending the wd to unqualified path names.
+4212f9c Fixing #802 -- tags are now applied before parent classes are evaluated, so parent classes can use tagged() to test if a node is a member of a subclass.
+4104bd3 Fixing #807. The exception handling should more closely resemble how it used to be done.
+b7f4244 Renaming some ast resource classes and files so they make a lot more sense.
+653c151 Fixing #806. Resources correctly look up their fully qualified definition type, just like resource references do, which causes the resource and reference to again agree on the full name of a given defined type.
+40e3b37 A small change to the indirector, moving it to a module instead of a class. I still do not really know how i will use it, though.
+a5539cd Adding my indirector class before i rewrite it. I am probably not going to keep any of this, but i wanted to store a copy before i got much further.
+b0a9475 Flipped the switch so that compiles now return a Configuration instance instead of pre-extracting the configuration.
+11b127b Successfully modified all tests and code so that all language tests pass again. This is the majority of the work necessary to make the separate "configuration" object work.
+3b2efd2 We now have a real configuration object, as a subclass of GRATR::Digraph, that has a resource graph including resources for the container objects like classes and nodes. It is apparently functional, but I have not gone through all of the other tests to fix them yet. That is next.
+0faf76e More refactoring. I have removed a few more extraneous methods from Scope, mostly just pointing directly to the compile, and I have begun (but commented out) the move to having resources to model each of the classes and nodes, in addition to the definitions. This will, again, enable a real Configuration object, and it will enable class versioning and similar features.
+9d70b97 Removing the Scope#setresource method, since it was essentially redundant. The work is done in either AST::ResourceDef#evaluate or Compile#store_resource.
+b021587 Doing a small amount of refactoring, toward being able to use Parser resources to evaluate classes and nodes, not just definitions. This will hopefully simplify some of the parsing work, and it will enable the use of a Configuration object that more completely models a configuration.
+25f6d7c Deleting old documentation that somehow made it back into the tree in the switch to git, and refactoring the evaluate_classes method on the compile object so I can use resources as intermediaries, thus making classes do late-binding evaluation.
+62806bb Renaming the file containing all of the configuration defaults to "defaults.rb", since I am going to create a separate "configuration" top-level directory to contain all of the classes related to managing the configuration for a given node.
+6832a4b Fixing some failing unit tests.
+2625eb1 Making a couple of small bugfixes in the configuration subsystem
+1de5ae0 Adding support for providing a diff when files are being changed. Currently uses a local diff binary, but could easily be changed to use the ruby diff/lcs library. Modified puppet and puppetd to automatically show file diffs when in noop mode, but can otherwise be enabled using --show_diff. This only works when running interactively, because the diffs are printed on stdout.
+11081ce Multiple environment support now works, and I have even tested it in real life. This commit is mostly a bug-fix commit, resulting from the difference between real-life testing and unit testing.
+9ea8e6c The fileserver now uses an environment-specific module path. I also made various bug fixes around the network tree.
+51ff72c Adding a bit of testing for node names.
+4e9c631 Moving the node tests to rspec, and cleaning up the spec of the node, especially WRT the environment.
+a8f2a33 Moving the node tests to rspec, and cleaning up the spec of the node, especially WRT the environment.
+9df4fd1 And we have multiple environment support in the parser. The only remaining piece to make this complete is to add multiple environment support to the fileserver. I also renamed Configuration.rb to Compile.rb (that is, I fixed all the classes that used to know it as a configuration).
+ba3a861 Removing this test for now; I do not have time to port it from test/unit to rspec
+37f0eed Renaming the "configuration" object to "compile", because it is only a transitional object and I want the real "configuration" object to be the thing that I pass from the server to the client; it will be a subclass of GRATR::Digraph.
+deb0107 Oops, created a test directory in the main spec dir, rather than in the unit/ subdir
+3030d3e Modules are now tested with spec, and they now can handle environment-specific module paths.
+ab54183 The config class now has support for add an environment to its search path. Now I just need to go through the whole system and use the search path in addition to the parameter name itself.
+c6e201c I have added basic support for a search path, altho not yet with any ability to manipulate it. All config tests pass in both the old tests and the new ones, so it is time to add the hooks for manipulating the search path.
+520aaaf Adding some rspec tests for Config.rb, because I am planning on significantly changing its internals and the current tests, I think, will be harder to migrate than just writing rspec tests from scratch.
+724fef1 Everything up to the parser (and the Modules) is ready to support multiple environments, including the parser having an environment setting. I have also created my first spec-based tests, for the interpreter (and deleted the old test/unit tests).
+3d68ed6 Oops, left out the spec rake file from the main spec commit
+58494cc Building a stand-alone spec directory for creating the new spec-based tests.
+d59315a Adding the second half of the rspec upgrade -- apparently the "git add" thing I used did not remove the old files, only add the new ones.
+5601ecf Upgrading rspec to version 1.0.8. This only includes the contents of the lib directory, and even then only the spec-related stuff, not the autotest stuff.
+7c4d39e Adding environment information to the client fact list. The environment is retrieved from the normal Puppet configuration, so it is set via puppet.conf or the cli, rather than being a normal fact.
+b599862 Fixing the integration test between interpreter and configuration -- the interpreter was not passing on that the config should use ast nodes
+a54fa7e Sync to latest specfile in Fedora
+8b3361a The last commits before I actually start on the multi-environment support. There are still failing tests, but apparently only those that are also failing in trunk.
+f1727f1 Adding the topscope metadata to the configuration being returned to the client, just like it expects, and fixing how the resource handler calls the master type.
+efcd1e8 Fixed CA race condition (#693)
+4eb87ed A round of bugfixing. Many more tests now pass -- I think we are largely down to tests that (yay!) fail in trunk.
+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.
+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.
+a846ea9 The new parser configuration object works now,
+282ec89 Fixing the spec library so it correctly can see its version
+1527f4a Adding node caching, so that node sources are not spammed during file serving and such
+a953954 Keeping the node names in the node object, so that they are available to the interpreter
+297dabb Refactoring a small part of the interface between the configuration handler and the interpreter.
+901ae68 Requiring mocha in all cases in the test tree
+70dffdd The new configuration handler looks to be ready for usage. Now I just need to convert the interpreter to use SimpleNode objects, then continue with the Configuration object.
+aabad8e Adding the necessary name/ip fields to the node methods
+65559af Adding a "none" node source, which will be the default node source and will just return an empty node.
+2ff15c0 Added shortname support to config.rb and refactored addargs
+90a9d09 Finalizing the node handler. It now correctly uses the different node sources
+ec50484 Fixing documentation string on the file "ensure" property to remove the confusing mention of "exists"
+58e3855 Added optional per-module lib directory.
+aab419b An intermediate commit in the work towards adding multi-environment support.
+40491eb Merge /opt/rl/git/puppet
+b59d396 Revert "Updating more milestone names"
+3e9ac59 Updating more milestone names
+ab42534 Applying patch by Adam Jacob to make external node tools able to handle command-line arguments
+24e7b4d Revert "Updating more milestone names"
+61a747f Updating more milestone names
+b5aefd4 Adding milestone names to changelog
+7e4f270 Actually honour :namevar => true on newparam calls
+01b21ae Removing extraneous debugging from crontab
+6ab30eb Fix for setting global exit code ($?) in SUIDManager tests
+0195893 Broaden assert_absent so that it thinks that :purged is equivalent to :absent
+6a78648 Change the service name so that it is less likely to trip on a common word and spuriously fail
+e143cae trac #763: Make redhat provider default for CentOS (patch by jtimberman)
+d2f2bc0 Trivial mock cleanups
+ada960b Constants in provider/interface/redhat.rb are getting redifined as they are dynamically assigned, changing them to instance variables
+8f05951 Changes to lib/ corresponding to test refactoring from r2759, was unaware that subversion only commited in the CWD
+13f358d Highlight what I think is a problem in the test suite that I just can't solve
+3de4829 Refactor SUIDManager tests to run without root, change SUIDManager's behavior to not silently fail when it's not root and fix all other tests that broke as a result.
+5a25701 Upgrade mocha to 0.5.1, which gives much better error messages
+5e8d71d Fix the ral:providers:host:parsed tests so they run successfully
+9530df1 Updated to version 0.23.2
+0d312a1 Updated to version 0.23.2
+
+0.23.2
+======
+49c9a62 Adding release tag REL_0_23_2
+b84015a The last set of bug-fixes before the next release. This commit just fixes a couple of problems that resulted when I changed the Provider#initialize method to not duplicate its argument, which was necessary for ParsedFile.
+aaf5959 Adding test support for the other mongrel configuration header
+db0ffc7 Copying the "commands" and "confine" statements to the actual dscl providers, since they need to be there to determine where the providers are suitable. Otherwise base classes could unnecessarily affect how subclasses work.
+5e419cf Fixing #749 -- environment settings no longer accumulate. Significantly adding to the cron tests at the same time, such that hopefully we will no longer have these recurring bugs. I now do every combinatorial of multi-line cron jobs, including doing them all in one file. There are, unfortunately, still edge cases, but maybe we will have some peace in cron space for a while, anyway.
+d121b1f Removing the code from #745 until it can pass some basic tests
+1e6c2ba Adding syslog support by devdas (#745).
+22e7b39 Fixing #751 -- the interface providers now have basic tests, at least to verify that prefetching and listing works. I think these resource types need to be largely rewritten, though, and they currently have no relationship to ifconfig, which seems strange.
+7bda32e Fixing #731 - we are now correctly only collecting exported resources
+3d629bb Fixing #730 -- mounts now call flush() before trying to mount
+a8bf96a Adding a file that should have been in a commit from yesterda
+40e4d6f Fixing #735 -- gen_config now uses a single heading, matching the name of the process
+97cd057 Fixing #314 and #729; here's the changelog:
+72f2ac3 Apply fix for typo provided by Toshio Kuratomi (bz250870)
+2a37c73 Removed stray debugger method.
+5a5d241 DirectoryService provider for users and groups. Alternative to netinfo, as apple has indicated NetInfo may go away at some point in the future. It might happen in October.
+08d8945 Fixing #734. The problem was that when I switched how the configs were parsed, I managed to lose the ability to keep values set on the cli from being overridden by values set in config files.
+5eacd19 Renaming the linux interface provider to redhat
+6841397 Applying patch by stick to the linux interface provider
+877282e Undo previous commit, which was an error
+81d690a Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - otherwise we clobber settings from puppet.conf
+36a3e4a Changes for 0.23.1
+52e9fa0 Adding interface implementations, as written by Paul Rose
+7547baf Adding a test for rails
+1e11a1a Removing test that ended up being redundant
+4b25750 Applying patch my emerose to fix #652.
+87da172 Adding the requirement that the cert dn have /CN= in it, thus hopefully catching clients without certs
+530d290 Applying a modification of the patch from Marcin Owsiany, allowing Mongrel to be a CA
+64fba48 Updated to version 0.23.1
+d3988cc Updated to version 0.23.1
+
+0.23.1
+======
+0f7f752 Adding release tag REL_0_23_1
+2229dc1 Fixing #726 -- mounts can now correctly handle mounted but absent filesystems.
+47b7058 Adding some code in an attempt to fix #728, but it is all commented out since I could not get it fixed in time for beaker
+2e14ea4 Attempting to clean up the mount documentation as in #727.
+7401ada Caching whether a given file or module has been loaded, because the loading was greedy and was causing files to get loaded every time a class or module was asked for
+3f1b957 Fixing the mail aliases generated by the mailman list provider; it was generating capitalized list names
+3f1c865 Fixing #725. I was apparently not deleting the alias I was creating to the components.
+55014a2 Hopefully fixing #720 -- I added tests and a lame back-off system to give the child process time to write
+eacb06c Converting mount test to use mount everywhere instead of df
+501e8c8 Adding the ability to specify relationships to classes, using Class[name] resource references.
+b9dd7ee The first round of bug-fixes in preparation for beaker
+5d7c5c9 Adding documentation to the "test" script
+4f34fb0 Removing the chdir from util.rb, I forgot that the directory often matters
+f2a1a10 Hopefully fixing #640, and maybe some warnings at the same time. I added a call to Process.setsid after the fork, and I chdir'd to /.
+fdd2d49 Fix #696. (patch by Jason Kohles)
+90c8b8c Fixing #716 -- the package type was considering anything that was not "absent" to be installed, but that included "purged", thus the problem
+0316bed Applying patch by DavidS to fix #711.
+48755b1 Fixing #702, hopefully. As suggested, I switched to "mount" instead of "df" to determine whether an fs is mounted.
+f59ce4e Fixing #695 -- resource references will correctly serialize and unserialize in the db
+53a469c Fixing #703, mostly. You still cannot do multi-condition queries, but you can at least query against any parameter, and matching any value is sufficient for a match, so the tags work fine.
+d5569bc Fixing #719 -- the filebucket docs now only mention filebucket, not pbucket
+d9a30a6 Trying to get rid of the warning from #724
+e618065 Applying a slightly modified patch by Dean Wilson -- puppetca now exits with a non-zero code when it cannot find certs to clean.
+49d8ef2 Guard the rpm command suitability confine better so we hopefully stop seeing all of the 'Command not available' errors
+f104dc5 Updating the docs to mention that you can use the file server with no server name
+cf25b25 Fixing some logging in cron
+60ef578 Fixing the rest of #705, except for the env stuff, which I was not able to reproduce.
+53c2f0a Fixing #691 -- I added "refreshable" features to the types that can restart, although exec does not have providers (yet), so I just made the docs a bit clearer
+4c1a70c Reordering some of the type docs
+e0237d1 Removing notice about "import loop", which was happening constantly when autoloading module files
+1d261bf Fixing error message when a parameter is getting redefined
+554c23c Adding rpm as a specific command to :rug
+54a5f77 Fixing #589
+2c13d53 Fixing #468 -- fully qualified resources can now be specified as dependencies
+e88d694 Applying patch from #714 -- aptrpm now loads on RHEL
+c3290a0 Fixing the mailman provider so it correctly matches case. Apparently mailman helpfully autocapitalizes list names.
+2086e07 Removing extraneous debugging
+6ddbec3 Fixing the interpreter autoloading so that it correctly loads classes even when being loaded from a namespace
+f217fbf Fixing the instances method. It now works when there are already managed resources.
+edb1be2 Fixing the :check metaparam so it does not try to check unsupported parameters
+f1462cb removing the test for a method I removed yesterday
+e98edac Applying docs patch by David Schmitt from #713
+7580657 Applying a version of the diff to the defined() docs from David Schmitt
+a4b94cf Fixing the first half of #705 -- matching no longer fails. I think this also fixes #648.
+d104d4b Having FileType instances automatically back their contents up to a filebucket, so it is much harder to lose content. This does not yet back up crontab contents, though.
+17a830d Fixing transactions so that they do not flush resources that are in noop
+f570a5f Adding a maillist type, with support for mailman. It is not as flexible as I would like, partially because of how mailman is implemented (the "mailman" command is never in the search path), but at least it is working for mailman on debian.
+2d3c920 Adding support for a "mailalias" type, with /etc/aliases support initially. I have not yet figured out how to best rebuild the aliases file when necessary.
+fdfe0a3 Adding line/file info to parsing errors in ParsedFile
+9f685e6 Adding support in Property for declarating whether a given property type will match all @should values or just the first.
+c8801b7 Always setting a to_s value in authstore, so we do not get dumped objects
+e79828f Cleaning up a log message in the transaction
+20b9060 Adding benchmark info to fact retrieval in the config client
+7a71db8 Adding patch by Valentin Vidic to add the "+>" syntax for adding values to parameters
+e662c86 Fixing #621 -- plugins are now downloaded directly into the $libdir, and autoload looks for them there. You can now easily download any reloadable file to your clients.
+7befe1b Changing some of the internals of autoloading so that there is a class-level method to query whether a given file has been loaded.
+eabe0d1 Fixing #710 -- you can now specify the rails_loglevel
+d36d0cf Fixing a typo in a log message
+8807ac2 Changing "element" to "resource" in the documentation, which just aligns with a terminology change we made almost a year ago.
+f5f8949 Changing the log message when a resource type cannot be found
+773f187 Ignore the pkg directory if it exists, and fix up a couple of tests that were erroring out, which also will help the confinement of package types a bit more.
+1bcca31 Fixing #687.
+8a7fe9f Applying patch by David Schmitt from #701.
+4080077 The parser now throws an error when a resource reference is created for an unknown type. Also, resource references look up defined types and translate their type accordingly.
+07f0519 Making sure that #686 is fixed -- I specifically included the Daemon module in the Puppet mongrel server, and I call daemonize on the Puppet class, rather than the Mongrel http server
+e8217ab Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so any timeouts will just throw an error and skip the run, rather than failing and killing the daemon. This is not the best approach, since really, each method should be wrapped, but it is sufficient.
+60e5e10 Applying further tests to double-quoted hostnames by Valentin Vidic
+266d37d Applying patch by DavidS from #697 to allow host names to be double quoted
+aa74135 Fixing #596 -- classes in modules now autoload
+d0680c8 Fixing the dpkg querying so that it works for packages that are in "config-files" state rather than just missing entirely. Also fixing logging so that the package version is visible, instead of a dumped object
+8b14ef8 Fixing logging of module mounts; it was using the module as the name, rather than the module name
+32e5bff Removing extraneous debugging
+3ae3a4e Fixing #689, although I have not added unit tests. The problem was that a tag name was being removed, rather than the tag object itself.
+19e180f Fixed #680 puppet should handle internet enabled image files correctly.
+c22e667 Applying patch by daikinee from #690. I was not able to reproduce the problems, but it did not seem to hurt anything, either.
+50b8f96 Fixing #704 -- Puppet was not failing correctly when schedules were missing, I think
+c762c19 Removing the long-obsolete Element base class. The Parameter and Type classes no longer have the same base class.
+0ff7827 Fixing #620 - class names and node names now throw an error when they conflict
+a627f46 Adding a reference to the LDAPNodes wiki page in the ldapnodes config item
+0f4de4f Fix trac #684 - set exit code for status properly (patch by abnormaliti)
+6b7d3aa Create the right puppet.conf; make sure old config files get preserved and stay functional
+ac36ddd Fix name of main section
+ec2d469 Rename puppet.conf to puppetd.conf
+8013e96 Get rid of using silly macros in %install
+dc2a0bf Use single config file
+3aafa84 Updating reference docs
+55a512c Updating trac location for laeg
+044968f Updating build files to support laeg
+ada4355 Updated to version 0.23.0
+d8f4c53 Updated to version 0.23.0
+049faf8 Updated to version 0.23.0
+
+0.23.0
+======
+f588d47 Adding release tag REL_0_23_0
+8844fca Changing the paths to match laeg, instead of culain.
+d79a788 Modified the fileserver to cache file information, so that
+944e1f4 More updates to puppet-test
+4bb0228 Updating puppet-test with clearer options around describe and retrieve
+fd15de7 Removing extra debugging from the interpreter
+5043ade Updating error message during test failure.
+e5a9e24 More test fixes. I seem to be getting very close.
+bd444d8 Refactoring puppet-test -- it now supports specifying a fork level (so you can get multiple tests running in parallel from one host), and tests are modeled explicitly, so it will be easier to add new tests.
+a57e39d Added documentation for pkgdmg provider in the provider desc accessor as per request in #641 It stil might not be crystal clear, but should be better than the one liner it replaces.
+01420ac Adding tracing to prefetch failures, and Fixing the environment support in the cron type (#669).
+fa39488 The other half of fixing the versionable stuff -- removing "latest" as a requirement.
+0b1dbbb Applying patch in #572 by trombik
+611e783 Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeable. I have now added back all of the "has_feature :versionable" lines.
+4cb30eb Adding fink package provider.
+099bf6c Fixing some failing tests.
+f96ec6d Updating the has_version work that Matt did -- the only thing he missed was that the :versionable feature depends on the :latest method, and when that is present we can safely assume that a package is versionable. Also, created the :latest method on the dpkg provider, as requested in #647.
+3f6c413 Applying patch by trombik to fix #628.
+eb2326d Applying patch by trombik from #624.
+2d07334 Modifying the CA server so that it will not send back a cert whose public key does not match the csr. We have been getting a lot of instances of this, so this should cut down that problem.
+6e16d9f Fixing #578 -- Invalid certs are no longer written to disk.
+bf5d5d5 Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte local modulepath, whereas 'puppetd' goes to the default server
+52f3f83 fixing the appdmg provider to load the package provider base class, and trying to clean up the log-file opening in rails
+12adea8 Adding puppetrun as an executable in the gem, along with ralsh (#313).
+2ed10d8 updating changelog for #641
+bfb3852 Adding appdmg package provider from #641.
+f05464e Adding the output_file.close, as wyvern recommended
+30ebbc9 Applying the patch by wyvern from #662. This should hopefully kill the client hanging problems.
+ac05442 Updating rrdgraph documentation with a pointer to the new rrd package.
+029a191 Reverting the change I just made to the config handler; it was only there for testing.
+2b1d478 Adding puppet-test, which is useful for performance testing
+afc3563 Adding patch by Ghislain from #670, with slight modifications.
+f6838f5 Fixing #548, and making functions support other rvalues, too, including other functions.
+f842cef Fixing #643 -- replacing the get_posix_field method with a more degenerate version that works even on broken systems
+46252b5 All rails and language tests now pass again. All of the rails tests should now be in the rails/ directory, and I have modified resource translation so that it always converts single-member arrays to singe values, which means the rails collection does not need to worry about it.
+6084e1a Fixing #673, but I have not written a test case for it. I moved all rails-related unit tests into the rails/ dir, because they keep getting missed.
+e8c6cd9 Fixing the yum provider, and fixing the unit tests so the failures people were experiencing will result in failed tests. This fixes #672.
+4f7c650 Moving puppetd and puppetmasterd back to bin. Damn. Reverting the fix to #323.
+23f986c Move ralsh and filebucket into /usr/bin
+659792f Adding ralsh and filebucket to the rpm and the rakefile, and changing the url in the rpm
+6be8b21 Modifying the check metaparam so that it just silently ignores metaparams and parameters, since they're uncheckable, and only tries to check properties
+e039f7b Fixing the type/title index for mysql
+9ba878a Removing erroneous debug message
+b5523ff Trying to load ruby gems, in case needed libraries are installed that way, and fixing a warning in the provider
+f84ac7d Significantly reworking both external_nodes and ldapnodes support (see changelog).
+fc9a798 Fixing error about non-puppet protos
+45f76c5 Significantly optimizing the database queries -- I am getting about 40% better times now. See http://www.madstop.com/optimizing_the_activerecord_integration.html.
+e32a1bd adjusting the rrd color stack as requested by thijs
+469d999 Updated the CHANGELOG.
+51b9fc1 Fixing (hopefully) the last two providers that had "resource.is" calls
+77934f4 Fixing sun package provider
+270cea8 Fixing #644 -- the install.rb file works again
+8003320 Applying metrics patch from #659 by thijs
+4910301 Fixing a typo in the docs
+c67e016 A few small fixes here and there, and the rest of the zones commit
+399c37b Fixing #655 -- Solaris zones are again fully functional, from what I can tell
+9bc236b Adding indexes for the rails tables
+7c53aab Removing the indexes migration, since the indexes are now in the main db schema
+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.
+cb5bccc Added to_s to the values to ensure the check versus the database will be
+d78a7a5 documentation fix
+3a2f3d5 Fixing mongrel test so it does not try to load the mongrel server class on machines without mongrel
+6aa5d76 Applying patch from #666 by Rainhead and monachus
+ea190c1 Changed the host to "eager fetch" all the resources and their associated
+3003aad Added the teardown of the database back to the tests.
+4442a31 Revert unintentional change.
+68e37a9 Major rework of the rails feature. Changed the relationship between
+c26f678 Fixing #550 -- I had to list pass and dump as optional fields.
+f0b5090 Fixing #112 - mounts now default to 0 for dump and pass
+d396fd5 Fixing #637 -- defined resources can now correctly be virtual or exported
+ad9c9ce Removing old line from the fix for #660 -- I had strangely just commented it out, rather than removing it
+ffb7ae0 Fixing #660 by applying patch by freiheit. Looks like this is another problem with yaml on 1.8.1.
+79b604d Oops; I forgot to add the base class for package providers. Also, cleaning up the package provider code a touch
+c826be9 Adding a simple unit test for mongrel, and adding the ability to select the header used to store the client SSL dn.
+b50c85d Fixing error when commands fail -- the error code is now printed, instead of the inspection of it
+3479387 Adding (slightly modified) urpmi support from #592 by Devin
+73502a7 Finishing off the type/provider interface work, including adding package prefetch for all packages. The only not-done one is yum -- prefetch is set up for rpm, but not yum. We need to modify prefetching so that it also prefetches latest information, to avoid having to run yum so many times.
+bf82d51 Fixing the "Server is not a class" problem with mongrel
+992636a Applying patches from Valentin Vidic to fix open file discriptor and open port problems
+1867d0e Fixing the few test failures that resulted from the changes to provider listing
+c35d07b Significantly reworked the type => provider interface with respect to
+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).
+0cfd28e this is a spurious commit to test the trac site
+e8aef1e Change pi to list properties instead of states
+f2c524d Add protect and priority properties; patch provided by Matt Hyclak
+0a2b438 Fix trac #601: wrong location for client pidfile
+d467e18 Fixing #532 -- reparsing config files no longer throws an exception. The problem only occurred when reparsing a configuration file that was also being managed (which was common) and only whent the manifest was up to date (the combination was uncommon). Reparsing would find the existing file object and use it to check permissions and such, then it would remove all of the internal data in the object, for cleanup; the problem is, the client still had a reference to the object, so when it went to run its configuration, this broken reference was used.
+e8097a2 Changing --show-available to --showall, as requisted by Jeremy Dreese on the list
+e0fbd41 Switch the package type to use a :versionable feature, and convert all providers to use the feature. Hope it doesn't break anything.
+37a221c Add a grammatically correct 'has_feature' alias, and switch to using it where appropriate in existing code
+0a605e8 Clean up a really hairy code construct in the useradd provider
+58be1fd Fixing up2date name matching, as mentioned by Jeremy Dreese on the list
+464e688 Changing the resource title to be text instead of a string, because some title are > 255 chars
+48ec137 Mark all package providers that don't currently report themselves as being versionable as not supporting versioning; this way we get a more sensible error message when people try to specify a package version. See #647 for some discussion.
+a9ea3c8 Correct a problem with the dpkg provider's handling of the :purged state, and expand the package type's understanding of what purged actually means. Fixes #644
+d1458bd Adding a warning for when no properties are specified on services
+1883b8f Adding a debug statement describing why restarts are skipped on services
+ca255b9 fixing the method to check for hostdir writability in the rrdgraph report
+ac686e8 Changing the location of the classes.txt to the state dir
+25d5ebd Adding more detail to the per-host reports dirs, since it was not setting mode or ownership.
+62a4d4c Adding better error reporting on unmatched brackets -- you will now get notification of what was expected in most cases
+2b372df Updating the exec docs to specify that the timeout is in seconds
+4aef0ba Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need to be fixed
+6f83d4d Fixing #501 -- there is now a splay option, disabled by default and when running under --test
+7d1f760 Adding the execute bit to install.rb and fixing #473 -- there was a /win/ regex that matched darwin but was just supposed to match windows
+611f88a fixing a documentation bug
+df6f41a Changing the notify type so that it always uses the loglevel for logging
+ef1a4af Fixing #568
+e8d560e Fixing #566 -- definitions, tags, and classes can now be single characters
+eed85f4 Adding #629 -- an undef keyword now exists
+8410c4d Fixing #507 (behaviour in cycles) by changing the topsort algorithm.
+67ee251 Using the method for retrieving the dipper class, in case it has not been loaded
+e3b7a54 Making sure there is an editor set for ralsh
+e95734b Redoing autoload a bit in preparation for adding a plugindir
+dbedcd7 A round of fixes so unit tests pass; most of the failures were from the merging of the transaction-refactor branch
+28f7d6c Fixing #569 - I have added a dynamic facts option to choose which facts will be ignored.
+d9f6f41 Fixing the "is" related problems in yum and rpm support, but there are still some package providers that use the "is" method (grep for "\.is[^_a-zA-Z]" in the package providers), and the util/posix.rb module has a call to obj.is. I will fix those soon.
+1934f2b Removing obsolete parsedtype
+61784ed Attempting to fix the fact that the yum package provider calls [] on the ensure property, and making the resulting error more readable
+85fef63 fixing some problems with the config timeout -- I am not sure it ever actually worked
+27cabf2 Fixing a weird bug that occurred because I was changing @parentclass in the AST stuff the first time it was called, from a string to a the actual instance of the parent. This worked fine as long as the parentclass was only called when parsing was complete, such as during evaluation, but if anything resulted in it being called earlier (e.g., attempting to add to the class during parsing), then things behaved, um, badly. This commit fixes the method so that the variable is not modified; there is now @parentclass and @parentobj.
+613c413 Fixing a path problem that resulted from the changes I made to internal variable names -- the pathbuilder method in file referred to @resource instead of @parent
+aed12c3 Use @http in store, add filterhost
+19af1cb First try at the REST config_store
+12e5656 Initial configuration storage abstraction layer stuff.
+426330c Updated the CHANGELOG with changes for retrieve and acts_as_taggable.
+24b11b5 Removed acts_as_taggable from the rails stuff. I haven't removed the tables from the schema nor the indexes yet.
+ca2b9e6 Not parsing old versions of puppet.conf -- otherwise, puppet parses the whole configuration.
+eca5510 Fixing the to_trans method and ralsh a bit so ralsh now works with the new lack of "is" method
+55666a5 correcting some of the function reference docs
+1d23013 Fixing #605 -- providers now refer to @resource or @resource_type.
+de21226 Fixing #607 -- parameters and properties now refer to a @resource rather than a @parent. The @parent parameter is still set for now, for backward compatibility.
+3e7d44e Fixing #606 -- now only components mention @children.
+13c7f2f Allow Darwin to remount rather than unmount / mount, as per puppet-users discussion "mount type and ensure => present on OS X" (Message-Id: <C44C8E86-DF31-4344-9B74-937325A03F5F@madstop.com>)
+7f8a903 Getting rid of the last vestiges of the logger tests
+bfc0c35 The TODO file has never really meant anything, and it hasn't been modified in 2.5 years
+cdd0dd3 Adding default provider info to the providers report
+2fa529e Fixing the ability to fail correctly in the fileserver -- a constant was not defined correctly for it
+fbfaa0f Removed FIXARB's from the pfile stuff. These have been resolved.
+93cbe77 Removed FIXARB's from a file that will be going away.
+a966606 Removed override of change_to_s since it is the same as the overridden method in EnsureProperty.
+8bad074 Removed override of change_to_s since it is the same as the overridden method in EnsureProperty.
+b0374d8 Removed calls to is.
+5b44159 Removed the testing method: checknewinsync.
+c164360 Merging of refactor-transacton to the trunk. This work removes the :is attribute from properties and relies on the provider to cache or return the current value of the property.
+8f18746 Hopefully final version of the providers reference
+c99e99d Intermediate commit of more reference work, including making provider suitable more introspectable. I am about to significantly change the output format of the providers reference, so i want to get this committed before that change.
+73df973 The result of .compact.join("\n") isn't assigned to anything. Fix.
+568db0b Fixing configprint so it fails correctly when an invalid parameter is provided, rather than throwing a stack trace
+40b3834 Sorting the network handlers in the network reference
+7835d29 Adding a dynamic? option for references, so those are not stored in trac
+1decfa3 Lots of work related to generating more reference. Moving all of the individual references out of puppetdoc and into an external "reference" class, which itself can autoload, so it is now easy to add new types of references. Also adding a network reference, along with an unfinished provider reference.
+69cb721 Removing the obsolete logger network interface
+a040bd4 First run at moving references to lib/puppet instead of puppetdoc
+f42a755 Adding a module to abstract using Autoload to load and manage instances
+53f1612 Fixing the time-cleaning in the rrdgraph report
+494675b Fixing #206 and #422. Executables will still look for the deprecated config files and load them using the old parse method, but they now prefer a single configuration file, and files can set parameters (owner, mode, group) in brackets on the same line.
+1f8de9d Consolidating all of the configuration parameter declarations into configuration, at least partially just because then the docs for each parameter have to be a bit better. Also, I have gotten rid of the "puppet" section, replacing it with "main", and changed, added, or removed a couple of other sections. In general, we should now prefer more sections, rather than fewer.
+f783859 Correcting function reference markup
+e864eab Applying patch to puppetrun docs from JosB
+e1438a5 adding --summarize option to the changelog
+28254b5 Adding a --summarize option, to get a transaction summary
+0c07125 Fixing #615 (subclasses with similar names) by getting rid of the class "type" and "fqname", and instead using "classname" everywhere. You should no longer see unqualified class/definition names anywhere. Also, rewriting how snippet tests work, to avoid creating all of the files, since the point was the parsing tests, not functional tests.
+8d7ec14 Adding a fact handler, along with an abstract interface for fact stores and a simple yaml fact store, towards the Node Classification work.
+79dcd33 Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so that the output that comes back is more easily parsed, without needing to understand all sorts of foreign languages
+a1d4f35 Update to latest shipped for Fedora/RHEL
+4022968 Committing all the work that josb did, plus a couple of small changes
+bf37676 Applying patch to puppetd from Jos Backus
+8d11bb8 Fixing class name for Handler in puppetd
+1ccdff5 Adding --serve back in as an option to puppetd, and failing when a handler is specified but missing
+fb4f04d updating changelog with version number
+0f02a54 Updated to version 0.22.4
+e049999 Updated to version 0.22.4
+4f2b903 Updated to version 0.22.4
+
+0.22.4
+======
+22ce899 Adding release tag REL_0_22_4
+3e895b5 Changing the remount stuff back to not repeating the mount options.
+6438270 Adding a "supports_parameter?" method to test whether a given provider supports the features required by a given parameter. This is used during attribute instance creation, but its creation was necessicated by test code.
+c9de332 Fixing the fileserver naming tests after the change to allow "-" in fileserver module names.
+80ec494 Fixing #430 (I hope) -- execs now autorequire the specified user
+483c25e Switching the simpler features to a single file, so it is easier to add new features
+c369c6a Fixing cron to correctly match blank lines, fixing #602
+f69dcda Working a little bit on rails failures, with no real progress
+e05392e Fixing a bug in the tests introduced a while back when I switched to using "generate_report"
+7fb7146 Updating the changelog for #594
+3aafd81 Fixing #594 -- Files on the local machine but not remote machine now purge. Note that this introduces a difference in behaviour between recursing locally and recursing remotely.
+c2bc848 Adding purge => true to downloading of facts and plugins, and removing some extraneous logging from the provider base class
+7e97143 Allowing "-" in fileserver module names, #617
+4dbcc5d Changing the resource handler to return the whole object, rather than just type and title
+8b60d20 Not stripping domain info from the ldap node, as requested
+63e907c Switching the mount command to always add the mount options, so that the parsed provider can be used even in cases where /etc/fstab is ignored, like it is on OS X.
+dad9373 Fixing the tests for the aptrpm provider.
+89ac6d7 Adding "rug" package provider from #609
+4296e4e I managed to put those provider tests in the wrong file -- the file meant to test the resource type interactions with providers, rather than the provider file. Fixing that, and the failed test resulting from that silly mistake.
+21eab22 Okay, one last try -- the Util#binary command was not returning a path in all true cases, and the provider tests were poorly written and missed it.
+94bd3b2 Apparently I messed up providers a bit; binaries were not having their full paths returned, which made most providers suddenly unsuitable. This fixes that, and adds tests to verify behaviour.
+96eed99 Closing #585 -- providers can now have optional commands, which only differ from normal commands in that they do not affect a provider's suitability
+0a46bb2 Fixing #603 -- I had to add a special case for escaped carriage returns. I am not entirely sure this is the right solution, but so be it.
+9a1a88c Fixing #574; puppetmasterd now exits with non-zero error code when there is a failure
+3169bfa Adding extra info to the "Parameter already set" error, as requested in #573
+86c206b Possibly adding the ability to manage passwords on os x. I expect it does not work, since there is probably no way to set up an encrypted password, but at least it now creates a user that can not log in by default.
+0aeda97 Adding the ability to manage passwords with the useradd provider
+7fbd3ff Adding the ability for parameters to declare that they require a given feature, and resources will not instantiate that parameter if required features are missing. This is mostly useful for properties.
+4aaae62 Adding a note to the references indicating that they are autogenerated.
+0681cfa Refactoring puppetdoc so it is a bit cleaner and is actually object-oriented. PDF output still fails miserably (there has to be some kind of markup problem, but I have no idea what), but other output now successfully varies on the pages.
+0ff3772 Last modifications to rst conversion before bedtime
+1d036bb All conversions to RST are done, but I did not quite succeed at making puppetdoc able to generate a single PDF with all of the references in them.
+9526e53 Mostly done with the conversion to restructured text, but there are still some tweaks to perform on the typedocs output.
+8d3673d Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile providers can have records just define a bunch of methods at once, rather than using lots of hooks. This is cleaner when custom parse and generate methods are used.
+a478ed2 Translating all of the docs except the type docs to RST
+70ec0cc Removing the naming restrictions on cron names
+5afa587 Fixing #588 - the parser correctly ignores directories in globbing now
+3c5ba06 Fixing #587 -- just defaulting to root when there is no USER set in the environment.
+e1b0444 Fixing #591 -- puppetd now correctly restarts itself when it receives a HUP
+37ffb63 Removing the stubs for nodevar; I did not mean to commit them
+7cc3a2f adding note about the class variables in the change log
+5436f96 Enhancing the docs a bit for the apple package provider.
+775c72b Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the commit
+be68411 Adding support for aptrpm from #227 as added by Ian Burrell
+f1f4c42 Adding patch by apowers from #545.
+df0cd95 Adding init script by apowerrs from #546.
+9828b25 Fixing fileserver doc links
+f8a0e99 Adding the functionality requested in http://mail.madstop.com/pipermail/puppet-users/2007-April/002398.html .
+9946249 Only caching the configuration when it has been successfully turned into Puppet objects
+b6d0d27 Adding a --version argument to puppetca
+da4d252 Changing the test package for debian
+b8b14d3 Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to execute
+efe9a83 Fix for #565: Final merge of changes from source:branches/execute-refactor into source:trunk
+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*
+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.
+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.
+ca5d068 Updating the docs for the sourceselect parameter
+295b357 Renaming some methods so that we can generate a report on a transaction and then retrieve it later
+1e8e7ee Fixing #567. I overrode the propertychanges method to only return changes if the file exists or if the file has a property that could create the file.
+4863012 Enhancing the report docs a bit
+0ecb775 Adding last bits to the change log for 0.22.3
+a999752 Updated to version 0.22.3
+24ad5ab Updated to version 0.22.3
+9ce7c79 Updated to version 0.22.3
+
+0.22.3
+======
+a3a7ea7 Adding release tag REL_0_22_3
+e154589 Fixing puppetdoc with the recent changes to the networking code
+801d0f7 Fixing a bug I apparently introduced in the testing that would have made user management not work with netinfo. In the process, I am enabling validation on the nameservice subclasses.
+2544f75 Fixing the documentation to match reality, as reported in #548.
+4358e85 Trying to fix the problem that occurs when noop somehow manages to be nil when downloading files
+2ad9469 Changing gems to automatically include dependencies
+858cb81 Updating changelog and adding filebucket to the exluded file list in the Rakefile
+d54b645 Updating changelog and adding filebucket to the exluded file list in the Rakefile
+fa26552 Fixing #562; I had to fix how the client class was loaded
+142d0fa Applying patch by Ian Burrell from #559
+2c3abbe Refactoring some of the rails code. The speed is now pretty good, but the tagging stuff does not seem to be working and is certainly working very ineffficiently. Blake says he is going to take a look at that.
+33f4a66 Renaming pbucket to filebucket
+52df47e Finalizing the filebucket client, with test code.
+def15e3 Adding filebucket client app
+c5e1a44 Fixing the "readcert" method after getting the signed cert; the method got refactored, and essentially renamed in the process
+60d36e2 Moving the authconfig setting to configuration.rb instead of network/authconfig.rb, as mentioned by Koen Vereeken
+5bd0e8c Rails is now significantly faster. I refactored all of the queries; they are mostly reduced to three queries, each of which is relatively fast, although there are still a ton of file- and tag-related queries that I cannot find the source of. Note that this speedup requires indexes, which will only get added if you start puppetmasterd with --dbmigrate (although you cannot always start with that, as there is an error in the init code). I expect that the indexes will not help unless you forcibly reindex your database, but after that you should see significant speed improvements.
+4c357d8 Adding a migration to create indexes
+5ad9bf4 Fixing #553; -M is no longer added when home directories are managed
+804c0f4 Fixing the same bug as the Metric stuff, but for logs this time.
+46152c1 Fixing the Metric class old clients can still refer to the Puppet::Metric class.
+36feb29 Fixing a small bug in testing whether instance methods are already defined.
+45904ca Updated to version 0.22.2
+0452878 Updated to version 0.22.2
+
+0.22.2
+======
+a917a3e Adding release tag REL_0_22_2
+474b86c Hopefully the last batch of commits before I release 0.22.2. Mostly just get tests to pass.
+90d8b2d Remove no-lockdir patch. Clean changelog
+a68a7c2 Change puppet's homedir to /var/lib/puppet
+145c39c Don't clobber an explicitly given waitforcert
+41e1285 Reverting changeset [2243]; this apparently causes chkconfig not to work
+bcc937a Absolutely guaranteeing that the provider is always created before anything else. Previously, it could get created later if it were using a default.
+60ea7d2 Fixing #432 - you can now manage home dirs with users. You cannot yet purge home directories, because there is still controversy over how that should be done. Also, allowdupe is now handled like a feature, which is, um, better.
+3d17685 Adding a "has_feature" method, so a provider can just declare that it has a given feature
+290ad14 Finally fixing #504, I think; I even have tests to prove it. It was a little thing, in the end.
+32662cb cleaning up an error message a bit
+9b5833a Clarifying the errors a bit when nodes come from external sources.
+1f8b768 Apply patch from Ian Burrel (trac #479)
+3e2510f Adding the "ralsh" executable (formerly known as x2puppet).
+531136e Updating the config generation stuff a bit, mostly just cleanup, but also changing the servername fact to be the fqdn of the server.
+0153a06 Changing the config cache location to the state dir
+f046067 Adding context to the warning message about unknown escapes
+0040edf Changing execution to reopen stdin to /dev/null
+b804573 Changing notify to default to its message being its name
+e2c5dbb Another round of bug-fixes, prompted by test logs from David Schmitt
+92bad78 Fixing the spelling of David Schmitt's name and giving credit to Chris McEniry in the changelog.
+547fb64 Adding a provider feature table to the provider feature docs
+5b2ffbc Adding provider features. Woot!
+80dac92 Following Russ Allbery's advice and using the Candidate field in the apt-cache output. Apparently I'm blind.
+3606482 Updating changelog for #487
+4dc7233 Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, because it clearly shows which version will be installed. This is basically impossible to test well, so I just added a test that verifies we always get a value back, although I cannot really test that it is the "right" value. Also, I modified the logging of packages so if there is a latest version, you will get the new version number, along with the old, in the log.
+973f9d0 Taking another crack at #504 -- I was using Pidlock incorrectly. I should have been using "locked?" but was using "lock".
+cef41c2 A slight fix for #507. This should at least provide better information if this problem crops up, although I cannot reproduce it.
+1778883 Changing the "found a bug" message to something a bit more informative.
+184266d Fixing #447 - filebuckets now use deeply nested paths
+b436002 Oops. Fixing the other tests to now past the facts to "fresh?", as required by the fact checking.
+61b3490 Fixing the fact caching so that facts are only downloaded and retrieved once, rather than once during fresh checking and once during config compile.
+5f7ae35 Fixing #519. The facts are now cached in the state file and changes to them force a recompile.
+a2a9d93 Fixing #544 -- there is now an --ignoreimport option for commit hooks.
+a212ea7 Adding #539. Definitions can now have titles, and both $title and $name are guaranteed to be set within any definition.
+90bdc33 Adding test to make sure ensure does not conflict with any of the creating types.
+e952029 Adding #541. There is now a "generate" function.
+6654661 Fixing #538. There is now a simple file() function to read in file contents.
+5ecfd39 Looks like I already accidentally committed the switch from using system() to exec(). I am hoping this will fix the many problems people are having with processes hanging around (e.g., #509). This change just removes the attempts at closing TCPServer instances, which should now be fixed from using exec instead of system.
+6b85962 The first round of fixes for failing tests.
+8eddd4b More work on #542 -- services in noop now produce noop events so that they can themselves trigger further changes
+2fe9998 Removing bogus log message in file parsing
+3b8dc6a Removing the cycle checks from the splice! method in pgraph, which *considerably* speeds up splicing of very large graphs.
+adedab1 Getting rid of a warning in the rpm provider
+40eeadb Adding example cron tab from #492 and making the read/write tests ignore whitespace. This cron now parses successfully, as I thought it would with the move to providers.
+2a3f56c Fixing #529 -- specified targets keep their values. The problem was that I was using model[:target] instead of model.should(:target) and model.is(:target). The real problem was that my tests were using a parameter for tests but all of the real code uses properties.
+fe2f0d9 Fixing #533 -- puppetd now exits in onetime mode.
+5257837 Fixing #491 -- the client correctly realizes when the cache file is missing and only considers the config to be in sync if that is not the case.
+a76afb7 Trying to clean up the error message from #490. It looks like the problem is just a failure in one of the types, and it has nothing to do with the state file.
+4a6d705 Fixing #542. Transactions now cause services to warn when they would have gotten restarted by a noop resource. Also fixing #549 -- transactions now only refuse to delete required resources if they are being purged. All other resources can be deleted just fine.
+8387d48 Fixing #540. I modified Puppet::Network::Client::Master so that it disables noop during its run, so that facts and plugins will always be downloaded.
+86c63ce Fixing cron support (I hope). It now uses providers, and seems to work, at least on my os x box.
+ba23a5a Adding spec libs, so we can use them some day
+8ea6ada Clarifying that the ruby RRD support is provided by a binary library
+df4595e Significantly reworking the internals of the fileparsing code. It now
+b05ae2a Don't blow up when PUPPETLIB isn't set
+0fa3c43 Search manifests first within modules, and if no module is found, search in
+38975de Introduces a new implicit 'modules' fileserver module, whose allow/deny can
+ebcb6b6 The template function now tries to first find a template within a module
+ba6257c The basic plumbing for modules: a modulepath config parameter, and a new
+10d6891 Adding support for a prefetch hook on individual providers, rather than only supporting it for the whole class.
+4fa8008 Fixing a few of the log messages so file content changes always include the md5 sum
+6ad8998 Adding a bit more testing to the config stuff
+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.
+b36f9c9 Fixing the config path to use Puppet[:name] rather than Puppet.name
+6b92c04 Oops, forgot a file in the commit
+f59cade Fixing a bug related to link recursion that caused link directories
+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.
+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.
+333842b Putting the final touches on #144, most of which I had provided in the mongrel work.
+fa253b5 Fixing #489. I was unnecessarily converting to octal in config.rb
+69338da Adding some changelog info for the next release, which is still a ways away, probably.
+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].
+185a003 Fixing #531 and #414. This includes pretty much a complete redesign
+fde8b28 Fix typo in default config and add simple test to check default config sanity
+7e41d43 Turning a failure into an error when, for some reason, pfiles do not have paths set.
+46d344b Merging the webserver_portability branch from version 2182 to version 2258.
+6823370 Sync with latest Fedora specfile
+4a73da3 Don't include bin/pi in distributed tarball (and hence fix trac #471)
+1808c50 Apparently the include function was not failing when it could not find asked-for classes. Now it does.
+521606b Allowing trailing commas in selectors
+9080686 Committing patch by Dennis Jacobfeuerborn to only use the domain name if it is set.
+17c59f8 Adding "ignorecache" option to always force a recompile of the configuration
+ebc4dd2 Fixing #464 and #515.
+ff9ec47 Applying patch in #528 by ask.
+cc26026 Fixing #467. It is a hackish solution, because I just reordered the definition of the params, but it works for now, anyway.
+d229d49 Fixing at least part of #514. This does not get rid of all errors, but at least it fixes the spurious warning
+be8dfd9 Fixing a problem with the splice! method on the graphing. The problem was another issue with hash ordering, where it would usually work but sometimes start failing. The solution was to splice the containers in topological-sort order.
+4df0738 Applying a modified form of the patch by cstorey from #523. The modifications were mostly around the fact that Strscan does not set $1 and its ilk.
+0f16bf3 Fixing #526. Implemented as a period of "never", rather than adding a new parameter.
+07fce23 Fixing #477. setvar() can now accept the file and line info from callers.
+d5444e0 Fixing #199 and moving service tests (which are completely atrocious) around.
+7d965ae Applying patch by cstorey from #521
+36ae6a2 Making the package provider tests able to be executed separately, and using "clear" instead of resetting @objects in the types.
+b7a0fb4 Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the default for RHEL >= 5. Fixes trac #478
+672e281 Fixing #142. As expected, trivial.
+87f100a Applying patch by DavidS from #522, along with test code and a small bit of code cleanup.
+a3f3674 Redoing some aspects of the graphing in hopes of helping hte performance a bit.
+1a7d8b6 Fixing file backup defaults to correctly use the puppet filebucket by default.
+d833c3e Changing the log messages for source and content properties to mention the md5 sum of the new content
+789b786 More code related to #517. Oops.
+4c885b7 Fixing #517 and more. Classes now support more than one namespace in their search path, parent classes automatically have their namespaces added to subclass namespaces, and (huzzah) there is a "search" function that can be used to add new namespaces into their search path.
+aad5123 Fixing #524. Functions, both statements and rvalues, now support no arguments as long as you use parens.
+3e13e36 Actually commit the changes to lib/puppet that were supposed to be part of [2223] (Fuck svn and it's partial-repository-by-default behaviour)
+1d711dc Partially complete #241. Add a 'purged' value for Package.ensure, and add a handler for all of the Debian providers. Also wrote sensible test cases, and so we've now got Mocha running around in our source tree.
+a752eb2 Fix #516, 'Cached manifests get unescaped twice'
+db8a23e Print stacktrace in debug mode when catchign a signal - useful for understanding client hangs
+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.
+d145aae Fixing #505, #508, and #513.
+774415b Allow 'key=' to be the only thing on a line (livna uses this)
+4d02823 I believe this fixes the issues in ticket #469
+7a9e28a Applying patch from #495.
+6fbd5fd Removing extraneous debugging
+90b1058 Fixing a problem in collecting exported resources. Virtual resources worked fine, but exported resources resulted in an essentially infinite loop.
+deab3a0 Fixing the default dbadapter back to sqlite3
+3d093ae Applying patch from #510 by curzonj. Note that the right solution to this problem is to use the ruby API, but it does not appear to be stable yet.
+65599af Re-add the files
+beb7873 Undo the param_name param_value merge
+f4f555d Renamed Puppet.name to Puppet.execname so rails 1.2 doesn't freak out
+9a672ec Undo the param_names param_values changes
+8b18fdf Undo the params & facts stuff
+9fe8905 Changing date to datetime in the database
+964c805 Trying to fix problem of locks lying around
+2418e4a Adding hook to update timestamp when a report is run
+0aa3b66 Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.
+6555dad Update relationships
+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.
+69d4bfe This works for me. Probably not the most universal fix.
+9de665c Apparently using "gem" requires an environment we don't have.
+91991f1 Merge fact_names & fact_values, and param_names & param_values.
+0b5600a Fixing features to use the new feature location
+17a5f4c Applying patch from #502 by Jose
+6216ae5 Applying patch from #497 by Jose Gonzalez
+258651c Applying patch by Jeff McCune from #496
+9cd2636 Applying patch from #474 by David Schmitt.
+4effff4 Fixing #482.
+c3b6232 Fixing #493.
+81ae397 Applying doc patch from #494.
+1756bec Fixing #484. Moving unit tests at the same time.
+a216df2 Okay, last file moves for the night. The test code has been moved to match the lib directory, and I have moved a couple of things into network/ instead of network/server, since they did not belong as much.
+7e07e3d Moving all of the client and server code into a single network/ directory. In other words, more code structure cleanup.
+6d8068e Moving some of the stand-alone classes into the util/ subdirectory, to clean up the top-level namespace a bit. This is a lot of file modifications, but most of them just change class names and file paths.
+1626023 Adding a libdir setting for puppet, so you can store your modifications to puppet in a separate directory. This probably will still be somewhat limited because it will always depend somewhat on load order. For instance, if you add a new provider, it might not be available when you expect, since providers are all loaded as soon as a type is loaded, which might happen before the libdir is set. It should always work fine if you do not override it, but if you do override it, things might behave a bit strange.
+99c8a54 Adding a parameter to allow you to override how an exec refreshes itself.
+dd71a51 Changing exec so that the checks apply to whether an exec is refreshed.
+31c9a6f Disabling the netinfo mount provider
+ad359f3 Reorganizing some of the tests.
+d403131 Merging the state-rename branch. This includes the diff from version 2156 to 2168. All states should now be properties, with backward compatibility for the types that restricted themselves to the methods.
+f6f72f2 fixing the cookbook link fix
+3a024d7 Removing the default value for :ensure on mounts.
+71346e9 changing the cookbook link
+f80bd5e Fixing exec so it actually works when path is specified as an array
+d117aa8 Updated to version 0.22.1
+1e90209 Updated to version 0.22.1
+463d3a8 Updated to version 0.22.1
+
+0.22.1
+======
+530c255 Adding release tag REL_0_22_1
+1d059b0 Fixing #470, I think. I basically just threw away the validation and let suidmanager do it all when running commands.
+69a07b1 The resolve functionality in "test" is almost working...
+42d15fe Adding note about removing mounts netinfo provider
+2c79bbf Oops, that last commit seems to have broken the rakefile. Works again.
+3836201 Trying to get the functionality I had in previous tests. Mostly I want
+fd2982f Fixing executable tests to take new rundir into account
+a62fd3e Filenames for test must _end_ with '.rb'
+12bf816 Fix to make running tests work in ruby 1.8.5
+18eebaf Fixing selector tests to get rid of a lame hash ordering bug in the tests.
+a3a85d8 fixing rails test to take into account the fact that resources now do not always return arrays
+f1deaa8 Fixing autogen so it passes on non-Darwin systems.
+173f5cc Fixing a purging bug introduced by [2138]. I had to move the purge check to the recurse method, rather than the localrecurse method, because the purge check needs to happen after sourcerecurse.
+62ab873 Deleting the file even if a source is specified, as mentioned by Robert Nickel.
+c8f38b7 Renaming "pelement" to "resource". The old name is a holdover from before we had settled on "resource" as a term.
+ea73cdb Fixing Files to work with the Resource server. Basically I just remove the "target" value if it is a nullop, so that it does not cause a conflict with "contents" on the far side.
+d7fde42 Adding explicit umasks to these tests.
+a4de59c Fixing rundir so that it is only set to be in /var if the process is named puppetd or puppetmasterd. Otherwise the unit tests set it to /var/run/puppet, which has the chance to cause hangs.
+9dc6cf6 Removing all remnants of the old symlink type
+7889b0b Revert 2125, and instead change the way the 'latest' version is selected from the sorted list of versions
+97583b4 Updating changelog for 0.22.1, although I am not quite ready to commit yet.
+8d90e56 Puppet can now read files on stdin. This means you can put "#!/usr/bin/env puppet" in the first line of a puppet manifest and then execute the manifest normally. Yay!
+8821300 Providing a partial fix for #428. Resources can now be deleted as long as all of their dependencies are also being deleted. This, combined with the fix to #433, means that you can now explicitly specify the order of deletion, and everything will work as long as all required objects are being removed, too.
+0a62369 Partially fixing #460, take 3 -- fully-qualified classes can now be included.
+788a74e Partially fixing #460, take 2 -- fully-qualified definitions can now be used.
+a7bd786 Partially fixing #460 -- fully-qualified class names can be used as parent classes.
+c9e7699 Fixing #462. The package sort order was always resulting in the lowest-version package being first, rather than highest, so I inverted the sort order.
+add6e5d Applying patch in #465.
+1f9ede2 fixing #427. Facts now timeout, both in loading and downloading
+049d79c splitting the tagmail report into multiple methods and adding test code
+727672f Not creating the listening server at all if --onetime is enabled.
+af3863e Fixing #440, albeit with a slightly hackish fix.
+01ec5ba Moving code from external sources into an external/ directory
+1374e4e Moving the switch that disables the certificate authority into the main library, so they can be disabled in the configuration file.
+dc580cf Fixing #433. I basically just added checks to all the places where I add edges, to make sure automatic relationships lose out to explicit ones.
+e418691 Fixing the warning message related to namespaceauth.conf
+d3fc49d Fixing a problem that occurs when puppetd starts with an up-to-date configuration -- the default schedules and filebucket were not being created.
+6c61f0c Fixing #463. I redid all the autogen stuff so it can handle autogenerating string values for stupid os x.
+8198e7e pointing documentation to the wiki now
+54c458c Fixing #438.
+04017b3 Fixing #444. I was losing the list of sources when creating new children.
+b7560d5 A couple small bug-fixes
+3aff4a0 Doing more work on #113. Mostly, just making sure remounts do not happen spuriously very often. They will still have extra remounts when changing the value of "ensure", but that is not currently avoidable (similar to #199).
+1cc8ecb Fixing info around newtype options
+dd502db Fixing #113. I added support in the transaction for self-refreshing, which just creates a special trigger for resources that have self-refreshing enabled. Logging is a bit different for them, so it is clear why they are refreshing. I still need to verify the remount methods work in the providers.
+bf46e7d Adding a "self_refresh" option, so resources can refresh themselves if they have changed in the current transaction.
+1f41c35 Fixing #454.
+c07494f Fixing #441.
+9924244 Fixing #431. Collection was always returning an array, even when only a single value was passed.
+0a9c8da Changing how transactions check whether a resource is being deleted. This is a small step towards fixing #428.
+f6a3d94 Fixing #455. A simple fix, fortunately.
+81025d1 hoo
+e29ef5c Updating reference docs
+af4f7d7 Fixing documentation references to refer to the wiki
+37acfb9 Fixing #442. You can now do: defined(File[...]) to see if a resource is defined.
+2db6878 Fixing #434.
+6475487 Fixing #423. Configurations now default to timing out after 30 seconds (tunable with configtimeout). This only happens for remote configurations, not local configs compiled using puppet.
+a081d41 Fixing #418. The problem was that multiple objects might include Daemon, which means that Daemon#shutdown can be called multiple times.
+c33d5e4 Using Time instead of Time.to_i for compile time, because some versions of ruby have trouble converting Bignum to yaml
+6d791f5 adding client name to processing line
+7670df2 Fixing #445. Nodes can now inherit from default.
+afe77b6 changing selector error message
+aab3214 reworking the selector case-insensitivity test
+9f8a3b1 Removing an extraneous debug message, and fixing the case where the server compile fails in --test mode -- it resulted in an extra warning message.
+ca1e36b Applying patch from #457, as submitted by Jeff McCune.
+81ae09e making yum the default packager for centos
+5735d48 Wrapping the resource generation methods in begin/rescue blocks so that failures cannot kill the transaction.
+e8f3806 Fixing error-catching in resources.rb
+a3041cd Updating changelog for 0.22, which fixes #429.
+bda74bc Fixing #415. Configuration parsing now removes trailing whitespace.
+f8115a7 Fixing #424. The configuration compile time is now cached in the yaml cache file.
+53f3b8c Fixing rundir so that it does not throw an error when not running as root
+c285d7a Fixing #437. Transactions now check whether graphs are cyclic, with a somewhat-useful error message if they are.
+9720a97 Fixing #436. Also finally renamed pfile/uid.rb to match the state name.
+db5494f Fixing #421 by changing the rundir to /var/puppet/run.
+bfb5506 Fixing #416. There is now an option (downcasefacts) that determines whether facts are downcased by the client.
+53c3f5a Make rpm operations much faster by suppressing unneeded verification
+bcd81bc updating docs with new location for reference info
+f069418 Moving the reference docs to the top level
+c03a8c9 updates
+42b78a0 Use a specific ActiveRecord subclass to check for the proper existence of AR in the Rails feature test, so that we don't kill everything if the machine has Rails installed, but it's an old version that doesn't support polymorphic associations
+e64e64d Make the version string optional in the dpkg-query output parsing regex (Fixes: #425)
+32bbb3a Clear existing yumrepo instances befoer listing - assumes list should only return "is" instances
+3dea961 Enclose values in single, not double quotes; otherwise if values have $ in them, the manifest will be incorrect
+5836c23 Allow listing of yumrepos
+a676e08 Sync with latest in Fedora repo
+965a82d Minor cleanup, leave cursor at beginning of indented line, not its end
+c35b441 Add indentation written by Mario Martelli
+f7d8350 Updating docs for 0.22.0
+4ee6c97 Updated to version 0.22.0
+98ed0ae Updated to version 0.22.0
+38cfa67 Updated to version 0.22.0
+
+0.22.0
+======
+728d745 Adding release tag REL_0_22_0
+3446dd6 Last round of fixes before the next release
+954a285 Fixing puppet test task for older ruby versions
+7afa69c Fixing rake test so it works with the new puppet loader
+54c387f Adding #408.
+d0ecc0e Messing around a bit with how tests work
+2728f50 Adding a bit more comments to the :template function
+704bd76 Fixing a few testing bugs that have crept in, and fixing a self-reference problem when configuring, graphing, and setting graphdir manually.
+e756711 Fixing #411.
+48bbd0b Further work on #407. I forgot to actually connect it to the interpreter internals.
+f6beef5 Fixing #407. You can use external_node to specify a command to retrieve your node information.
+f8f7c57 Don't rely on the type to store the actual NVR of the package; breaks in the provider tests since they call the provider slightly differntly
+42c13e2 Adding a timeout to execs. This is not really a sufficient solution, since it needs to be added throughout the system, but this is a good start. The default timeout is 5 minutes.
+6e10004 Using Puppet.settraps in puppet executable, instead of old ad-hoc code.
+903b40b Applying patch by mccune from #409.
+5e470b3 Regressing to always creating files/directories as root, rather than trying to do it as the right user.
+bb72a08 Throwing warnings instead of exceptions when dpkg-query produces info we cannot understand
+08a56cb Fixing module_puppet to use the usage? feature.
+239727c Re-enabling the dirchmod test and fixing its syntax
+2195b76 Trying to fix #364. Somewhat used the patch provided by nslm.
+8fd9765 fixing filebuckets so that only the client bucket is created on clients
+d5651f8 Fixing tests so they now include descriptions with all config options, which is now required.
+a454dfb Creating two filebuckets by default, one for the client and one for the server
+9c1a446 Fixing #403.
+2b271f8 #398 is already fixed, but this will fix things so it cannot happen again
+f4b2e13 Fixing #391. Keeping track of times of compile and freshness checks.
+098081d Setting up specific allowed types for sshkey
+5292e4e Handle continuation lines in inifiles properly; stick a little closer to how python's ConfigParser parses
+2366c95 Explicitly require puppet/filetype; otherwise, tests for this module fail
+cbd20f0 Simple script to produce type info
+3b6bf05 Fix yum update breakage - query should not change the name the user gave us; instead, the fully versioned pacakge name is now stored in the instance parameter
+587deea Tone down the debug spewage from yum
+9115fef Adding extra connection statements and enabling concurrency support in rails, hopefully fixing #399.
+0ef8971 Fixing #394. LoadedFile was not checking to see if files went missing.
+f58bda2 The package name must match at the beginning of a line; otherwise we might get fooled by other yum spewage
+caabe9b Not saving tags right away. This seems to cause postgres to explode.
+9271142 Adding a check to the rakefile to throw a warning if the test task is missing
+651640c Fixing #401. Transactions were trying to trigger every resource, even those that did not respond to the specified callback.
+c140037 Not setting the graphdir to the puppet user, since it is only used by puppetd
+127f0df Using text for parameter values, instead of string, so the fields support larger amounts of text
+86e434e Adding postgres as a dbadapter option
+2d25816 Fix trac #354, and some other oddities around installing multiple versions of the same package.
+50965c7 Changing "sourcematch" to "sourceselect"
+373f177 Adding sourcematch parameter to file.
+cc05e8d Fixing the error thrown when a dependency cannot be retrieved, WRT to #395.
+57d0933 Fixing #396. Using the provider command instead of a direct exec, which automatically captures stderr.
+0887fcd Modifying the "Resource#set" method to simplifying adding new parameters
+56619d5 A couple of small fixes to pass existing tests.
+4482691 Fixing some failing tests on fedora.
+3e933cc Enabling debugging except when running under rake.
+3b2521b Fixing graphing tests, and correctly only using storeconfigs in tests where rails is available
+54a838e Fixing #369. I was not flushing changes to disk when ensure was out of sync. This is going to become a common problem, and should probably be addressed by the framework rather than by individual types, but for now, it works.
+b8f798f Fixing #390. You can now add --graph to produce dot files, and you can then produce pngs or whatever from those.
+0a1dd1a Use Puppet::Util.sync instead of MonitorMixin to ensure that only one thread runs the executor at once
+23b75e2 Fix a syntax error in lib/puppet/daemon.rb (That'll teach me to not run the test suite before committing)
+38244fb Create rundir in a test that needs it
+27c1b49 Switch puppet/daemon.rb to use Pidlock
+16f7980 Switch the run-lock to use Pidlock instead of the ad-hoc code
+e4843f1 Make Pidlock#lock return true if we currently hold the lock
+e252505 Add a Puppet::Util::Pidlock class, for use by locks and PID files
+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
+a333539 Applying patch by rainhead from #392.
+7e62bb0 Add updated_at for all tables
+6d8b3f3 Removing debugging
+da3e9d4 Hopefully fixing tagging problem
+280f0b4 Still trying to track down the tagging problem
+79e9b46 adding a bit better error reporting when tags are bad
+419cdf0 exiting sleeper after no more than two minutes
+fa538bc Moving the tagging stuff to an "external" directory, instead of "lib".
+0166004 Adding carriage returns to output of puppetrun
+f52e2d0 Trying to clean up how rails is loaded
+3a313ad Supporting arrays for the backup parameter
+17306c0 Features now load dynamically using method_missing, so that undefined features never throw errors.
+96f91f6 Adding a bit more testing to mounts, and pulling a bit of the transaction into a separate method to shorten the apply() method.
+a2b0ee6 Finally writing unit tests for Transaction#trigger, and drastically simplifying the method in the process.
+9ff80c0 *whew* Okay, simplified the splice method a bit, and I am actually somewhat confident that the stronger testing is correct. I have had a lot of problems with tests usually passing but sometimes failing, mostly because of ordering problems related to multiple edges.
+bb9c813 Did a short-cut on the graphing, since we currently only support one type of subscription. This solution still will not scale to all that many edges, but it works, although it will fail if we need to support different types of subcriptions.
+7ae62a5 A couple of small bug fixes
+c4c3d77 Some tweaks to graph splicing, although I do not think it will be enough to handle some of the edge cases.
+d07570b Looks like providers work again on Solaris.
+6529822 I have not yet finished testing, but most of the providers now successfully pass arrays to execute() instead of strings, which means that the vast majority of execution problems are now gone. I will finish testing tomorrow, hopefully, and will also hopefully be able to verify that the execution-related bugs are fixed.
+038d6a6 Fixing #387, hopefully.
+a5cf056 Fixing #388. Paths now look a lot cleaner.
+883c64a A couple of small bug-fixes
+65e76e8 Fixing #353. It was as simple as exiting with a different error code depending on the results of the call.
+d3a7c28 Fixing #386.
+1d05739 Switching files to use a filebucket named "puppet" by default. Also, set up MasterClient to create that default filebucket.
+92ff712 Fixing #365. I am not sure what the problem was in previous versions, because the new graphing stuff changed the solution to this problem, but it all works now.
+8ff7e0c Closing #362. Case-insensitivity is handled by downcasing all host names.
+f1dc103 Hopefully fixing #355. I could not actually reproduce the specific problem, but I found a couple of issues around the problem and they are all gone now.
+a3ce917 Fixing #348. Overrides now support an extra end-comma.
+5e58273 Loading the rails lib early on, so that the rails configuration parameters are accepted on the CLI, as noted in #357.
+2742995 Fixing #343. Collections and definition evaluation both now happen on every iterative evaluation, with collections being evaluated first. This way collections can find resources that either are inside defined types or are the types themselves.
+85b19c4 Fixing #349. Doing some hackery so defined types can now (again) be used as dependencies.
+311aba9 Fixing #66. The "defined" function previously checked for definitions and types, but since types and classes can't have the same name anyway, the function now works for classes.
+9bb5c50 Not downcasing facts any longer, closing #210 (although not using the patch from mpalmer, since I had not noticed the patch was there). Also, making all nodes, classes, and definitions case insensitive, closing #344. Finally, I added case insensitivity to the language in general, which should preserve backwards compatibility and probably makes the most sense in the long run anyway.
+be711d3 Allow execution of bare strings as long as there's no attempt to change uid/gid
+c616572 Fixing test to work with new style of graphing.
+2c2177c *whew* Fixing the vast majority of the graph-related performance problems. I found a simple solution to handling events produced by generated resources, and that basically fixed all of the performance problems. Transaction tests still fail, but I wanted to get the fix in now so I do not forget it.
+299bdc1 Fixing #380. The problem was that a method was sometimes returning :absent when I expected it to return nil when the group was not found. All fixed, yay.
+e605c4a Adding some defaults to users, mostly for darwin because it is kinda stupid when it comes to this info
+41562cc Adding test for the fix to #361
+a9dd641 Fixing #361, I think. It appears to be a problem with missing a setting for realname.
+1bdf379 Applying patch from #384, by jgonzalez
+253376a Fixing #385. Puppetca correctly exits with non-zero exit code if there are no certs to sign.
+36e8d65 Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, but it is much better. There is still plenty of bug-fixing to do on other platforms, I expect.
+115ec09 Re-add support for tags and file/lines
+f851ca6 Adding :replace aliases, as requested in #366.
+9f48706 All rails *and* language tests now pass, with the exception of a language/resource test that passes by itself but fails when run as part of the whole suite. Also, I added deletion where appropriate, so that unspecified resources, parameters, and facts are now deleted, as one would expect.
+dc5f4dc Fixing most of the rails stuff. I think everything basically works now, and now I am just going through and making sure things get deleted when they are supposed (i.e., you remove a resource and it gets deleted from the host's config).
+5a52855 Fix up a problem with initialising an sqlite3 data store, presumably only with older versions of Rails
+3c93400 Adding daily snapshot tasks, altho they only work at my site
+10dbb17 Some more graph optimizations; I think I am now close enough that I am basically just going to spend a bit more time making sure the modeling is right in the transactions, and then walk away for now.
+b01ffe6 Adding a simpler and *much* faster tree_from_vertex method, and using it instead of the default one
+a481f9b Requiring puppet/rails in the interpreter before Rails.init
+9df9e4b Getting rid of the db init stdout and reindenting
+02cfc44 Simplifying the splitpath method a bit, altho it is still strangely slow
+9fa7794 Simplifying the the Puppet::Type[] method
+0dbe96d Redoing the benchmarking a little bit
+f622e18 Go back to restype and remove STI classes, they were more trouble than they were worth.
+9ad62d2 Modifying rails test
+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.
+0f78282 Adding unit test for #364. It passes on OS X.
+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.
+6b5d001 I like to checkin one-liners a lot. I'm cool.
+7173c1f Don't use find_or_create_by_title since titles aren't unique.
+e28c604 Remove old files, don't require pp anymore
+3d070f7 These are the same versions from changeset 1837
+0cd5799 Some rails modifications
+6d9ae0c Don't dump out debugging stuff.
+342a4a6 Don't symbolize the param names
+56098ca Rename some stuff I missed when it was reverted
+b5fd822 acts_as_taggable plugin
+98ebb87 Moving the mount provider tests into a subdir, and fixing the basedir calculation in tests so it does not matter where the test is called from
+8714e14 New rails stuff redux.
+026ec4f Small changes to the test rakefile. This rakefile still is not completely satisfactory, as I cannot use it to load all libs but only run on test method, which is often important when trying to track down a bug that only occurs when multiple files are loaded.
+8be0d33 Fix service.list, in particular for the redhat provider
+29ded01 Fixing painfully difficult to find bug in defining exported resources
+72f8b32 Reworking the package tests. Now providers are tested individually
+f5e7915 Rewriting the test rakefile so test directories can be more than one directory deep. This will be particularly useful for providers.
+40c0905 Fix up the filelist for gems, so that all of lib/puppet gets put into the gem, not just the top-level .rb files
+c35988a Another round of bug fixing. Now everything passes except mounts, at least on OS X.
+ab60452 Fixing the next round of bugs, mostly little things but I had to modify transactions so they are willing to delete implicit resources even if they have dependencies, else we would often not be able to purge files at all.
+3937aa3 Never default to rpm provider; use up2date on RedHat. This also works on RHEL5, which does not have up2date, the provider properly fails over to using yum
+c763346 You can now use the "resources" type to purge resources. I still need to modify transactions so they do not purge resources that have relationships. Also, apparently the noop metaparam was never actually working; now it is, and there is a test for it.
+64d96e9 adding a note about facter to the faq
+e96049f Change the filelist slightly so that the externally-included lib/rake doesn't end up in the gem
+8829aa7 Adding a metatype to manage resources of a specified type. For now, this metatype just supports purging unmanaged resources. Also, fixed a few tests here and there
+4abbdc1 Working some on the export/collect problem. It actually works now, but there are not yet sufficient tests for it, so I will leave the bug open until we have got the new work in place. I also added a "rails" feature, so I do not have to keep testing whether ActiveRecord is defined.
+8fee538 Adding a short note on variable interpolation
+8accd80 Adding a bit of clarity about file locations
+dd1c4b9 Add a task to build Debian packages more-or-less 'directly' out of SVN.
+01fecb1 Add external Rake task file as an svn:external, and modify the Rakefile to add lib to the load path
+b3eb9f1 All tests should now pass, with the possible exception of some tests that might fail when all tests are run in one process.
+e287d1e Almost all tests now pass. I have basically reached the point where I was before I integrated graphing, except that all of the relationship handling is now inside the transaction, and any kind of recursion (including file) is *tons* easier to model and manage.
+37a059b Most tests now pass in the whole system, but there are still about 8 cases that do not work. I am working on those now.
+374c830 Removing the explicit load for most types in type.rb
+8aebdfc Removing the reference to the symlink type
+2d43580 Most of the graph handling is now done, and all of the recursive types (basically just file, tidy, and component) now correctly use the generation mechanisms in the transactions, instead of sticking them in their @children array. Now I just need to go through the rest of the tests and make sure everything passes.
+d3b76d6 Removing the symlink type finally.
+cdd1e6e Another intermediate commit. Most of the graphing work itself is now done, but I am in the middle of converting files to use the graphs and at the same time am writing some actually decent tests for the file recursion stuff.
+01e5b69 adding note about --no-client
+8ff90ef Fix bug in example code: all resources now must have names
+f3a0c48 Most of the graphing work is now done. I have also added the generator work in transactions, but I need to migrate files to using it. Until that migration is done, files will not work correctly for many cases.
+a7354d0 Fixing link to fsconfig reference
+ccd7b58 Intermediate commit -- I am ready to start pushing the graph stuff into the types and transactions, which will break everything for a little while.
+c301b1b Make spec file work for Fedora < 5 and RHEL < 5
+3e3f70e Adding GRATR and the beginnings of graph integration.
+34c89b0 fixing typo
+b3c3de2 Fixing #342. Classes needed to have their namespaces set to their fully qualified names, so that contained code and definitions looked for definitions starting with that fq name.
+4076101 Fixing mount tests after fixing the backward compatibility
+185ba8c Fixing backwards compatibility in mounts -- they were not correctly copying the path over to the name
+5f5417a Fixing #347 (I hope). Doing a provisional require of rubygems.
+c369e40 Fixing #346 -- on some scripts I accidentally used "feature" instead of "features"
+c3c5851 Fixing configuration storage -- there was a check being done that caused false values to get converted to nil values, which failed in the database
+25d563b updating syntax matcher to highlight dollar signs in prototypes
+60af8e2 Updated to version 0.20.1
+e313a26 Updated to version 0.20.1
+68d9e78 Updated to version 0.20.1
+
+0.20.1
+======
+2feb9e8 Adding release tag REL_0_20_1
+7d46167 Updating changelog for 0.20.1
+7fa96cb Another small fix, just for solaris
+db5d9d4 Another testing fix
+0efa969 Fixing more tests
+5d2f954 Fixes to the test system, and a couple of small fixes to the main code. Also, disabled the "port" type, because I cannot seem to model it correctly.
+f8b9e86 Fixing a small syntax error in the port provider
+35de0e3 Temporarily reverting all of the recent rails work so that I can release 0.20.1
+26b32b9 adding svn keyword to notify type and reindenting
+e936fcc Removing the caveat so that the log message is always provided during a run.
+b2e98b1 Fixing #339 for real this time -- fixing the log message
+1bf97cd Fixing #339, and the bigger problem it concealed. Metaparams are now only added to resources that do not explicitly set them.
+50d28ef Applying patch from #335
+0a35c34 Removing some debugging, and trying to track down a bug where symlinks get recreated for now reason
+ff06a8d Ported sshkey over, yay.
+4e96031 Adding a NetInfo provider for hosts. Yay!
+064ddbc Hosts now work again, and it should be straightforward to create a netinfo provider, too.
+bb80c1b Ports are still broken, but I need to work on something else while I am thinking about how to fix them. Stupid /etc/services.
+25b575f adding a comment to namespaceauth.conf
+b2a49c9 adding up-to-date example configs
+4d5f70f Trying to get a netinfo provider for mounts working, but i give up. I am leaving it in place but marked as highly experimental.
+bd169b4 Mounts work again, at least with the parsedfile provider. I still need to create a netinfo provider, but it should be short and easy. And, painfully, I still need to port the other six or so subclasses to this new provider.
+138150d Doing some refactoring in how state values are set. The primary motivation was to provide the ability for the "newvalue" method to specify whether the provider should still be called, and if so, in what order (e.g., before or after).
+5685013 Fixing the state class so that blocks are optional for values. This is useful for cases where you want to specify values for validation but you want a method called on the provider instead.
+0643113 An intermediate commit. All of the classes that use parsedfile are assuredly broken, since I have basically completely rewritten it. These classes have been a thorn in my side almost since I created them, yet they have been significantly less functional that I wanted. So, I decided to do the rewrite I have been putting off, just to spend all of the maintenance time now so I do not spend 3 days on them every release.
+7c8614b Adding module for parsing files. This module is only included into the parsedfile provider base class, but it is cleaner to have it broken out like this.
+f9d6213 Fix silly regexp mistake where lines with values containing '=' were parsed improperly.
+b44ebe2 Fixing some warnings
+9f8849e Mostly small changes toward 0.20.1
+10634d6 Fixing #324. Mkusers was not specifically ignoring the root user, and it is now.
+349e2aa Updating docs with correct links for the doc restructuring, as mentioned in #322.
+5a4f807 Fixing #326 -- parseonly now just creates a simple Master without opening a port
+cbb4578 fixing #327; debian packages now correctly register their "latest" status
+87fd075 Adding a simple report that just duplicates client logs onto the server
+10c860f Slightly more doc updates
+114cd8a More doc updates -- I moved the doc headers into separate files, rather than having them in the code
+b14982a Small fixes here and there. The rails changes needs to be pushed through the collection code, so I am committing so Blake can take a look at that.
+aa2da58 Updating docs
+f438bab Refactoring the doc generator a big
+1f548f9 Updating documentation
+87aea8b Fixing rrdgraph report (as marked in #334); also, expanding the docs on all of the existing reports.
+51882d9 The new rails files.
+cf166c2 Rails stuff part 1
+28c283c Fixing some sticky problems with checksums when just using the "check" metaparam.
+744ded3 Merging the code over from the oscar branch. I will now be doing all development in the trunk again, except for larger changes, which will still get their own branch. This is a merge of the changes from revision 1826 to revision 1834.
+dc4d980 Syncing up with FE repo specfile (only mandatory changelog entries)
+033de88 Making some documentation changes
+e741b7b Fixing some Class.to_s handling
+0930b5e Mostly rewrote intro doc
+71924ad Updated to version 0.20.0
+a488dd9 Updated to version 0.20.0
+4688d93 Updated to version 0.20.0
+
+0.20.0
+======
+7694bd9 Adding release tag
+f9f939e Updating changelog for 0.20
+e3b4f23 Another round of bugfixing, including finding out that the tagmail report was leaving zombie processes lying around
+07f616b A round of bug-fixing on OS X
+ed38ba4 Doing some work on the DSL. It behaves a little more like the real language now, although overrides use the same syntax as normal resources, and there is no facility for specifying defaults
+7b34e25 Another round of bug-fixes in preparation for 0.20.0
+ead49c6 Applying patch from #318.
+7261cbb Applying patch from #319.
+3a6683e Changing the realize() function to be just syntactic sugar for a collection -- it literally creates a collector object now. The benefit of this is that it is late-binding, so file order does not affect whether a resource is available.
+05080ff adding docs for virtual resources
+a05b8f5 Adding a "realize" function that can be used to make one or more resource non-virtual. It is just syntactic sugar for a collection by title.
+8a4bf1b Hacking cron so that it works even though I have changed ParsedType. The whole stupid thing needs to be rewritten from scratch, but this is the best i can do for 0.20.
+d77d6d4 Adding prefetch of providers to transactions. Nothing is using it yet. I wrote it for cron jobs, but it is too much work to fix this for cron jobs right now.
+f1ebef0 Fixing virtual object collection. I apparently broke it when I added rails collection back, and I never created any end-to-end tests.
+52105c6 Fixing doc generation for objects w/out their own docs
+1d35f28 Fixing a bug that only occurred if a defined resource was already defined in memory.
+ada7777 sshkey now uses a provider
+95f2fe7 Ported mount over to using providers
+86dae84 Fixing ports to now use a provider
+7e488b2 Working on migrating the parsedtypes to using providers for the parsing aspects. This just converts the hosts; I will convert the others next. This is all work from the sync-retrieve-refactor branch, modified to work with trunk.
+ce4c494 Fixing puppetmodule to use env to find ruby
+0472b24 First batch of fixes from running tests.
+5ddbc36 Fixing sbindir path, thus fixing #302.
+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.
+b4ebe76 Rewriting nearly all of the tests for the tidy type, and redoing the internals of the testing.
+9e5ea8c Fixing the test scripts so that the library path
+72688e3 Fixing gennode; it was not actually adding the class code to the generated node.
+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.
+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.
+624eddf 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.
+67704e7 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.
+0859da9 Adding a ruby header to all of the tests so that they can now be executed as normal ruby scripts.
+1020c04 Making all test suites executable, adding some tests for handling changing files from one type to another, and fixing #304. The problem with #304 was only occurring when backing up to a filebucket (I can only think the example code was wrong)
+dad596e Fixing #291 -- the problem was that instead of throwing an error on a missing server, puppet was just exiting.
+9a8636c Moving all of the configuration parameters out of puppet.rb into puppet/configuration.rb, and adding a PATH setting as requested in #307, although it does not include a default.
+86b3386 Adding the ability to have hooks for configuration parameters. This will simplify things like setting the shell path.
+32deb3f correcting warning about spaces before parens
+c48f68c Adding patch from Jeff McCune, #317
+9bd5593 adding explicit load of ast/branch to its subclasses
+b9ed053 Format tweak for fact tutorial.
+5403a91 Adding a summary of using facter and using imported facter facts with puppet.
+90e4c7b Adding some documentation to the programmer's documentation introducing the concept of providers.
+f545350 Adding some documentation to the programmer's documentation introducing the concept of providers.
+7b75590 New documentation hierarchy: fixing indexes.
+db24e17 New documentation hierarchy: fixing indexes.
+628f6c9 New documentation hierarchy: fixing indexes.
+9c01560 New documentation hierarchy: adding indexes.
+ba33249 New documentation hierarchy.
+da7cb9f New documentation hierarchy.
+7b0e528 I was stupidly creating an error but not raising it.
+29cce30 Moving methods around so they are alphabetical
+ed89572 Committing the metatype branch -- this is just splitting the type.rb code into multiple files for readability
+b4fd8d1 Catching missing ldap correctly in puppetrun
+b5344f2 Fixing the problem reported by Adnet Ghislain where facts do not load on later runs.
+8f9264b Fixing code from [1754] -- I stupidly did not even do a parse check, and I had to refactor the patch because parameters do not have code associated with their values.
+94484df Applying patch from #234 from David Schmitt. This is also untested, and the patch is slightly modified.
+4a8c5dc Adding modified patch from #256 -- apt now uses "responsefile" for the preseed file. This is untested, though, since I do not know how to test it.
+a7c88e8 Adding patch from #308.
+08900a4 Fixing #298 - refreshonly now correctly deals with specified false values
+133c17f Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an autoflush mechanism available so logs will flush to disk immediately. I also now trap USR2 and reopen logs when it is sent, so if you just want to reopen logs you do not have to restart the whole process.
+c3cc162 Fixing #309 -- files now correctly replace any number of slashes with a single slash. Also, trailing slashes are removed, since that is how Puppet expects to find files internally.
+c8ea361 Fixing #301 -- s/logfile/logdest/g
+1c6cb60 Fixing #310 -- users no longer autorequire their homedirs, and files now autorequire their owner and group.
+34f8337 Refactoring reporting. Reports are now modules instead of simple methods.
+5b6ee8c Adding a "genmodule" equivalent to classgen, which we will use for reporting
+1cdbe52 Added a section about testing.
+96aabac adding id tag to tags.page
+d532ea8 Documentation edit
+addfe16 Adding a document to outline the use of tags
+0716c83 Expanded documentation for rrdgraph report.
+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.
+ab0141a More specific configuration and argument documentation.
+c7a7381 Documented signals the puppet daemons accept
+aea6eaf adding id tag to reports
+8f058a0 Fixing the rrdgraph report so that it creates a separate rrd directory for each host
+b892093 Fixing weird case where the default node is in one node source and the real node is in a different one
+06a7d34 Fixing ldap nodes -- they were always returning true because i was returning an empty array for missing nodes.
+2489764 Changed document priority.
+c1afdec Another minor formatting fix.
+c9f6113 Missing tick.
+d72c970 Adding some documentation on reports.
+8a8191f updating install docs with new suse pkgs
+1213d60 Removing some left-over debugging
+28cee40 Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
+e0e2913 Renaming logfacility to syslogfacility as recommended by lutter.
+30fa686 Adding configurability to the syslog facility, using the "logfacility" parameter.
+da0c862 Do restart as stop + start, since sending HUP to puppetmaster doesn't work (see trac #289)
+ee76231 adding links to the real deb pkgs
+dc6d426 Comment out the setting of PUPPET_LOG, so that puppetd uses its default
+6e6cb8f Messages will now be at current loglevel, regardless of whether the object path is displayed.
+30f9fa3 Added parameter 'withpath' to toggle printing of the object path.
+8cc3c8a adding a note about single-quoting node names
+5da80db - New type Notify for sending client-side log messages
+f53b9b0 - New type Notify for sending client-side log messages
+04c0c14 Changing warnonce to Puppet::Util::Warnings.warnonce.
+8214c48 Fixing suidmanager so it uses warnonce instead of using a variable that only existed in Util
+de304e5 Rephrased a short section about finalizing the object dependence hierarchy.
+fee5116 Fixing reported problem of crons rewriting every time when the environment is set
+244a11d Fixing what I hope are the last batch of problems caused by the addition of the suidmanager module. Also fixing a couple of other small issues that somehow cropped up. All tests should now pass again.
+674841c Just fixed some RCS/CVS id tags.
+98028ce Adding flush functionality as requested by Scott Seago
+fd9b2f6 File types were dying silently on OS X when the group specified in the manifest was not a valid group.
+db7d784 Fixing SUIDManager#asuser so that it only resets egid and euid if they were changed
+dfef7e1 Adding a note about another error
+d888d9e Added some documentation to the security page to offer some example invocations useful for generating/signing certificates for clients and servers.
+ab225aa regenning configref with the fixed spacing
+b4970a9 Expanded documentation of command-line arguments for the puppet executables. (Tweak)
+cc08e2f Expanded documentation of command-line arguments for the puppet executables.
+008a138 Expanded documentation of command-line arguments for the puppet executables.
+f2ac4dc Updating changelog for 0.19.3, and merging the version changes over.
+68016a9 ! rename file because rake_test_loader is dumb.
+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.
+55f2873 Merging the fix to server/master.rb
+3aac2e1 Some small housekeeping things that I saw while doing other bug hunting
+48082a1 adding note about the irc channel
+515f3cc Harded-coded pathname to OSX's ssh_known_hosts as a work-around until the ssh pathnames are user-configurable.
+7b5604b Adding some test reports
+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.
+320ac38 Updating CHANGELOG for 0.19.2
+8f9dcb5 Updated to version 0.19.2
+595d5ba Updated to version 0.19.2
+6902f2d Updated to version 0.19.2
+
+0.19.3
+======
+bec795d Adding release tag REL_0_19_3
+0513ffa Fixing problem with the hostname being removed when running locally. The node_name setting was not checking that the client was set, and it is never set when running locally.
+7726afc Adding branch to fix the problem with hostnames getting nilled
+
+0.19.2
+======
+ddb4c47 Adding release tag REL_0_19_2
+164c18f As requested by Christian Warden, triggering an object now results in
+98004b2 Adding some error handling for when a non-existent report is asked for, and adding a bit more testing.
+a1e27bc Adding trace information to autoload.rb
+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.
+eecc7cc Fixing error in tagmail when there are no messages to report
+a468c15 Disabling a test on solaris, since apparently sh on solaris is different than everywhere else
+64a3392 Small test fixes in preparation for 0.19.2
+d35d04e Adding class list method to group. Also added a test to verify every type responds to "list", but it does not pass right now so it is disabled.
+9afdf1f Adding an Autoload instance to Type.rb so that I can load all known types for documentation purposes. And, of course, loading all types in puppetdoc. Also updating zone.rb to fix markdown's stupidity in trying to interpret the ERB template, and adding some timeouts to puppettest.rb
+1ae4344 more fixes to the zone examples
+c8c3ee9 doc updates
+2e17e4a Doc updates
+9bd69c4 Typo: As stood had "remove" for "remote"
+fcf16f7 Fixing #245, opened by marthag.
+1ad76d1 Fixing #278, opened by Digant, with patch.
+5faa45d Fixing #274. I just set :ensure to be :link when :target is set.
+62abbd5 Fixing #283, opened by luke.
+ea4b9c8 Fixing #285, opened by ericb.
+c99843a Fixing #288.
+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.
+0870c5c Fixed a minor typo
+dc8fb0a Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)
+afed9a1 adding an extra make target for debugging, rather than defaulting to always creating the debug file
+e88bf77 Rake::TestTasks were running the test suite inadvertantly against the installed tree instead of the development tree due to a botched "libs" setting.
+bc15e04 Fixing provider commands and Util#execute so they always include the command output when possible, as mentioned on the list
+f0a9345 Regenerating docs, and correcting some markup mistakes
+62917fc Small update to the fileserver tests; it was apparently not making some test dirs correctly
+3891f48 Converting to using the Rakefile for testing. The old 'test' script is
+dcab464 Reworking test/lib structure a bit, and renaming all of the files so that their file names match their module names
+abe1d3c Fix trac #282 (Change URL to configref, mention --genconfig)
+7030aca Small modification so i can make more changes
+6a1b43a updating changes from the trunk
+6747b6a going through all of the other providers and making sure any reference to a state uses the :should value, not the :is value.
+69d4083 Fixing case of silly states on os x, where files are owned by "nobody" and File.stat returns a huge number. I thought i had already fixed this, but apparently not. I added a test, and it is definitely fixed now.
+8cbe19f Fixing the same bug in the netinfo provider -- it was retrieving the "is" value instead of the "should" value
+6137812 Fixing #280; added a warning and exiting if no hosts are specified to clean
+533a022 applying patch from #275. aptitude -q works fine on my testing release, but apparently stable does not support it
+94f5865 Removing the no-longer-necessary type/nameservice info -- it is all in the provider tree now
+94762e1 Trying to fix a bug where files other than site.pp do not get noticed for reparsing
+176d483 Add config option 'node_name' to control what puppetmaster considers the proper name of a client (name in the SSL cert or name uploaded with facter) Default to name from the cert
+fd4ef3c Better documentation around certificate revocation and mgmt
+c8a6df0 Updated to version 0.19.1
+ee8b8c7 Updated to version 0.19.1
+6f85511 Updated to version 0.19.1
+
+0.19.1
+======
+7e229a8 Adding release tag REL_0_19_2
+0e58f65 Updating changelog for 0.19.1
+4a3c8d1 Adding testing for the default? method, and fixing it to support arrays and returning false when no defaults are specified
+48992d7 Using the "trace" configuration parameter to determine whether a stack trace should be printed, rather than just using "debug". I added the param a little while ago and was using it internally in Puppet::DevError, but I just now went through the whole configuration and switched to using it.
+cda7253 Adding patch from #235
+5219205 Fixing docs, as mentioned in #271.
+c04cb13 Reverting the work done in [1605] and [1606]. I have added it as a patch in #271.
+08499b1 Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but everything now works as expected when variables are either undefined or set to empty strings.
+26bf373 Applying patch in #160.
+e46d007 Fixing #262. I somehow lost the line that only added a given user's jobs to each tab.
+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
+5669d1b This commit adds two important features (but which probably were not
+fbdd6c4 Specifically rescuing Exception, since apparently the default does not rescue LoadErrors and everything else
+349bddd collecting output from blastlist, for later use
+4cd37ad Merged test framework into trunk - still not ready until tests are converted to use it.
+4897995 Fixing the "Adding aliases" message, so it is clear when an alias with spaces in it is used
+6bb4814 Fixing #267. The problem was that the user provider was retrieving the @is value instead of the @should value, because it was using [] instead of the should method. I fixed the FakeModel to behave a bit more like real types, so that it keeps track of the is/should values, and also to keep track of which attributes are valid, since I immediately ran into another problem stemming from the use of the fakemodel.
+e5aa761 Updating changelog for 0.19.0
+2c57173 Raising element creation errors up outside the "create" method, so that tests can more easily tell when an object is invalid.
+16d9d6f Fixing spelling of retrieve, to fix ##268
+3b8c9ff Fixing #269. I was aliasing every case where the title and name were different, where I should only have been aliasing isomorphic types, which does not include exec
+bf5d0bc Catching all errors encountered during loading, not just LoadError, to fix ongoing problems with rdoc/usage.
+64eb1e8 Let puppetd listen (when given --listen) without a CRL
+5e2091b Brute force fix for trac #266
+37c9633 Fix test_host_specific to not depend on the path of the test directory and reenable it
+aa56185 Expanding the Fedora/RHEL instructions some
+47dc290 adding note about david's yum repo
+8ff418c Fixing the problem with fileserver expansions, and doing a bit of refactoring to make things clearer
+cf5291a Fixing the interpreter to nodesearch across all listed names, just like is done in the manifests. Also fixing a comment in type.rb
+ca6ac62 fixing typo
+0527426 adding gentoo notes
+3e1b6bc Adding a :trace config option that prints stack traces of DevErrors, and using that in DevError instead of :debug
+95269bf Adding test code for providers that makes sure the default and confine mechanisms work internally.
+09f264a Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible to generate certs that are valid for < 1 day
+130b245 Use Pupet.warning instead of nonexistant 'warning'
+a5f4f53 Fixing #261. Applied patch, with small modifications.
+0c0936b Adding a module for helping with warnings, starting only with the "warnonce" method
+af1de89 Sync with FE repo
+c651b19 Disable the sample fileserver module by default, otherwise users get spurious warnings about nonexisting directories
+65bb635 Updated to version 0.19.0
+61e42e7 Updated to version 0.19.0
+12b219e Updated to version 0.19.0
+
+0.19.0
+======
+fbebcc5 Adding release tag REL_0_19_0
+e309b76 Modifying the provider base class so that it defines a method for every used command (e.g., you call "commands :rpm => 'rpm'", and it defines an "rpm" method. I then pushed this throughout the package providers, which are the heaviest users of commands.
+c5ce953 Adding aptitude support, including a new util::package module that provides a method for package version sorting, and a couple of smaller bug fixes. This fixes #237.
+2113eed Adding hasrestart parameter to services
+fcc5bae Adding an "env" parameter to exec, for providing extra environment settings, as requested in #236.
+8310c9d Adding a "withenv" execution util method, and using it in :exec for path handling. Next will be other env handling.
+f8254c6 Fixing #230. If the first line in the cron tab, before the header, starts with TZ= then the header will be inserted after the TZ line.
+fa16a92 Fixing small bug in cron where removed fields are not deleted from the file
+e28250d Adding further gentoo support -- finalized portage support, plus conf and init info for puppetd
+41c9081 Adding the Daemon module back into the Client class, which fixes #247.
+46fbf95 Adding an "ignoretags" attribute to transaction, and setting it for downloading plugins or facts, and for creating config directories
+b303e8d Adding the ability to download facts from the central server. This allows facts to be available before the configuration is compiled.
+b36df18 A small fix to the install/update aspects of packaging.
+47c86e5 Fixing the package type so that :ensure is always used for version specification, rather than :version, which is now deprecated. This provides much more consistency. I have not tested on all platforms yet, but I want to enable testing on Gentoo, also.
+19992f7 updating documentation for how to specify versions
+7eed92e Applying a patch from Jose Gonzalez Gomez; apparently this makes package updating work
+40b2ed6 Adding portage support again, since it was added in the branch i reverted
+617fe58 Removing all of the changes I made towards refactoring in the last couple of days. They have all been moved into the sync-retrieve-refactor branch. This branch will soon become 0.19.0, and will not include that refactoring.
+8f39318 Committing a small amount of work in cron. I have decided that this is too last-minute, and not important enough to hold up the release. I want to get this refactoring done, but it is clearly not the 4 hour job I hoped it was. It will have to be in another release, I think.
+b43b489 Committing functional mount support. All that's left in this chunk of work is cron.
+639ed3d Adding first version of the portage provider, as contributed by Jose Gonzalez Gomez
+655881c Ports now work with a provider
+daa79e2 Intermediate commit; ports are not working yet
+b657850 Fixing SSHKey support.
+270f444 Beginning the process of moving parsedtypes to a provider. Each parsed
+b9b3384 This is the initial commit of the changes to sync and retrieve. The
+3733034 Renaming parsedfile to loadedfile, which makes much more sense and reduces some naming conflicts
+a887993 Adding Gentoo support from #224.
+c626796 Adding eat-last-line support in ERB
+a115050 Adding pre- and post-hooks, as requested in #233.
+f797487 Fixing #239 -- missing checks now throw an ArgumentError. This will break if any command purposefully returns 127, but that would be a bug anyway, I suppose.
+ff18e55 Adding support for file purging, as requested in #250. Any unmanaged files in a purge-enabled directory will be removed.
+18320ee Adding a "force" parameter in files to fix #242. Currently only used when replacing directories with links, but should probably be used in other places.
+7fd5b6f Specifying true/false allowed values for file[:replace].
+8cbe1d3 Adding logcheck script from #244.
+2cb2e03 Applying patch from #251, and switching "confine" to "commands", so we can document the command requirements.
+712e157 Adding SuSE files from #252.
+42812f8 Applying the patch from #253 plus tests.
+fd86428 Updating templating docs with more about usage, and adding installation notes about ruby segfaults on Debian
+f587d88 Adding note about configprint, indicating what versions include it
+989716e Adding zone patches
+96350b2 Fixing #257, where host aliases were not being retained. The problem was that the "should" method was returning an empty array if it was not set, and it should instead return nil.
+114debd batch of small bug fixes
+2802b70 Making sure that the svn bin directory is at the beginning of PATH, rather that at the end, so the svn-versions of the exes are being tested.
+b086280 Removing type/provider references on type removal
+053f37c adding notes about the libruby deb package
+77783e5 disabling reporting until i can find a way to make reporting only work with puppetd, not puppet -- clearly puppet should not try to report
+199f5b0 Fixing the state so it tries to call provider methods and only checks for errors, rather than checking with respond_to?
+b6b9d0b Setting both "report" to true by default; I am going to enable pluginsync by default once I have plugins well-documented
+02b8b13 Fixing array printing in to_manifest
+29edb14 Fixing service refreshing -- there was a problem persisting from the provider work
+14d64dd downgrading the template interpolation message
+fa0446b Adding back in the code to change the euid. I removed this yesterday because I thought it was redundant. It is absolutely clear that I need to add tests for running as separate users.
+6f175ce Adding automatic stacktrace printing to deverror. I need to go through and remove the redundant puts in the rest of the code, but I need this now for some client debugging
+a46a620 disabling chuser on os x, since it is broken with < ruby 1.8.5
+a53d840 fixing provider commands; I broke them when making them easier to document
+0f231b8 Skipping blank lines and comments in autosign.conf
+9381d5f Fixing report lookup so it looks up by name, not method
+948c96a Changing autosign mode to 644
+762599b Fixing tagmail config processing so it fails when appropriate
+0674c9a Fixing reports error reporting
+a6c38b5 Fixing location of ca cert
+04b2557 Fixing report autoloading; I was calling the wrong method, and they were never getting loaded
+47dbf82 Upgrading Triggering line from info to notice
+d45d22b Adding a module specifically for making doc generation easier, and adding defaults info to provider docs.
+e1aff4c Last commit of puppet docs for the night
+b9ad604 Modifying providers so that docs generate better
+9b526ba Adding provider docs for required binaries
+6aaeb05 Updating generated docs
+5395e23 Adding pointer to templating docs into the file[content] documentation
+8dbca3d adding notice that "$" is now required in definition prototypes
+333c229 adding first draft of templating doc
+628896b Adding a "configprint" option for printing out the local config state
+9f7621b Adding a little more validation to the schedule, and documenting the source search-path stuff in files
+ad32b71 Tracking down some weird bugs that managed to creep into the parser. I expect that the main ones were a result of the If support.
+db0be8e Committing some changes to the %h expansion in fileserving. This change makes the expansion entirely isolated in the Mount class, which makes it much easier to test. Also, switched the fileserver config to use ParsedFile, which makes it a bit easier to understand and handle reparsing.
+a44b1dd Committing the other half of the fix for #231; oops
+ed15471 Fixing #231.
+55d3fb8 Support for %h and %H replacement in the path of fileserver modules.
+2540cdf Demoting the xmlrpc access logs to debug from info
+38a184e Changing permissions on the cert file and the ca cert file, since it is no problem for them to be readable and sometimes it is required
+b612a15 Try this; seems to work for machines with both ActiveSupport installed and not. MissingSourceFile is an AS thing, though it subclasses LoadError.
+8fcec23 Adding up2date support, as submitted by Kostas Georgiou (with some modifications to support providers).
+9576d1d Certificate revocation through puppetca. Keep a simple text inventory of all certificates ever issued.
+4151fd5 Committing definition inheritance. I have not yet written tests yet, but my last commit pretty seriously broke some things without me realizing it, so I wanted to get this in.
+1b2ee4b Adding "if/else" constructs. No operators, no elsif, but it is a good start, anyway.
+ea32a38 Function autoloading now works as requested in #214.
+bba972f Adding warnings and error throwing for #218 -- metaparams in prototypes are treated specially.
+a1d71d9 adding faq item about ipv6 support
+6e4d4c9 Accepting patch from #220, thus fixing the bug.
+e322161 Fixing #225. Normal file copying worked with spaces, but recursive file copying did not. I modified one of the support methods so it works now.
+bf43c76 Fixing #228. The real problem was that "present" should match any type of file existence, whereas it was just matching files. If the file was a directory, as in this case, Puppet considered it to be out of sync. Now, "present" matches files, links, or directories, but still creates an empty file if the path is missing.
+aee1c6a adding cookbook into to the docs index page
+7ade561 Support for certificate revocation and checking connections on the server against the CRL
+c6fc6c5 Adding a link to the cookbook
+b2031aa Making some of the metaprogramming a bit more explicit and a bit easier to manage. In the process, I have created multiple Util modules, only one of which is used for this current commit.
+beba3e4 Finishing changes to support titles instead of two types of names. This is basically a bug-fix commit.
+607d7c6 A first pass of changing one of the types of names to titles. I still have to fix a lot of tests, but the core itself is now working.
+12452ee Merging r1468 from the implementations branch with r1438 from when the branch was first created.
+4d6120a Committing changes that require dollar signs in prototypes
+abaeb86 removing classing example, since it involves parameterized classes
+e684cd3 Adding some documentation for the cfengine module
+1eaf1bc Fix problem when --fqdn is used
+e6aa4ab documentation updates, pointing to the suse yum repository and specifically mentioning package locations
+0e862a3 Fix shebang lines in executables
+450b495 Added comments to stay in sync with the spec file checked into Fedora Extras CVS
+d6fc1b7 more ordering info
+89b4dfd adding ordering information
+7957ce0 fixing puppetdoc to add ordering info
+f974ffc Fixing the master server so that it always uses the Facter hostname, not the cert or IP hostname.
+eb8c687 updating links after a link validator
+257fb78 fixing faq links
+3ef4663 adding DSL class. Sorry, not much in the way of docs.
+31b1d0b fixing more doc links
+b2f1aa0 doc updates
+b8bf113 Updated to version 0.18.4
+94cc68b Updated to version 0.18.4
+ce95ee3 Updated to version 0.18.4
+
+0.18.4
+======
+74a3b4d Adding release tag REL_0_18_4
+f13c451 updating changelog for 0.18.4
+cdeccab Another batch of bug fixes, this time focused on OS X patches. Looks like I did not test on os x last time.
+b42eaee First round of bugfixes in preparation for 0.18.4
+9e61510 Fixing #77. As I feared, this was a pretty complicated fix; I had to add a lot of infrastructure to both ParsedFile and Config. All config files now have a timer created for them, and by default they check for file changes every 15 seconds. If there is a change, they get rid of values set by the file (but not set on the cli) and set the new values, then the re-use all of the sections, so that any changed directories or whatever get recreated.
+310b3a1 Adding timeout functionality to the ParsedFile class, in preparation to adding config reloading to the Config class.
+c8537a5 Apparently objects were legal rvalues, which does not make any sense. Fixed this, and added a test verify.
+21ae8fb Fixing #185. Added a check for cdrom sources, and added an override parameter.
+039abd6 Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with :allowdupe.
+2091edd Fixing #200. I basically just moved the daemonize statement before most other code. This makes things a little less nice when starting puppetd manually, since it might still fail and the user would not know without checking logs, but it is the only real option at this point.
+76aec7c Fixing #202. Just bumped the log level to notice and changed the wording slightly
+3cc3f66 Applied patch in #203
+7228413 Fixing #201; users now autorequire extra groups
+ebd28e8 moving plugin evaluation into a begin/rescue block
+8e25115 Fixing puppetdoc's output
+041c07b adding all mailing lists to index
+19e411b removing message about the statefile not existing
+09e0792 more doc modifications
+c9640a7 Updating some docs, and renaming configuration reference page
+40e2db3 All docs moved over now, and the real index page exists again
+813d1c9 committing docs before i move all of them into a separate subdirectory
+f02f6f7 Adding Solaris SMF manifests and methods
+0b90333 Fixing #191. I was only testing for parsed cron instances, not for created ones.
+aba3d65 Fixing bug in scope/interpreter where nodes found in ldap must have parent nodes. The problem was that the the scope was using the presence of a parent node to determine whether a node was found. Instead I added a flag in the arguments to "Scope#evaluate" to mark nodes as found.
+01c8808 Adding a unit test for plain "nodesearch"
+08650c1 fixing html markup
+e74b8af fixing html markup
+8273f21 fixing index page in the docs
+b23b797 Updated to version 0.18.3
+fe8ce26 Updated to version 0.18.3
+a984a90 Updated to version 0.18.3
+
+0.18.3
+======
+04a99e7 Adding release tag REL_0_18_3
+8063ab1 Fixing filebucket server so that paths are not added multiple times
+1ab4594 Adding tests for previous config bugfixes, and updating changelog
+a6cc3e4 Fixing reports so that multiple host report directories can be created. There was a config conflict before.
+73556a8 Fixing templating so it immediately fails when a variable is not found, as opposed to passing up the method_missing heirarchy, which was causing a nasty memory leak and some kind of weird, long-running search
+1ec1b99 Fixing weird case involving interpolating config params in a URL
+8f28c6f Fixing weird cases where configs might think non-files could be files
+b116ac7 adding sysidcfg param to zones
+a3849d7 Fixing templating bug that can result in what looks like an infinite loop, and changing default timeout to 2 minutes instead of 30 seconds
+86a92de Reducing log level of missing file
+7139901 Fixing error when template does not exist
+3fbd06a Fixing misstated error name ExecutionError in blastwave packaging support
+829c754 Fixing reports server so it refers to the main server
+0acebb1 Default the passno to 2, defaulting to 0 is a bad idea since it disables fsck
+44c54fc changing plugin owner to root
+9be1e0b changing default plugin host to be $server
+a4a04fe adding rake targets
+0c96fc6 Doc change: explain what the values for ensure do
+67dab0e adding another state that is equivalent to "stopped" for smf services
+8a10b08 Adding the newly generated docs
+e57f6e7 More documentation updates. I think this is sufficient for replacement of the plone site.
+9b7f428 Fixing rakefile so it generates docs from markdown, and adding big-picture.page to the menu
+70877fb removing faq.rst file
+fefe1c5 Updates; remove mention of patches from specfile completely
+f42666c updating changelog for 0.18.2
+eff8d6e Accepting the patch from #190.
+6b281ed removing cf2puppet from rpm
+bd9fd8d Updated to version 0.18.2
+71036e7 Updated to version 0.18.2
+aa87963 Updated to version 0.18.2
+
+0.18.2
+======
+3e5907d Adding release tag REL_0_18_2
+afe84ec small fixes towards 0.18.2
+e17f4ed adding host information to reports and tagmail report
+1503b42 renaming tagmail config file
+c3a8d45 Redoing reporting a bit, so that reports are now defined as methods. If they are not methods, then they cannot use return, which makes things a bit uglier.
+3c22bc9 fixing some smallish bugs in preparation for 0.18.2
+73569d0 fixing a small but important typo, and adding sunfreeware as a dupe of blastwave packages
+87ce8ed Adding blastwave packaging, and doing some fixes on gem and sun packaging
+2e78526 Some updates resulting from trying to track down a segfault introduced when I upgraded to 1.8.4-5 in Debian. I never found the segfault and had ot downgrade to 1.8.4-1. I expect it will not be encountered in real life, only in testing.
+e57c513 Adding Ruby Gem support to packaging
+25cf31b Adding minimal update checking for templates. It will only check the templates that have been parsed in this process, but it is better than nothing.
+c899e23 documentation updates
+c1e0bc6 More report and metrics manipulations. This should be the last of it.
+34e779f Significantly redoing metrics. There are now no class variables for metrics, nor no class methods for it.
+24f07e0 committing tests for previous changes
+dea7e24 oops; adding transaction report class
+70143d2 Trying to merge metrics and reports. There is now a separate transaction report class, and it works throughout the previously existing system. I will next go through trying to make a metric report that graphs the metrics in rrd.
+795ec70 adding a "thinmark" method, which does a simple benchmark with no logging
+19b5d30 Accepting patch #189, although I am just putting the environment statement in the main part of the class, since there are two apt commands
+ff6562f Fixing #133. Added a "notify" and a "before" metaparam; notify is the opposite of subscribe, and before is the opposite of require.
+9bb9e10 Fix a small bug in mount where parsing fails if dump and pass are missing (they are optional on Linux) Revamp the tests slightly so that they parse fstabs provided in svn rather than relying on the fstab on the system the test is running on.
+f792a02 Moving the template handling into a simple wrapper object so templates don't have full access to the scope object without some real hacking.
+8b60619 adding some tests for the template function
+a6dc7f2 Adding initial template support. It is just a function, and a method_missing method on Scope.
+e47a987 First commit of complete reporting support. The only existing report at this point is the tagmail report. I expect reporting to get significantly modified from here, but it is a good start.
+ea91896 changing the #!ruby lines to #!env ruby
+1677594 Adding reporting client, server, and tests. At this point, the server just stores the report in a file as YAML.
+56a2845 Adding report collection to both statechange and transaction.
+d275489 Updated to version 0.18.1
+35ef37b Updated to version 0.18.1
+427831c Updated to version 0.18.1
+
+0.18.1
+======
+1cc2712 Adding release tag REL_0_18_1
+7adafc6 For each type, adding a "new<type>" method to Puppet::Type, so instead of typing Puppet::Type.type(:file).create(...) you can now type Puppet::Type.newfile(...).
+e8c57ae Cleaning up plugin handling a bit -- they can now be colon-separated paths, and I added a separate "plugindest" setting for determining where plugins are synchronized to. The major feature I added, though, is that Puppet::Type now knows how to load plugins, and treats :pluginpath as a search path for plugins.
+d98ab11 Fixing zone tests
+4985d8f adding message about retrieving plugins
+dec4053 updating CHANGELOG for 0.18.1
+5471211 Moving the timer monitoring to after the services are created (because they actually create the timers), and adding a sleep statement to give the threads enough time to create the timers.
+ad1396d Fixing backgrounding in puppetrun; I had the bit flipped between the client and the server, such that setting --foreground caused the clients to go into the background.
+5be3c10 Converting Parameter#proxymethods from using eval to using define_method
+b2304f1 Making sure fail function converts everything to strings
+c363af0 Adding "fail" function, which will raise a ParseError if it is encountered.
+57a5a71 Catching errors thrown during object evaluation and marking the objects as failed.
+506269f adding hooks for ignoring files in the plugins directory, and defaulting to ignoring cvs and svn files
+7685957 removing that info message, duh; it produces a lot of spurious output during parsing
+c886194 Adding info messages about errors loading plugins
+772ea91 Adding support for special freebsd @schedule crap. Also making sure that cron listing works as expected.
+08f113c switching puts to print, so the carriage returns are always included in the messages
+bdd1761 Largely refactored how log destinations are handled, although it is not exposed externally. Most of this work is related to handling a large number of small problems related to threading.
+73a4bcc Changes to make puppet package more LSB compliant. Update specfile for very latest Fedora ruby packaging guidelines. lsb-config.patch only checked in for documentation purposes, since changes are part of this checkin.
+0411f74 Fixing some more small problems in puppetrun
+31c17e4 Adding more docs to puppetrun, and fixing bug that can cause hosts to get skipped
+faab17b adding - to HUP in init scripts
+bb5366f Updating init scripts to use HUP for restarting
+3c5b10d Adding a "latest" test for rpms, since I have been told this is not working. It seems to be working fine, but the test cannot hurt.
+5cf2a4d Adding HUP and USR1 hooks
+4a71706 Fixing #178. I just added URI escaping and unescaping to file names.
+f9a4d7a Fixing #175. The setpidfile setting was being ignored.
+d812840 Fixing #182. Added a retry section to try reconnecting to ldap. Only one reconnect is attempted in a given search, and LDAP produces bad enough error messages that we reconnect regardless of the error thrown.
+46824cd Setting pluginsync default to false, and (hopefully) fixing autosign problem when the file exists and autosign is set to true (#180). The problem was that the puppetmasterd script was redundantly setting autosign in the CA, when the CA already knows how to deal with autosigning, which meant that autosign was being set before the config was parsed. Thus, there was no bug when autosign was set on the command line but there was when it was set in the config.
+15905bd Fixing broken symlink behaviour mentioned on the list
+0a1e847 Adding plugins and plugin management. The Master Client will now automatically download plugins if pluginsync is enabled, and they will be automatically sourced.
+edabf9e documentation updates
+4df2583 More documentation changes.
+8ad2008 adding id tags to all of the docs
+58826ca further work on converting from rst to markdown
+b6a52b7 further work on converting from rst to markdown
+3772aaf further work on converting from rst to markdown
+e891ffb updating some docs and puppetdoc in preparation for a move to webgen instead of plone
+90e8ad8 removing the old rst index file
+644fd4e updating docs to work with webgen
+f090760 Fixing my autorequire fix; oops
+084a31d fixing autorequire message to include the object type
+bdb9110b Delete entries from the config file if their should is 'absent'
+883921c Test that setting a state to 'absent' really deletes it from the config
+e841d8f Adding test and fix for empty execs being ignored
+6ef3d88 fixing interpreter to initialize ldap in the nodesearch_ldap method, which really only matters for testing (since it is already being inited in the nodesearch method
+662fcaf making links even if the target does not exist
+0ab461b Updated to version 0.18.0
+daac8cf Updated to version 0.18.0
+8779dbe Updated to version 0.18.0
+
+0.18.0
+======
+4a5df83 Adding release tag REL_0_18_0
+a6f9bf4 Adding release tag REL_0_18_0
+ae3dba9 updating changelog for 0.18.0
+ead6b17 updating documentation for sshkey
+20b0a6d fixing transaction tests to just warn when the user is not in more than one group, rather than failing.
+be92c44 Setting options and the facility for syslog
+9a1b9ec Fixing some logging issues with puppetmasterd when daemonized with verbose mode on, and fixing ldap support when daemonizing
+c1dd0a1 Changing statechange noop message so it's a bit clearer
+603a53c Just logging host failures, not exiting
+c1f0fb7 Adding fqdn, an --all flag, and --test mode to puppetrun
+f86357d adding namespaceauth and --listen docs to puppetrun
+97c7342 Adding fixes for solaris zones
+02d397c abstracting out ldap connections so that there is a single method responsible for all of them and a single connection can be shared in all classes if necessary
+076e888 adding ssl usage to puppetrun
+15da00c Fixing ldap usage when ldap libs are not available
+4a5b886 removing extraneous debugging
+7ed5560 Fixing installer; it somehow got broken with recent DESTDIR fixes
+fd8e080 Fixing #173. At this point, I am just calling both "--add" and "on", or "--del" and "off". This should probably be broken up into other states, but....
+ef163ba fixing parallelization to match the docs
+1dfd554 Fixing packaging to deal with the fact that yum exits with 0 exit code even when it is told to install a non-existent package.
+df340d6 Correcting puppetrun docs and fixing a test so it works with older versions of facter
+b4b3c27 Adding support for default nodes as requested in #136.
+ba4071c changing puppetclient schema to descend from top instead of iphost
+07e0d59 Fixing #169. Tags are ignored during config.
+c380bfe Fixing the main bug reported on the list today relating to file sourcing truncating linked-to files.
+90762c5 adding noop marker as requested
+ec0609d A round of bug-fixing in preparation for the next release.
+9af5d69 adding nothing test to zone tests
+a6122e8 Fixing ldap node lookup. The test was set up badly, in that it did not actually provide a way to enable ldap node support, even though there was a config option that should have worked. All works now.
+360a405 turning on output flushing
+edfaf6e Adding support for following referrals
+555e1b8 Fixing #135. I was setting the object to the result of an include? test, instead of just "obj = ary[val]", so all but the first bucket-backed files were getting errors.
+8ceb1f3 Found a bug where single-value selectors can fail on a second compile. Fixed it, and am now compiling all snippets twice.
+4ca7ece modifying rakefile to specify the package hosts; they were previously hard-coded in the build library
+09d2cd0 Fixing #168. Reworked the regex to allow matching TLDs.
+1fc4ec3 Fixing #167. Started with the submitted patch and made a few more modifications, and added a regression test.
+c90d0b1 Fixing #157. Objects are no longer allowed to be their own parents, and there are checks in both directions to stop this.
+7c358df Fixing #166. Function names are no longer reserved words.
+e73f2d4 Fixing #158. I did not add a force option, since I always back files up before I replace them.
+4266f64 adding faq to docs
+d6d05d4 Fixing #154. Basically just accepted the patch that fixes master.rb and added a test case for it.
+1cef8f5 Applied patch from #153.
+2257d6f Fixing #155. It is now valid to have arrays with no values, although you will still likely get erratic behaviour elsewhere in the system, depending on what you do with this.
+0e52409 Fixing #159 -- packages now have a default value for ensure (:installed).
+3758bdb adding rakefile for the docs
+1a93e6d copying all documentation from the plone site
+d84827e Committing largely complete Solaris zone support. I still need to add static filesystem support, but everything else should work.
+73c5c58 removing one of the stack traces from error output
+95f273e Fixing #163. Strings can now correctly escape dollar signs.
+a3ed629 Intermediate commit; most of the core zone functions now work, and some of the configuration functions work.
+81ce66a Fixing node tests to handle comma separation
+011e811 temporary commit so i can transfer my testing to a faster, sparc box
+add6b80 Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject
+76ff83d Fixing #161. Basically, AST::ObjectDef now catches when users specify a name as a parameter instead of the name before the colon and modify the results accordingly. This catches this kind of problem, and the normal name handling picks up everything else.
+b08816b Fixing #162. Node names must now be comma-separated.
+2fcbc7f Adding an "execute" method to Puppet::Util, and including the module in element.rb
+354b945 adding zone management stub; switching to my home vm for testing
+98ad43a fixing destdir in installer, and adding solaris conf stuff
+4cd3019 Did some work on making sure object removal actually works, thus stopping some potential memory leaks. Also explicitly removed objects in more places, again hopefully forestalling memory leaks.
+45a9edb Reworking cron; adding many unit tests, and making it much more like a ParsedType (although still not quite the same). Too many of my tests were invalid; I think those are all fixed now, and it appears to work as desired.
+3ab4a89 Small fix to include puppetrun in /usr/bin
+62a0ff0 adding puppetrun to the red hat spec file
+fda013a Updated to version 0.17.2
+
+0.17.2
+======
+b742236 Adding release tag REL_0_17_2
+3c15a28 updating changelog for 0.17.2
+a08ca93 Fixing #138, all of it, I think. Environment settings are now allowed, although all bets are off in terms of parsing existing environment settings in crontabs.
+69cf2fe Adding a small fix to cron tabs; they will at least parse tabs that have env settings in them, although you still cannot, at this point, set them.
+0381cc1 slight ldap fixes in puppetrun
+d55adda First version of puppetrun. It seems to mostly work, but I need to test it with greater parallelization.
+5671ce8 Added the last of the tests for the runner, along with the necessary work in puppetd to be able to start it.
+b3ea53c Adding a lot of structure to puppet.rb to make it easier to manage multiple objects in a single process, including making it easy to add threads. Added some testing for all of that.
+93771b7 fixing user[:groups] management when the user is absent
+738698c Updated to version 0.17.1
+
+0.17.1
+======
+f028420 Adding release tag REL_0_17_1
+ed9adf5 updating changelog for 0.17.1 and 0.17.0
+9b5de11 Allowing empty files
+5382118 Fixing #146. I think I mostly just fixed the error message; I do not think there was another bug there.
+89ce72f fixing stupid debian rails mistake
+dc3a6d5 Making sure file recursion works for all valid inputs
+373afa3 updating version on spec file
+4296b02 Updated to version 0.17.0
+
+0.17.0
+======
+559f4b0 Adding release tag REL_0_17_0
+3be0f95 Wrapping the host storage into a transaction. It might have a slight performance improvement, but, ah, unlikely.
+9d6166e adding a test to make sure that defaults get taken up by components
+a0bcf5a Adding code to try for the rails gem if the library cannot be found normally, and adding some protections in case there are problems
+122e2bc only performing collection tests if activerecord is available
+8f14c3f failing more intelligently in init if ActiveRecord is missing
+def5175 Making sure yum fails on unknown packages
+2e9f1c4 removing extraneous logging
+d9fdd8e I believe I have finalized export/collection support. I still want to go through all of the code and s/collectable/exported/g (thanks to womble for that term).
+ba57dff I had to redo how the scopes handled collectable objects (which I will soon change to being called "exported objects"). All seems to work now, though.
+22e70f0 Made a *huge* performance difference in storing hosts -- down from about 25 seconds per host to about 5 seconds on my machine. I will almost definitely still use forking or something to make this not affect the clients
+637cc71 I appear to have object collection working, incredibly. This commit does the collection from the database up to adding the objects to the current scope, which is what sends it to the client.
+9e9ef1a The "collectable" syntax now works end-to-end -- the parser correctly recognizes it, the AST objects retain the settings, the scopes do the right conversion, the interpreter stores them all in the database, and then it strips the collectable objects out before sending the object list to the client
+8ed666a adding a few more fields to the host table
+5863a03 Adding initial rails support. One can now store host configurations using ActiveRecord into a database (I have only tested sqlite3). Tomorrow will be the grammars used to retrieve those records for object collection.
+0819e35 Adding some small changes towards fixing #140 and #83, but this work needs to take a back seat to object collection, so i will come back to it later.
+678e142 Fixing #141. It was a problem related to the recent parser changes I made.
+578cf7e removing some extraneous logging
+a2a4dd5 Updating doc system to add the list of valid values to the doc string, and tweaking a few docs.
+710bf0d Slight modifications to package parsing on *bsd. It should be better about catching the version number, and unparseable lines are now just warnings, not errors.
+9e77e7a It is just a snippet test, and thus a functional test but not a coverage test, but definition overrides officially work. This was important because it enables definitions to be collectable, which was not possible without the mechanism that enables this.
+513b87a Preliminary commit of the first phase of the parser redesign. The biggest difference is that overrides should now work for definitions (although i do not yet have a test case -- i will add one on the next commit). The way this is implemented is by having scopes translate themselves at eval time, but in two phases -- the first phase does the overrides, and the second phase does the evaluation of definitions and classes.
+fe16f83 making a test to verify that the functionality womble is looking for now works
+bb60cab Making trigger logs much clearer -- you now get info logs indicating how many dependencies changed, and debug logs indicating what those dependencies are
+88c3f7c Changing how events work. Events are now responded to inline, while an object is being applied.
+7b7ac18 Changing default for pattern to include the binary if it is included
+f0aeaec require the very latest facter to avoid problems because facter changed iphostnumber to ipaddress
+e06c661 Small bug fixes
+58cfd1e Fixing the problem that lutter ran into; the issue seems to be that Facter could not find the ipaddress on the server.
+18de804 fixing log messages
+a7fadbe fixing log messages
+43fdd89 Updated to version 0.16.5
+
+0.16.5
+======
+054cc77 Adding release tag REL_0_16_5
+64a58e4 updating changelog for 0.16.5
+44f1579 Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving importing files with classes in them. This is a better solution than what I had before the bug, anyway. Also, some documentation fixes.
+a9df49d Fixing some naming problems with crons, and adding appropriate tests
+e8c912d Allowing dashes in class names, although grammar rules restrict it from working anywhere except node names or in tag(). They are valid in host names, and many companies have them in the host names; in fact, this fix is for a company with this exact problem -- they cannot use puppet with their nodes because all their hosts have dashes in the host names.
+37d2850 Switching to just using "preserve" for file copying in file#handlebackups
+8b0481c Updated to version 0.16.4
+
+0.16.4
+======
+66b8bfd Adding release tag REL_0_16_4
+4b84ca9 updating changelog for 0.16.4
+b67a19b Fixing #132, which involved creating a separate CA client and using it to retrieve the certificates. There was more work to do because of the weird client/daemon/server heirarchy.
+a435d07 Updated to version 0.16.3
+
+0.16.3
+======
+ab17248 Adding release tag REL_0_16_3
+3f08155 updating changelog
+2faa447 Bug fixes from OS X for 0.16.3
+5e246ab Hopefully final bug fixes in preparation for 0.16.3
+cc5ce34 Fixing tests looking for pmap
+a1574a5 Fixing TransObject#to_type so that it does not modify the object being converted
+7825f49 Changing test for service paths; only testing if it is a directory if it is present.
+65f6656 Added some code that could be used later to make sure the user and mode are also copied on backups.
+0ad65e9 Adding a check to make sure the mode is copied over.
+84db91e Fixing the docs a bit for the executables, adding a --daemonize option to puppetd and puppetmasterd so they can still be daemonized with debugging or verbosity enabled, and causing puppetd to fail to start if a PID file exists (and not setting a pid file if running with --onetime enabled).
+12c122c Puppetd now has an option for listening -- just run the --listen option, and it will start up with a pelement server. It will fail to start if the authconfig file (defaulting to /etc/puppet/namespaceauth.conf) is missing, since it defaults to access at this point.
+047e63f Making file copying significantly faster -- i found an extra call to "describe" in file sources and an extra read/checksumming of the dest file
+94caa8a Fixing #128. md5lite was being used instead of full md5. At this point, md5lite cannot be used for source copies.
+bcfc469 Adding in all of the patches necessary to make a prototype rails interface to puppet nodes work. The biggest change is that there is now a separate NetworkClient class for every Client subclass, because otherwise you get namespace collisions. Most everything other change is a relatively minor patch.
+9539dbb Adding in all of the patches necessary to make a prototype rails interface to puppet nodes work. The biggest change is that there is now a separate NetworkClient class for every Client subclass, because otherwise you get namespace collisions. Most everything other change is a relatively minor patch.
+9b627cd Trying to track down the bugs reported this morning, so I added some more test cases. I did find a bug in the filebuckets, fixed it, and added a test case.
+
+0.16.2
+======
+13c91ea Adding release tag REL_0_16_2
+003e897 updating changelog for 0.16.1 and 0.16.2
+a78bf1e adding "clean" mode to puppetca
+bda8e52 This should have been in 0.16.1. Moving the "setclass" statements around so that classes are set before a given class's code is evaluated, so it can be tested within the code, within node defs, components, or classes.
+
+0.16.1
+======
+77bf69c Adding release tag REL_0_16_1
+bff9463 Adding sum type to the retrieved sum if it is not already there. This provides backwards compatibility for existing cache files.
+feff317 removing unnecessary debugging
+baa412c Adding "defined" functino to puppet, so you can now test whether a given class or definition is defined.
+46ce36b Creating a simplistic, generic function framework in the parser, so it is now very easy to add new functions. There is a pretty crappy, hardwired distinction between functions that return values and those that do not, but I do not see a good way around it right now. Functions are also currently responsible for handling their own arity, although I have plans for fixing that.
+ccc4d95 Modifying non-existent-package test to make sure syncing fails, and modified ports package type to check the error output instead of the return code, because the portinstall command returns 0 even on failure.
+e64bd22 Fix ownership on server files (trac #122) Change ownership on /var/puppet
+9fe0b37 removing patch from red hat spec file
+
+0.16.0
+======
+2492328 Adding release tag REL_0_16_0
+a0b4553 Final commit before 0.16.0
+63cdc6c making corrections to pass tests on freebsd
+d9fd002 Go some work started on developing authorization, but I have made little progress. I might wait on this for the next point release.
+4a029d9 pelement listing now works
+d91b7df Added a list class method to just about all types, and it seems to actually work for everyone. Now just to add a list method to the pelement server.
+a9b67cc Adding a "list" class method to most types, and using it in the tests for the pelement server to verify that objects can be copied using it. I expect that most package types other than apt/dpkg are not yet working with these tests.
+e24a299 A simple first version of an object (called "pelement") server is now in place. There is not yet a client, and the tests are pretty simple so far -- only files have been tested yet. I had to make a significant number of modifications to the file object in order to get this all to work, and one of the big changes I made is to the internals of the checksum state.
+ac04981 Actually adding the ports file that provides freebsd port support
+3f9e918 Adding freebsd ports support
+c83bc91 fixing test to know that i skipped alerts
+538bc0c Fixing service stopping; I had the %x{} command quoted
+6f66011 Fixin #102. The syslog name is now either the name if the process (if that name includes "puppet" in it) or "puppet-" and the name of the process. Also removing the "alert" test messages, since they result in a wall.
+d2634ba Fixing #118; the hash is now always 8 hex characters, 0-padded. Also changed the CA cert name to the FQDN of the host serving the CA, rather than "CAcert".
+449f662 Fix handling of run files so services can't be started twice (reported with patch by soul916 at gmail.com)
+21584a9 Don't create empty log files in %post (based on report by soul916 at gmail.com)
+a564e49 Changing the log level of the "defaulting to base service type" message
+d56870c Fixing a bunch of small bugs, mostly found by testing on solaris, and added a check to the test system that points out memory growth
+0478f78 changing set to tag in the tests
+26f18a2 Fixing puppetca so it does not call chuser; instead, it is configured to create all of the files with the correct permissions and ownership (using Config#write and Config#writesub).
+c3961ae Adding doc generation for exe arguments
+133ad87 Oops, typo in client/master.rb
+689dbf4 Adding --test option to puppetd (it enables --onetime, --no-usecacheonfailure, and --verbose), and modifying the docs a bit.
+cd9ea80 Adding locking to the master client, so that only one copy of puppetd will be running. This should make it safe to run puppetd manually while it is also running normally.
+71793fb Changing "set" to "tag"
+f522a7e Adding the host name as a tag (stripped of the domain name)
+373fb3b Modifying "setclass" on scope to check the validity of class names, now that "set" can be used to set them manually, and added a test for it.
+8df349c Fixing the language side of #109. Added a "set" keyword.
+de0d1dd Adding a few informative facts on the server side: serverversion, servername, serverip. And only printing the parse time in the interpreter if it is not a local connection.
+bca4f5e Adding the puppet client version to the fact list as "clientversion"
+9f92a3d Adding the puppet client version to the fact list as "clientversion"
+4d75041 Adding a "tag" metaparam
+201aa02 Adding simple benchmarking, and using it in a few of the more obvious places. Also, fixed a bug in Scope#gennode.
+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.
+ae4b12e Revamp the yumrepo type to deal with repositories defined anywhere in yum's
+8df6e84 another small mount fix; this time, for stupid os x
+88dd992 committing version changes
+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
+
+0.15.3
+======
+abf09dc Adding release tag REL_0_15_3
+83d5236 updating changelog for 0.15.3; I need these exec fixes for my client
+e5be7d3 Adding autoloading for types and service types, also.
+fcce820 Okay, last one, hopefully. Modifying checks to support arrays.
+37a4a55 And, one more time. My test for the last bug did not actually retrieve, so it did not enounter the problem, and i had also forgotten to add the "check" boolean to the checks. Hopefully this will be the end of exec bugs for the day.
+4ab74ce Fixing checks so that they can run even if the set cwd does not exist
+50ffa7f adding a bit of debugging
+1e4abae moving cwd existence check into "sync" instead of "validate"
+7dae24f Fixing a small bug in type.rb that ignored false values (instead of nil values), another small bug in value setting that resulted in the file and line appearing twice in errors, and added validation to all of the checks in :exec (along with testing for all of it).
+b0edb35 removing patch from spec file
+
+0.15.2
+======
+feab8d9 Adding release tag REL_0_15_2
+122cf58 updating changelog in preparation for 0.15.2
+013cfd2 Adding darwinport type.
+9697354 differentiating openbsd from freebsd, adding freebsd, and autoloading package types instead of manually loading them
+f540ec8 fixing a couple small bugs in doc generation
+668342e fixing Config#mkdir test to not check gid on any BSD, since they appear to ignore egid when making directories or files
+572648e adding deprecation notice
+84693d6 adding some docs
+2b27545 renaming; i hate bsd
+ee65279 Fixing #103. There are now no such things as node scopes; the entire tree is evaluated on every node connection, and node facts are set at the top-level scope. This includes,um, the code; the last commit was accidentally just test changes.
+c3c413e Fixing #103. There are now no such things as node scopes; the entire tree is evaluated on every node connection, and node facts are set at the top-level scope.
+a0728c0 removing the parser dir
+8db837a getting rid of the parser tree, and moving everything into the language dir
+d4a5b48 loading yumrepo in the test, since it is not being loaded in the main code
+e8c0471 Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the testing system and resulted from changing :File to :Manifest in server/master
+9230289 Disable yumrepo type since it won't work with the FC5 repo files
+b5c759b Fixing #108
+d8b4b0d adding -e ability to puppet executable
+c0a9e5f Change how names for nodes are specified: the 'node' keyword can be followed by a NAME or by single quoted text, i.e. fully qualified names for nodes must be enclosed in single quotes
+5d42cd5 Fixing the class file to actually store class names, not object ids. Also added tests to make sure it all stays that way.
+c8be52b Finally! We now have mount support in OS X. Ouch.
+3327dc8 Adding netinfo type and some tests
+97d5ab6 eliminating some debugging, and removing a small redundancy bug in nameserver.rb
+35e65de Fixing authstore to use an array for ordering, rather than a hash, duh.
+c3b7d62 Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it was testing whether the parent dir was writeable on object creation, and if not it was not setting ownership and such, so i added some post-creation checks that will fix ownership if it was not set correctly at creation time.
+caaa331 changing ssldir perms to 771, so non-root users can write to subdirs if they have permissions
+a791d98 Fixing a logging bug that apparently resulted from logging changes a while ago.
+4daf2c1 Adding apple package support, but it is very limited -- packages can only be installed, not upgraded or removed.
+f37154e making a small change to the test, so failures are more informative
+7c7c223 Added a test for Type#remove, and fixed the method so it actually works. I was missing every other object, because i was iterating over the array being modified. This caused the Config stuff to often fail, because objects were not correctly being removed. All fixed now, though.
+72774bb adding mkdir equivalent of Config#write
+e6f9163 Adding a "write" method to config objects, so that files can be easily written with the correct owner, group, and modes
+0f15e8c fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to the types being autoloaded
+0eae739 renaming filesystem to mount
+48d7fd6 Adding filesystem support, and modifying parsedtypes a bit to fix a bug where non-instance lines were being duplicated
+c7ae839 Manifests can now specify node names with fully qualified domain names, too.
+9b1e8d5 Accept a single file as a test to run in addition to a directory
+bdc819b Remove unused should method; add more yum parameters to the type
+a9fdf9d Disbale running puppetmaster as puppet until we've sorted out which files
+1365103 New yumrepo type for basic management of the yum configuration of
+6d4e46c Adding os x group management support
+791e4da Committing support for group membership management. Currently only works on Linuxes and other OSes that use "useradd" that support -G.
+932fd03 commiting package test fix that i thought i committed ages ago
+28602a6 Simplified as yum install can be used for both install and update
+
+0.15.1
+======
+437ee64 Adding release tag REL_0_15_1
+95b762b updating changelog for 0.15.1
+fc98ab0 Fixing #100. I just added a bit of a hack to configuration parsing -- if a group is specified in a section that matches the name of the process, then it is assumed to be the group that the process should run as. The problem is that we are reusing the term "group" here for both the run-group and the file-group. Oh well.
+5dcf303 Using differents commands with yum depending on whether the package is currently installed or not.
+7e908a5 Removing ruby as a dependency, since too many packaging systems will have installed it differently
+73d051f Fixing service enable/disable on solaris 10, and fixing some problems with the tests
+5e86634 Converted everything over for Puppet. The Rakefile is, um, a *lot* shorter. :)
+8416f21 This version appears to work well with epm stuff
+fc68910 removing dos EOL chars
+086050d Minor changes from Fedora Extras review
+72f1e8a Don't mark puppetmaster for start by default; makes rpmlint happier
+6006a5a Add little snippet on passing an additional option during system boot, but leave it commented out
+6af21e5 adding sbin directory
+c74fd81 Committing the EPM support. I am in the process of moving this to a common library that all of my projects can use.
+271a8d2 Adding EPM package building.
+805b32b Updated to version 0.15.0
+
+0.15.0
+======
+1409cd6 Adding release tag REL_0_15_0
+92e3c1e Updating changelog for 0.15.0.
+ec7d46e fixing small bug in the test code when there are no packages to test
+f851be7 Adding upgrade ability to sun packages. Currently it removes the old package and installs the new one.
+4d1c221 Changing the way the hosttest output is handled
+29ec706 adding some extra info to the ldap test
+76474ed Fixing fileserver tests; apparently they were still broken from when i changed the fileserving interface to handle links.
+d7a75c5 Fixing small bug in symlink recursion
+f2c8218 Fixing #94. When "ensure" is synced, it syncs the "enable" state at the same time.
+aed1f11 Ooops, did not save the docs before committing.
+5a47afd Fixing #98. Filebuckets now work throughout the system, and the puppetmasterd creates one by default. I have also updated the :backup docs, adding an example.
+1b11697 reducing the log level for checksum warning about symlinks, really this time
+454247f reducing the log level for checksum warning about symlinks
+08b36cc Adding enhancement #92. Unfortunately, I was not able to write test code to consistently verify that this works, because there is too much caching internally. I verified it personally using my own configurations, but that is as good as I could do. This indicates that caching should probably be rethought, so that there is some kind of global "do not cache anything" mechanism.
+97913d4 Fixing bug related to recursion testing
+c6230dd Fixing rpms so they will automatically upgrade when you point Puppet to a new package file
+caa3d43 fixing broken test from my previous change
+fa9aab6 Fixing #82. You can now specify comma-separated tags to get run in puppet or puppetd: puppetd --onetime --tags "enhost, facter" -v. You cannot specify classes explicitly, but tags map well to classes and have the benefit of being more generic.
+414d364 Supporting rpm installs when a package source is specified
+8728920 Using undefined variables is no longer an exception, it just returns an empty string.
+4ee395b Fixing small bug when autorequire returns an object instead of a string
+2cd67ad There was a critical design flaw in the link recursion work I did previously, and fixing it required a decently large reorganization. Everything is much, much cleaner now.
+02f91fc Merging symlinks back into files. Symlinks still exist but with a warning about deprecation. Fixes #93. Also the first time I have run any tests on OS X, so there are some bug fixes related to that.
+b336e7e Parameters and states can now register regexes as allowed values. Also, there are (finally) tests associated with params and states, although they should be much more comprehensive.
+b6d829b Fixing #95. I had to redesign how events were triggered; the transaction now individually triggers each subscription, so that it has control in how to respond to failures. Eventually, this will lead the way to error handling within puppet, but for now, it just allows us to trigger every appropriate subscription, whether some have failed or not.
+782f85a Creating a single, constistent method for writing files, instead of having :ensure, :content, and :source each have a slightly different mechanism. This method also makes sure that the owner, group, and mode are always set on file creation, so extra runs are not necessary to make it work.
+2dbd7e1 Fixing #96. Defaults are now set when the object is passed out by the scope, rather than when the object is created. This is nice because it also moves awareness of the scope internals out of the AST object and back into the scope.
+7756f9a Fixing #97. I was wrong about the object type I had, so I was calling "type" with no arguments, which was causing the bug.
+2faff5d lowering the log output for nonexistent files
+eb68633 Updated to version 0.14.1
+
+0.14.1
+======
+ad0fa4b Adding release tag REL_0_14_1
+cee0882 updating changelog for 0.14.1
+2351cd7 making case statements not create a new scope
+54fcdbd fixing some more logging issues
+0549d03 Making some logging changes, and fixing a small bug in group management on missing files
+72d747b Updated to version 0.14.0
+
+0.14.0
+======
+783735c Adding release tag REL_0_14_0
+b76004a Fixing yum listing bug, and caching the "latest" value so it is not asked for so many times; this fixes #90.
+3c07deb Committing the last changes, for now, to handling links. You still cannot copy remote links, but you can either ignore or follow them. I do not think we will be able to copy remote links until I have merged symlinks and files to be the same object type again.
+e9e88b0 Adding "links" parameter to files, and adding support for following or ignoring links to all of the states it can matter to. I still need to modify "source" so that it behaves correctly when managing links.
+1099c4a removing group ownership of the state file; I realized that the server does not ever actually write to it.
+5cca870 Switching from using "evaluate" to using "retrieve" when getting checksum values, since retrieval is sufficient, and evaluate keeps printing messages about changes.
+17d4b23 Fixing logging in the fileserver so it is always obvious where the logs are originating, and fixing a bit of debugging elsewhere.
+df74b62 fixing deprecation notice about services using "ensure" instead of "running"
+8c0a07a removing extraneous debugging
+be4d3fd fixing the mode of the yaml file
+f2ea9b7 Supporting variables as the test value in both case statements and selectors.
+1a3de8a renaming
+549bc5f Only setting group or owner on config files when running as root
+7ea739d logging config changes at debug, instead of the normal log level
+aae9b2a Definitions now always create their own context, which means that they cannot override elements in the containing scopes.
+451ba6d upgrading to warning the message about using a cached copy
+faffd69 Updated to version 0.13.6
+
+0.13.6
+======
+25614df Adding release tag REL_0_13_6
+caa7f48 updating changelog for 0.13.6
+343dd08 Fixing tests so they do not chmod /dev/null to 640 (stupid tests).
+1a93c82 Fixing #68. After tons and tons and tons of work, everything successfully configures itself, and the --genmanifest argument should actually work. User and group creation will not necessarily work everywhere (in particular, Puppet uses dependencies to create the group first, but Fedora complains on user creation if the group already exists), but file and directory creation should. The only downside is that there is a decent amount of extra information printed on daemon startup, as the daemon checks its config; this could maybe be seen as a bonus, though, I guess.
+95856ea Okay, Puppet is now almost entirely capable of configuring itself. I have not yet added the extra tests to puppetmasterd to make sure it can start as a normal user, and the executables still fail some simple tests because they are producing output when they start (I will get rid of the output), but overall things look pretty good.
+ff1df8e Remove hte fedora-usermgmt stuff. As it turns out, it's not a Fedora Extras requirement to use it; so we'll just have useradd/groupadd allocate id's dynamically
+2db2317 Adding metadata to defaults
+179779d Changing the setdefaults input format somewhat. It is always a hash of some kind now.
+4574928 Intermediate commit; setdefaults now accepts both hashes and arrays
+6d8a1dc Fixing user and group management in the config handling.
+65ed766 adding a connect log to the master server
+32cbc59 Fixing #70. We now have user and group management on FreeBSD.
+8b5f709 Fixing bug #60. Converting nodes to use types everywhere instead of names, and adding a localobjectable to keep track of what parameters have been defined locally.
+eda9d95 Fixing #64; multiple class definitions in the same scope is now an error, although using the same class name in different scopes is not an error.
+56116c2 Fixing bug #73; node names now appear only once in the path
+c894eb2 Fixing bug #75, providing support for unnecessary end commas.
+020499c Removing all of the autoname code
+8c821c0 Mostly, this is a refactoring commit. There is one significant new feature,
+37c10d1 Switching setclass to use object_ids instead of class names, and adding some comments.
+c5d8680 Fixing scopes and AST so that definitions and classes are looked for in the scopes, instead of in a global list
+ee818a9 Adding some debugging to list the states being changed when in debug mode
+63afa37 Fixing nodes so that their paths are printed correctly
+5056054 Removing timestamp debugging
+b119a72 Fixing output when user/group are not found
+772c7c8 Adding TERM to the signals being trapped
+503ad38 Fixing bug #72, where trailing slashes break file sourcing
+043fc33 adding commas to each line
+d06cd3f removing the initial syslog dest setting
+f6ca82b Updated to version 0.13.5
+
+0.13.5
+======
+7ec2f82 Adding release tag REL_0_13_5
+85e4d31 adding changelog for 0.13.5
+2dffbee Adding redhat service type, to support enabling and disabling a service
+7e5cc76 Fixing package types so you can specify the package type manually in a manifest
+7806618 removing extra error statement
+6e26a73 adding passwd converter
+3aff15e Updated to version 0.13.4
+
+0.13.4
+======
+d0b3f6c Adding release tag REL_0_13_4
+1f05ad0 updating changelog for 0.13.4
+cfb0e36 updates
+89856ec Adding a bit more logging
+82e02eb Fixing bug when creating containers with parents
+31df227 Generate an error if the pattern for an import statement matches no file.
+beef01c Properly figure out when updates are available. Previously, packages would neverbe updated because 'yum list foo' first prints the currently installed package. Now we use 'yum list updates foo'
+3ac5cd9 Incorporate initial feedback from FE review
+68aa302 Fix failure of test_importglobbing in test/parser/parser.rb
+70d2379 Enable passing --parseonly from the command line
+1ebb416 Adding single-quote syntactical element
+1fdb962 Changing transactions to be one-stage instead of two, and changing most of the type classes to use "obj[:name]" instead of "obj.name" where appropriate, because "obj.name" might be a symbolic name (e.g., File.unlink(file.name) will not do what you want if file.name == "sshdconfig" but file[:path] == "/etc/ssh/sshd_config")
+5f8d615 Removed some of the autorequire stuff from :exec because it created untenable require loops, and created a test case for some complicated exec + file recursion. The test case fails, and I want to have a clean committed repository before i mess much more in trying to fix it, which might actually not be possible.
+6cc8157 Duh, removing some debugging
+5f4335f Adding logoutput parameter to :exec
+89702d8 Fixing symbolic naming bug where symbolic names were being ignored in some cases
+7d15fe1 Updated to version 0.13.2
+
+0.13.2
+======
+d0bbab5 Adding release tag REL_0_13_2
+037b7ac Changed the parsedtype definition of exists(), and fixed a few smaller bugs. Last code commit before 0.13.2
+6fe01ce Tracked down a few other bugs; everything now passes on debian in preparation for 0.13.2
+8602932 Changing "answerfile" to "adminfile", adding "responsefile", and autorequiring both.
+d1cd443 Fixing users so that they can use a group created by Puppet, and they also now autorequire that group. To do so, I modified Puppet::Util.gid, which required that I fix Puppet::Type#merge to support merging managed and umanaged objects, which required fixing a bug in Puppet::Type#managed?, and I also changed the ensure state to only default to a value, when the object is managed, which required that I change the defaults system to support default procs that do not return a value. In other words, lots of fixes for a smallish problem, but we are much better off now.
+4df3468 Fixing the order of arguments when using admin files with sun packages
+20b65e7 Some important bug fixes in the parsedtypes types; this all started from the submitted bug today, but I added :absent support to most params.
+6cfee76 Committing the initial ldap support -- puppet can now look up node configurations in ldap. The test scripts currently only work on my home network.
+1994263 Adding --enable/--disable locking for puppetd. You can now disable puppetd from running by creating a lock file, which is useful if you are testing a configuration and want puppetd not to run for a bit.
+798b3be Adding a general "check" mechanism to :exec, so it is now terribly easy to define a new check to perform, converted :creates and :refreshonly to use that mechanism, and then added :onlyif and :unless as new checks. Also added any files they mention as autorequire files.
+376725e Adding --loadclasses option to puppet
+f098485 Correcting some path problems with symlink, and changing "target" state to "ensure"
+3f15cb8 Fixing :target reference in pfile.rb
+9508bd0 Correcting some path problems with symlink, and changing "target" state to "ensure"
+64eafa8 Updated to version 0.13.1
+
+0.13.1
+======
+ac8f3ae Adding release tag REL_0_13_1
+a456c4d updating alias docs to pass ReST checks
+1a05ed2 updating changelog and docs for :alias
+89d37f6 Fixing some problems with cron tab management, and creating Puppet::Util.{u,g}id methods.
+96388cb Fixing locking. It apparently was not working on OS X, and I was not syncronizing access in threads -- i assumed locks themselves were a sufficient sync point.
+2be25d5 Making the language name a real alias. Now all objects in Puppet support specifying both the name and the namevar, or just a name and having the namevar set.
+7f7b5c6 Change in how logging is defaulted: by default logs go to :syslog, unless the user explicitly gives at least one --logdest argument, in which case logs only go to the destinations the user gave.
+b13b5ed Set the Release tag in the spec file to 1 when the version is changed
+8c02ffd Adapt specfile to the fact that puppetmaster now automatically runs as user puppet. Add default config files that send logs to /var/log/puppet.
+d629a80 Fix version in last changelog entry (makes rpmlint happy)
+44071d0 Updated to version 0.13.0
+
+0.13.0
+======
+4751fce Adding release tag REL_0_13_0
+2cb5cb3 Updating changelog for 0.13.0
+387db24 Adding answerfile support to sun pkgs.
+2ce061a adding some documentation
+cd7a637 removing errant warning
+ccd0121 Fixing small problem where checksum retrieving did not look in the cache; this was only ever a problem in cases where checksums have no "should" value set, which is generally only the case on the fileserver, but it caused the fileserver to replace checksum values on every retrieval.
+8eab733 Fixing the conflict between ensure and source. Ironically I had already made sure there was no conflict with "content", but I had forgotten "source".
+adda8f0 Checksums now get correctly updated for both the ensure and content state when those states are used
+8e4cf22 first bug fixed, where sources were not updating the checksum
+58db0ef adding keyword
+b03635b adding keyword
+01072a8 replacing all occurences of "is_a?" in the parser with "instance_of?"
+7ca3d3d Fixing bug that occurs with only one argument
+195f2e9 wrapping all work in a single rescue clause
+59992b5 adding initial ldap schema
+0ba9d16 adding vim syntax stuff
+a5d2404 Simple emacs mode for editing manifests; only does pretty colors right now
+b98e65f There is now full support for configuration files, and the entire system has been modified to expect their new behaviour. I have not yet run the test across all test hosts, though.
+f1ffc34 Configuration parameters now require (and have) descriptions, and a set of configuration parameters can be converted to a configuration file, a manifest, or a component. All I have to do now is integrate them into the executables.
+6affe22 Committing both the finalization of the config code, plus all of the code necessary to get basic isomorphism from code to transportables and back. Mostly keyword and autoname stuff.
+59c7b02 Fix snippet_componentmetaparams test
+39d33ca Temporary commit; configs now can be converted to manifests
+4ecfa7b Config files now seem to work, so I am ready to start incorporating them.
+9114cbe committing test code for bug lutter found
+d0436f1 Changes in lie with Fedora Extras requirements
+56bf12b Fix processname tag
+7d711c0 Allow passing of options with 'once'; fix processname tag, add config tag.
+5590e3e a couple small changes; the most significant is the addition of a class-level "eachattr" method, to avoid all of the calls to attrclass and attrtype
+30bf65f Fixing a significant performance bug in file recursion, and trying to help performance a bit in attribute handling on types
+d5af359 Rewrote client init script since puppetd is now a proper demon.
+6637bb6 Install bin/puppet into /usr/bin/puppet, not /usr/sbin/puppet, since normal users are supposed to be able to run it
+931c159 Fix rpm packaging; include conf/ in tar ball, use conf files from tarball in spec file
+4ada6af Fixing class storage -- it was not working for nodescopes
+8db35ec Caching Time objects instead of numbers, since Bignum does not seem to be YAMLable
+96b761b Fixing waitforcert so that the client can actually add the certs once it receives them
+c7f9942 Adding release tag REL_0_12_0
+cf82cfa Updated to version 0.12.0
+
+0.12.0
+======
+2c35151 Adding 0.12.0 release tag
+282cfcf Updated to version 0.12.0
+1186069 Small mods to the packaging stuff
+87904d3 RPM release is almost entirely there, it just needs to be integrated into release management
+9b2afcb Fixing some logging issues
+ae2575b Adding the event-loop stuff to the repository and switching to using it. Also, breaking many classes out into their own class files.
+18e8e74 Committing most of the scheduling stuff. There is still a bit of work to do in terms of how puppetd interacts with scheduling, but the bulk of the work is done.
+258114d Modifying docs, and adding scheduling hooks
+0cb51f3 Fixing a small checksumming bug, reorganizing the client stuff a bit, and adding freshness checking for the configuration, so the config is recompiled every time nor is it downloaded unless it has been recompiled
+f49b103 Updated to version 0.11.2
+
+0.11.2
+======
+36f6e05 Adding release tag REL_0_11_2
+c372a7d modding changelog for 0.11.2
+6bab167 Made lots of small changes, mostly to help usability but also fixed a couple of key bugs
+ed39be9 Fixing most types to allow no statements
+3d458ef Updated to version 0.11.1
+
+0.11.1
+======
+4bbb952 Adding release tag REL_0_11_1
+c3df525 modifying changelog for 0.11.1
+060b8bd Adding openbsd packaging support
+ada3aee Fixing problems where objects were passing @parameters[:param] objects, instead of specifically retrieving the value
+f36c7d1 Updated to version 0.11.0
+
+0.11.0
+======
+1d2095b Adding release tag REL_0_11_0
+3700b37 Adding an "ensure" state where appropriate, and significantly reworking the builtin docs.
+92a780a Added "ensure" state to some classes, and added infrastructure for it to work elsewhere.
+83906a2 Adding sshkey class plus tests, and adding "aggregatable" methods to type.rb
+c67fb7b Adding another host to the test lists, adding some test data, and modifying how hosts parse
+ad9d365 Adding a bit better logging and checking to file access
+87b3bb1 Moving ast classes into separate files
+1d4638a Added "finish" method, using it in Type.finalize, and moved autorequire and setdefaults to it.
+a6e367e Changing host and port aliases to also create Puppet aliases. This involved futzing around with the attr* methods in Type.rb, to make sure states are always checked first.
+c8b6401 Fixing up the parsedtypes, fixing Type.eachtype to ignore structure types
+bbf2c54 Adding /etc/services support
+0c17149 finalizing cron and host management, hopefully
+df6ff9e Abstracting host support so it should easily support other types
+5309479 Abstracting host support so it should easily support other types
+3f15e38 Adding initial host support. I can promise that this will soon (hopefully almost immediately) be abstracted to make it easy to add new file types.
+f420135 Converting transport format to YAML instead of Marshal, and caching the file in a YAML format, also. This required a significant rework of both Transportable classes. Lastly, I am also now caching the list of classes in a class file in /etc/puppet.
+8aa331d Adding further notes about openssl
+4092a78 Fixed a couple of warnings, fixed a critical bug having to do with case statements (where there is only one listed option), and did a couple of other cleanups.
+c5782df Adding "content" state to files, and string interpolation handles escaped whitespace characters.
+b0ea70d Adding 0.10.2 stuff
+6b6c49b Updated to version 0.10.2
+
+0.10.2
+======
+f7211e3 Adding release tag REL_0_10_2
+1cf05ff Services now work at least somewhat on solaris 10, and service testing is pretty different.
+4c4f530 Fixing dependencies to not depend on file order. Added Puppet::Type.{finalize,mkdepends,builddepends}
+21410a2 Fixing documentation generation, and fixing aliasing so that objects can safely be aliased to themselves
+29b00fb Adding "alias" metaparam; you can now create as many aliases as you want for any of your objects.
+411ab22 Adding autorequire to files, and added the cwd to the list of files to be required for exec. Also, exec catches inline files and autorequires them.
+97fb6c9 Adding generic autorequire mechanism, and thus removing it from exec
+11b5463 Adding a requires? method to types, fixed the bug where exec fail when Puppet is downloading the script to execute, and modified "exec" to autorequire any managed scripts
+932b783 Updated to version 0.10.1
+
+0.10.1
+======
+dc012b1 adding 0.10.1 release tag
+854f16b modifying changelog for 0.10.1
+89d0050 Adding Sun support and fixing the last remaining bugs related to the daemon changes i just made
+45ac512 Supporting puppetmasterd running as a non-root user, and doing some basic message cleanup
+45c91e3 Adding some extra feedback
+7616289 Fixing init path default
+e5ac196 Adding some consistencies to the executable tests. All exe tests now pass on OpenBSD, although the only real problem was that ruby was in /usr/local/bin.
+dccafc7 Updating Puppet to work with the new Facter
+b7974b5 Updated to version 0.10.0
+
+0.10.0
+======
+8458a0d Adding 0.10.0 release tag
+48031dd Describing 0.10.0 changes
+48ba030 Modifying hosttest
+f00a7db All tests pass now, although the lack of service support on os x means that i have now disabled services on it
+4275227 updates
+cbf10c5 Merging changes from the head of the rework1 branch, r 784
+23f982e Undoing the merge that happened in 785
+1d73973 Merging in refactoring from version 774 into version 784
+3ba696d updates
+cb51688 converting waitforcert to an int
+cedefab adding ftools require statement to install.rb
+7594411 Adding a host test task
+86cc467 renaming the module, so it behaves better with people's svn clients
+2994cbc fixing rakefile
+3b9c9be Updated to version 0.9.4
+6af79cc Removing tests from the list of tasks
+e611f2c adding some better readme stuff
+b532a30 adding things to the change log, and modifying the order of the steps
+584652c Disabling most documentation generation except for the API docs, and wrapping the StatusServer in the xmlrpc check
+0e0fdac Updated to version 0.9.3
-Fri, 4 Sep 2009 16:10:20 -0700
-Markus Roberts <Markus@reality.com>
-Ticket #2525 don't fail find_manifest on invalid module names
-
-Sat, 5 Sep 2009 09:27:26 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated permissions on test files
-
-Thu, 3 Sep 2009 22:05:11 -0700
-Markus Roberts <Markus@reality.com>
-Refactoring tests to reduce code size, increase coverage, and make
-
-Thu, 3 Sep 2009 17:43:24 -0700
-Markus Roberts <Markus@reality.com>
-This further normalizes the handling of init-style services (including
-
-Tue, 1 Sep 2009 15:11:05 -0700
-Markus Roberts <markus@phage.local>
-Combined fix for #2525, #2552 -- RedHat service issues
-
-Fri, 4 Sep 2009 15:47:00 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2589 - Renamed zfs delete to destroy and added tests
-
-Fri, 4 Sep 2009 13:00:30 -0700
-Markus Roberts <Markus@reality.com>
-Monkey patch to improve yaml compatibility between ruby versions
-
-Sat, 5 Sep 2009 09:11:45 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed typo in parser test
-
-Sat, 5 Sep 2009 09:00:00 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated Red Hat spec file and RH patches for 0.25.0.
-
-Thu, 3 Sep 2009 17:22:08 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2592 - you can escape slashes in regexes
-
-Thu, 3 Sep 2009 17:41:42 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2590 - modulepath is not cached inappropriately
-
-Thu, 3 Sep 2009 12:16:50 -0700
-John A. Barbuto <jbarbuto@corp.sourceforge.com>
-Fixed #2593: puppet init script status command not returning proper exit code
-
-Thu, 3 Sep 2009 14:19:38 -0400
-Steven Jenkins <steven@endpoint.com>
-Update documentation string to reflect actual intent of Puppet::Node::Facts::Rest
-
-Tue, 1 Sep 2009 12:04:45 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2581. Use new 10.6 global launchd overrides file for service status/enabled
-
-Thu, 3 Sep 2009 09:46:55 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed Naginator link
-
-Mon, 31 Aug 2009 23:23:57 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2582 - / no longer autorequires /
-
-Mon, 31 Aug 2009 23:38:26 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2577 - clarifying and demoting the deprecation notice
-
-Mon, 31 Aug 2009 16:01:17 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2574 - autoloading finds plugins in modules
-
-Tue, 1 Sep 2009 00:20:15 -0700
-Luke Kanies <luke@madstop.com>
-The first regex node now matches first
-
-Tue, 1 Sep 2009 00:12:07 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2563 - multiple regex nodes now work together
-
-Mon, 31 Aug 2009 15:18:05 +0200
-Marc Fournier <marc.fournier@camptocamp.com>
-Fixes #724 - false is equivalent to 'ruby -W1'
-
-Sun, 23 Aug 2009 21:30:35 -0400
-Todd Zullinger <tmz@pobox.com>
-Fix parser error output
-
-Sun, 23 Aug 2009 23:54:03 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2551 - fixing content changed logs
-
-Sun, 23 Aug 2009 15:45:58 -0700
-Markus Roberts <Markus@reality.com>
-Fix for test isolation portion of Ticket #2511
-
-Tue, 18 Aug 2009 18:14:19 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2549 - autoloading of top-level classes works again
-
-Tue, 18 Aug 2009 18:14:10 -0700
-Luke Kanies <luke@madstop.com>
-Fixing a heisenbug resulting from a race condition
-
-Wed, 19 Aug 2009 17:49:04 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2460 - puppetmasterd can now read the cert and key
-
-Wed, 19 Aug 2009 17:27:35 -0700
-Luke Kanies <luke@madstop.com>
-Not using the service user in settings when it's unavailable
-
-Wed, 19 Aug 2009 17:26:36 -0700
-Luke Kanies <luke@madstop.com>
-Explicitly loading all facts in the directory service provider
-
-Wed, 19 Aug 2009 17:04:20 -0700
-Luke Kanies <luke@madstop.com>
-Adding an 'exists?' delegator from user type to provider
-
-Wed, 19 Aug 2009 15:24:10 -0700
-Luke Kanies <luke@madstop.com>
-Switching the owner/group settings to use symbolic values
-
-Wed, 19 Aug 2009 14:25:52 -0700
-Luke Kanies <luke@madstop.com>
-Fixing the yamldir group to be a group instead of user
-
-Wed, 19 Aug 2009 11:31:19 -0700
-Luke Kanies <luke@madstop.com>
-Moving Setting classes into separate files
-
-Wed, 19 Aug 2009 11:20:14 -0700
-Luke Kanies <luke@madstop.com>
-Removing chuser on darwin restriction
-
-Wed, 19 Aug 2009 11:17:45 -0700
-Luke Kanies <luke@madstop.com>
-Fixing a ruby warning in the authstore test
-
-Sun, 23 Aug 2009 12:10:35 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2558 - propagating recent fileserving changes
-
-Wed, 19 Aug 2009 17:06:41 -0700
-Markus Roberts <Markus@reality.com>
-Fixes #2550 Handles case where metadata is nil
-
-Fri, 21 Aug 2009 17:46:57 -0700
-Markus Roberts <Markus@reality.com>
-Ticket 2559 -- parseonly ignored specified file
-
-Fri, 21 Aug 2009 20:18:32 -0700
-John A. Barbuto <jbarbuto@corp.sourceforge.com>
-Fixed #2562 - Recognize the usecacheonfailure option again
-
-Tue, 18 Aug 2009 16:00:21 -0700
-Luke Kanies <luke@madstop.com>
-Refactoring the Module/Environment co-interface
-
-Tue, 18 Aug 2009 15:58:38 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #1544 - plugins in modules now works again
-
-Tue, 18 Aug 2009 15:57:55 -0700
-Luke Kanies <luke@madstop.com>
-Adding a global cleanup to the spec_helper
-
-Mon, 17 Aug 2009 21:30:44 -0700
-Markus Roberts <Markus@reality.com>
-Removed misguided case sensitivity tests
-
-Fri, 14 Aug 2009 13:35:24 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2513. debian service provider now uses invoke-rc.d to determine enabled? status
-
-Fri, 14 Aug 2009 13:52:03 -0700
-Luke Kanies <luke@madstop.com>
-Fixing fact-missing problem when puppet.conf is reparsed
-
-Fri, 14 Aug 2009 19:41:54 -0700
-Markus Roberts <Markus@reality.com>
-Fix for #2531; adds tests to confirm problem and related cases,
-
-Thu, 13 Aug 2009 21:10:26 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2530 - Fixed status setting in the SMF provider
-
-Sat, 15 Aug 2009 00:31:13 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed spec typo
-
-Thu, 6 Aug 2009 22:26:27 -0700
-Markus Roberts <Markus@reality.com>
-Fixes #2493
-
-Thu, 6 Aug 2009 12:36:20 -0400
-Todd Zullinger <tmz@pobox.com>
-conf/redhat/*.init: Fix condrestart/try-restart
-
-Thu, 6 Aug 2009 12:34:56 -0400
-Todd Zullinger <tmz@pobox.com>
-conf/redhat/client.init: Fix #2123, status options on older RHEL
-
-Tue, 11 Aug 2009 21:56:10 +1000
-James Turnbull <james@lovedthanlost.net>
-Updates to Solaris smf files to reflect new binary locations
-
-Tue, 11 Aug 2009 22:58:34 -0700
-Markus Roberts <Markus@reality.com>
-Fix #2517 - Stack overflow when CA cert missing
-
-Mon, 10 Aug 2009 23:08:21 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2516 - Fix format detection when content-type contains charset
-
-Mon, 10 Aug 2009 20:08:18 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2507 - Add missing integration tests
-
-Fri, 7 Aug 2009 22:45:12 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2507 - Exported resources were not correctly collected.
-
-Thu, 6 Aug 2009 14:52:16 -0700
-Markus Roberts <Markus@reality.com>
-Fixes #2503
-
-Mon, 10 Aug 2009 18:24:48 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Fixes #2360 - Removed annoying log message
-
-Tue, 11 Aug 2009 08:17:42 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2525 - Wrong method being overridden in Red Hat services
-
-Mon, 10 Aug 2009 04:31:26 +0000
-Luke Kanies <luke@madstop.com>
-Fixing more tests broken from missing libraries
-
-Mon, 10 Aug 2009 04:20:54 +0000
-Luke Kanies <luke@madstop.com>
-Fixing ActiveRecord Indirector tests to skip w/out Rails
-
-Mon, 10 Aug 2009 04:10:51 +0000
-Luke Kanies <luke@madstop.com>
-Fixing #2489 - queue integration tests are skipped w/out json
-
-Sun, 9 Aug 2009 21:03:06 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2508 - removing mention of ActiveRecord 2.3
-
-Fri, 7 Aug 2009 17:39:44 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2541 - file cache is more resilient to failure
-
-Thu, 6 Aug 2009 22:54:42 -0400
-Todd Zullinger <tmz@pobox.com>
-vim: Mark puppetFunction values as contained
-
-Tue, 4 Aug 2009 14:47:12 +0200
-Thomas Bellman <bellman@nsc.liu.se>
-Add shellquote() function.
-
-Tue, 4 Aug 2009 16:38:06 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2499. Allows execs to specify an array for the returns parameter
-
-Wed, 5 Aug 2009 09:48:40 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated fix for #2481
-
-Wed, 5 Aug 2009 09:34:51 +1000
-James Turnbull <james@lovedthanlost.net>
-Revert "Fxied #2481 - Added status and restart overrides for Red Hat service provider."
-
-Wed, 5 Aug 2009 08:21:14 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2498 - logcheck update
-
-Tue, 4 Aug 2009 15:30:50 +1000
-root <root@absinthe.lovedthanlost.net>
-Removed extraneous debugging
-
-Tue, 4 Aug 2009 11:40:59 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated two more tests
-
-Mon, 3 Aug 2009 16:14:26 -0700
-Luke Kanies <luke@madstop.com>
-Logs now assume resource params have metadata
-
-Mon, 3 Aug 2009 16:07:30 -0700
-Luke Kanies <luke@madstop.com>
-Adding metadata delegation from param to resource
-
-Mon, 3 Aug 2009 15:50:44 -0700
-Luke Kanies <luke@madstop.com>
-Removing unnecessary debug output
-
-Sun, 2 Aug 2009 17:50:54 -0700
-Luke Kanies <luke@madstop.com>
-Adding integration tests for #2371 (backup refactor)
-
-Sun, 2 Aug 2009 17:51:53 -0700
-Luke Kanies <luke@madstop.com>
-Adding many tests for #2371, and slightly refactoring
-
-Fri, 24 Jul 2009 12:31:36 -0400
-Steven Jenkins <steven@endpoint.com>
-Fixes for Redmine 2371.
-
-Fri, 31 Jul 2009 17:36:50 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2464, #2457. Deprecate reportserver for report_server. Add report_port setting. Add tests.
-
-Mon, 3 Aug 2009 14:34:20 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2484 - "format missing" messages are better
-
-Mon, 3 Aug 2009 11:53:58 -0700
-Luke Kanies <luke@madstop.com>
-Fixes #2483 - Log only copies metadata from RAL objects
-
-Tue, 4 Aug 2009 07:24:46 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2486 - Missing require 'monitor' in parser_support.rb
-
-Mon, 3 Aug 2009 23:12:13 +1000
-James Turnbull <james@lovedthanlost.net>
-Added R.I.Pienaar's extlookup.rb to the ext directory
-
-Mon, 3 Aug 2009 21:36:03 +1000
-James Turnbull <james@lovedthanlost.net>
-Added example conf/puppet-queue.conf
-
-Mon, 3 Aug 2009 11:34:56 +1000
-James Turnbull <james@lovedthanlost.net>
-Fxied #2481 - Added status and restart overrides for Red Hat service provider.
-
-Sun, 2 Aug 2009 08:26:04 +0000
-Christian Hofstaedtler <hofstaedtler@inqnet.at>
-rack: SSL Env vars can be in Request.env or ENV
-
-Fri, 17 Jul 2009 13:31:56 +0200
-Christian Hofstaedtler <ch+git@zeha.at>
-rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack specification conformance)
-
-Sun, 2 Aug 2009 08:51:43 -0700
-Luke Kanies <luke@madstop.com>
-Removing old filebucket test
-
-Sun, 2 Aug 2009 08:49:07 -0700
-Luke Kanies <luke@madstop.com>
-Cleaning up tests for #2469
-
-Sun, 2 Aug 2009 11:20:30 +0200
-Till Maas <opensource@till.name>
-default server in remote filebuckets
-
-Sun, 2 Aug 2009 11:13:07 -0700
-Markus Roberts <Markus@reality.com>
-Fixes #2444 - Various JSON test failures
-
-Wed, 29 Jul 2009 20:55:24 -0700
-Markus Roberts <Markus@reality.com>
-Fixed #2294 - Classes sometimes cannot be found
-
-Sat, 1 Aug 2009 12:45:55 -0700
-Luke Kanies <luke@madstop.com>
-Adding #2477 - puppet can apply provided catalogs
-
-Sun, 2 Aug 2009 07:27:16 +0000
-Luke Kanies <luke@madstop.com>
-Fixing problems my Feature refactor caused
-
-Sat, 1 Aug 2009 23:58:47 -0700
-Luke Kanies <luke@madstop.com>
-Fixing ruby warning in definition test
-
-Sun, 2 Aug 2009 17:03:13 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed global deprecation error in useradd Unit tests
-
-Sat, 1 Aug 2009 16:39:27 -0700
-Luke Kanies <luke@madstop.com>
-Adding a test for the Exec type
-
-Sat, 1 Aug 2009 16:29:26 -0700
-Luke Kanies <luke@madstop.com>
-Speeding a test up through stubbing
-
-Sat, 1 Aug 2009 23:32:57 -0700
-Luke Kanies <luke@madstop.com>
-Fixing a small test by stubbing instead of mocking
-
-Sat, 1 Aug 2009 23:28:55 -0700
-Luke Kanies <luke@madstop.com>
-Fixing a test broken by the regex features
-
-Sat, 1 Aug 2009 23:24:54 -0700
-Luke Kanies <luke@madstop.com>
-Fixing tests broken by caching autoload results
-
-Sat, 1 Aug 2009 23:19:02 -0700
-Luke Kanies <luke@madstop.com>
-Migrating Handler base tests from test/ to spec/
-
-Sat, 1 Aug 2009 23:11:37 -0700
-Luke Kanies <luke@madstop.com>
-Migrating Feature tests to spec
-
-Sat, 1 Aug 2009 22:47:32 -0700
-Luke Kanies <luke@madstop.com>
-Fixing cron test to match new behaviour
-
-Sat, 1 Aug 2009 22:45:46 -0700
-Luke Kanies <luke@madstop.com>
-Migrating tests to spec and removing an obsolete test
-
-Fri, 24 Jul 2009 00:33:55 -0700
-Luke Kanies <luke@madstop.com>
-Logging the configuration version we're applying
-
-Fri, 24 Jul 2009 00:27:44 -0700
-Luke Kanies <luke@madstop.com>
-Configuration version information is now in logs
-
-Thu, 23 Jul 2009 23:52:44 -0700
-Luke Kanies <luke@madstop.com>
-Adding support for an external catalog version
-
-Thu, 23 Jul 2009 23:49:07 -0700
-Luke Kanies <luke@madstop.com>
-Cleaning up duplication in another test file
-
-Thu, 23 Jul 2009 23:34:05 -0700
-Luke Kanies <luke@madstop.com>
-Removing duplication in the test structure
-
-Sun, 2 Aug 2009 02:15:34 +1000
-James Turnbull <james@lovedthanlost.net>
-Simplified Rakefile and moved tasks to tasks/rake directorya
-
-Tue, 28 Jul 2009 19:37:11 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Implement node matching with regexes
-
-Tue, 28 Jul 2009 19:42:24 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Make sure node are referenced by their names
-
-Tue, 28 Jul 2009 19:56:34 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Enhance selector and case statements to match with regexp
-
-Tue, 28 Jul 2009 19:13:54 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2033 - Allow regexp in if expression
-
-Tue, 28 Jul 2009 19:11:03 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add AST::Regex, an AST leaf node representing a regex
-
-Sun, 26 Jul 2009 13:44:35 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add regexes and regex match operators to the parser
-
-Sun, 26 Jul 2009 13:44:06 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add regex, match and not match token to the lexer
-
-Fri, 12 Jun 2009 23:24:36 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Allow variable $0 to $9 to be interpolated, if ephemeral
-
-Sun, 26 Jul 2009 14:03:14 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Implement ephemeral scope variables
-
-Thu, 30 Jul 2009 17:46:07 -0700
-Eric Sorenson <eric@leterel.apple.com>
-Signed-off-by: Eric Sorenson <ahpook@gmail.com>
-
-Thu, 23 Jul 2009 16:07:05 -0700
-Luke Kanies <luke@madstop.com>
-Modifying the REST client error to make server errors more clear
-
-Thu, 30 Jul 2009 10:15:46 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2472. Load Facter facts when ralsh is invoked, plus test.
-
-Fri, 31 Jul 2009 22:49:57 +1000
-James Turnbull <james@lovedthanlost.net>
-Update CHANGELOG.git
-
-Fri, 31 Jul 2009 19:00:40 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed ci_spec task for RubyGems 1.3.5
-
-Thu, 30 Jul 2009 09:59:32 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2461. Provide new and old code paths for macosx_productversion_major with deprecation warning
-
-Mon, 27 Jul 2009 15:13:12 -0700
-Markus Roberts <Markus@reality.com>
-Fixing typo in two tests which caused them to always pass
-
-Thu, 23 Jul 2009 19:10:29 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2440 - catalogs can now be compiled on demand
-
-Thu, 23 Jul 2009 18:48:18 -0700
-Luke Kanies <luke@madstop.com>
-Exiting from app failures instead of raising
-
-Mon, 27 Jul 2009 17:29:20 -0700
-Markus Roberts <Markus@reality.com>
-Minimal patch to fix #2290 (/tmp permissions)
-
-Wed, 29 Jul 2009 23:08:44 +0200
-Marc Fournier <marc.fournier@camptocamp.com>
-Fix #2467 - rack: suggest putting puppet/lib at beginning of RUBYLIB search path
-
-Wed, 29 Jul 2009 21:58:02 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2465 - Default auth information is confusing with no auth.conf
-
-Wed, 29 Jul 2009 21:21:25 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classes
-
-Wed, 29 Jul 2009 20:18:24 +0200
-Marc Fournier <marc.fournier@camptocamp.com>
-Fix #2429 - vim: class/define/node should only be followed by whitespace
-
-Sat, 25 Jul 2009 12:55:20 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2448 - fix the broken runit provider and tests
-
-Wed, 29 Jul 2009 07:46:49 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2405 - Mount parameter "dump" doesn't accept all valid values on FreeBSD
-
-Fri, 24 Jul 2009 17:23:00 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2362. Do not validate users/groups when supplied with numeric uid/gids
-
-Tue, 28 Jul 2009 20:50:01 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2454 - Definition named after a module don't show in puppetdoc
-
-Tue, 28 Jul 2009 20:47:48 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2453 - puppetdoc mixes long class names that look alike
-
-Sat, 18 Jul 2009 13:08:57 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctly
-
-Thu, 23 Jul 2009 16:51:22 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2296 - overlapping recursions work again
-
-Tue, 21 Jul 2009 17:47:28 -0700
-Luke Kanies <luke@madstop.com>
-Fixing mocks to remove warnings
-
-Tue, 21 Jul 2009 17:38:57 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2423 - no more strange dependency cycles
-
-Fri, 24 Jul 2009 09:42:09 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2443: Adding debugging guidance to dep cycle errors
-
-Fri, 24 Jul 2009 15:35:34 -0700
-Luke Kanies <luke@madstop.com>
-Fixing a test broken by changing the default os x package type
-
-Fri, 24 Jul 2009 15:32:48 -0700
-Luke Kanies <luke@madstop.com>
-Fixing selinux tests broken in the fix for #1963
-
-Fri, 24 Jul 2009 15:26:38 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2445 - fixing the mount test mock
-
-Fri, 24 Jul 2009 20:17:32 +1000
-James Turnbull <james@lovedthanlost.net>
-Minor fix to URL for LDAP nodes documentation
-
-Thu, 23 Jul 2009 22:42:20 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2399 - removing client-side rrd graphs
-
-Thu, 23 Jul 2009 16:32:50 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2421 - file renaming errors now propagate
-
-Thu, 23 Jul 2009 09:01:24 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2438, get major OS X version from Facter and replace Puppet::Error invocations with fail builtin
-
-Thu, 23 Jul 2009 08:18:13 -0700
-Nigel Kersten <nigelk@google.com>
-Update install.rb to cope with all OS X versions, not just 10.5
-
-Wed, 15 Jul 2009 16:03:44 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2403 - provider specificity is richer and better
-
-Thu, 23 Jul 2009 23:09:34 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2439 - let puppetdoc use loaded_code
-
-Thu, 23 Jul 2009 14:45:29 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation notice
-
-Thu, 23 Jul 2009 09:15:02 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #2430 - Stock apache2.conf for passenger incorrect
-
-Tue, 21 Jul 2009 09:29:27 -0700
-Nigel Kersten <nigelk@google.com>
-Make pkgdmg default Darwin provider, make confines consistent on Darwin package providers.
-
-Mon, 20 Jul 2009 07:59:32 -0700
-Nigel Kersten <nigelk@google.com>
-Convert to using sbindir for OS X packages, clean out previous executables in bindir
-
-Mon, 20 Jul 2009 20:56:23 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2425 - make sure client can contact CA server with REST
-
-Mon, 20 Jul 2009 23:09:09 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2424 - take 2, make sure default mounts allow every clients
-
-Thu, 9 Jul 2009 20:59:41 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2378 and #2391 tests
-
-Sat, 18 Jul 2009 15:34:44 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2424 - File server can't find module in environment
-
-Sat, 18 Jul 2009 15:24:12 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix small typo in the fix for #2394
-
-Sat, 4 Jul 2009 12:49:11 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Feature #2378 - Implement "thin_storeconfigs"
-
-Thu, 9 Jul 2009 20:59:41 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2391 - Exported resources never make to the storeconfigs db
-
-Thu, 16 Jul 2009 20:53:36 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2261 - Make sure query string parameters are properly escaped
-
-Thu, 16 Jul 2009 21:28:09 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #579 - puppet should try to clear solaris 10 services in maintenance state
-
-Sat, 11 Jul 2009 01:57:52 -0400
-Ricky Zhou <ricky@fedoraproject.org>
-Fix #1963 - Failing to read /proc/mounts for selinux kills file downloads
-
-Wed, 15 Jul 2009 14:44:31 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2245 - provider lists are not lost on type reload
-
-Tue, 16 Jun 2009 13:25:07 -0500
-Luke Kanies <luke@madstop.com>
-Ruby no longer clobbers puppet autoloading
-
-Mon, 13 Jul 2009 16:18:51 -0700
-Nigel Kersten <nigelk@google.com>
-deprecate NetInfo providers and examples, remove all NetInfo references and tests.
-
-Mon, 13 Jul 2009 15:22:54 -0700
-Sam Livingston-Gray <geeksam@gmail.com>
-Fixed #2410 - default acl logs as info instead of warn.
-
-Mon, 13 Jul 2009 15:18:57 -0700
-Sam Livingston-Gray <geeksam@gmail.com>
-Adding test for current auth config warning.
-
-Mon, 13 Jul 2009 15:56:59 -0700
-Sam Livingston-Gray <geeksam@gmail.com>
-Fixed #2394 - warn once on module mount deprecation.
-
-Mon, 13 Jul 2009 15:54:16 -0700
-Sam Livingston-Gray <geeksam@gmail.com>
-Add test for current module mount deprec warning.
-
-Mon, 6 Jul 2009 14:55:52 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #2258,#2257,#2256. Maintain correct type for integers/booleans, allow correct values, and fix rule array handling
-
-Thu, 2 Jul 2009 14:01:39 +1000
-James Turnbull <james@lovedthanlost.net>
-Added Markdown mode to puppetdoc to output Markdown.
-
-Fri, 10 Jul 2009 12:19:26 +1000
-James Turnbull <james@lovedthanlost.net>
-Excluded directories from rcov coverage report
-
-Sun, 28 Jun 2009 13:55:50 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Allow boolean value for boolean cli parameter
-
-Sun, 28 Jun 2009 14:20:35 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2364 - Associates the correct comment to the right statement
-
-Sun, 28 Jun 2009 14:12:59 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Make sure the parser sees the correct line number
-
-Sat, 27 Jun 2009 12:21:30 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2366 - puppetdoc was parsing classes in the wrong order
-
-Fri, 10 Jul 2009 10:53:20 +1000
-James Turnbull <james@lovedthanlost.net>
-Added rcov coverage to Spec tests
-
-Wed, 8 Jul 2009 08:44:19 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #2367 - Mongrel::HTTPRequest returns a StringIO object
-
-Sun, 5 Jul 2009 19:45:40 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2082 - puppetca shouldn't list revoked certificates
-
-Sun, 28 Jun 2009 14:42:04 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2348 - Allow authstore (and REST auth) to match allow/deny against opaque strings
-
-Sun, 5 Jul 2009 19:38:01 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2392 - use Content-Type for REST communication
-
-Sun, 5 Jul 2009 18:50:24 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2293 - Added cron syntax X-Y/Z and '7' for sunday
-
-Thu, 4 Jun 2009 00:33:25 -0500
-Luke Kanies <luke@madstop.com>
-Switching to LoadedCode from ASTSet
-
-Thu, 4 Jun 2009 00:32:12 -0500
-Luke Kanies <luke@madstop.com>
-Adding a special class to handle loaded classes/defines/nodes
-
-Thu, 2 Jul 2009 09:45:15 +0200
-Christian Hofstaedtler <ch+git@zeha.at>
-Fix #2383, an incompatibility with early ruby 1.8 versions
-
-Thu, 2 Jul 2009 12:47:42 -0700
-Jordan Curzon <curzonj@gmail.com>
-Fixing #2238 In some cases blank? is not available on String.
-
-Wed, 1 Jul 2009 21:39:22 -0700
-Jordan Curzon <curzonj@gmail.com>
-Fixing #2238 - Deal with nil hash keys from mongrel params
-
-Sun, 28 Jun 2009 15:12:32 +1000
-James Turnbull <james@lovedthanlost.net>
-Final fix to CI test rakes
-
-Fri, 26 Jun 2009 13:28:44 -0700
-Nigel Kersten <nigelk@google.com>
-Set ENV['PATH'] to an empty string if non-existent
-
-Sat, 27 Jun 2009 08:58:59 +1000
-James Turnbull <james@lovedthanlost.net>
-Fix to CI rake tasks
-
-Tue, 16 Jun 2009 13:11:26 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2197 - daemontools tests now pass
-
-Sun, 14 Jun 2009 21:47:46 +0200
-Stig Sandbeck Mathisen <ssm@fnord.no>
-Change the diff default output to "unified"
-
-Wed, 24 Jun 2009 21:53:33 -0700
-Martin Englund <martin.englund@sun.com>
-Added missing colon to suntab
-
-Wed, 24 Jun 2009 21:27:34 -0700
-Martin Englund <martin.englund@sun.com>
-Fixed #2087 and refactored the code that gets the smf service state
-
-Tue, 16 Jun 2009 11:03:46 -0500
-Luke Kanies <luke@madstop.com>
-Using the logging utilities to clean up module warnings
-
-Tue, 16 Jun 2009 10:57:54 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1064 - Deprecating module 'plugins' directories
-
-Tue, 16 Jun 2009 10:40:44 -0500
-Luke Kanies <luke@madstop.com>
-Removing deprecated :pluginpath setting
-
-Tue, 16 Jun 2009 10:26:38 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2094 - filebucket failures are clearer now
-
-Sun, 14 Jun 2009 19:27:30 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring part of the file/filebucket integration
-
-Sun, 14 Jun 2009 15:40:33 -0500
-Luke Kanies <luke@madstop.com>
-Adding tests for file/backup behaviour
-
-Fri, 12 Jun 2009 16:13:07 -0700
-David Lutterkort <lutter@redhat.com>
-Fixed pi binary so --meta option works and updated documentation
-
-Fri, 12 Jun 2009 17:41:02 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2323 - Modules use environments correctly
-
-Sat, 13 Jun 2009 01:57:26 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/master/2102'
-
-Fri, 12 Jun 2009 23:19:55 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2102 - Rails feature update fixed for Debian and Ubuntu
-
-Fri, 12 Jun 2009 23:33:21 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2052 - Added -e option to puppet --help output
-
-Fri, 12 Jun 2009 13:40:15 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2333 - Make sure lexer skip whitespace on non-token
-
-Fri, 12 Jun 2009 22:39:33 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated split function and add split function unit tests (courtesy of Thomas Bellman)
-
-Thu, 11 Jun 2009 16:46:27 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: strip whitespace and ignore blank lines
-
-Fri, 12 Jun 2009 12:21:16 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed pi tests
-
-Wed, 10 Jun 2009 18:10:40 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2222 - Cleanup pi binary options and --help output
-
-Thu, 11 Jun 2009 18:44:56 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2329 - puppetqd tests now pass
-
-Thu, 11 Jun 2009 18:36:33 -0500
-Luke Kanies <luke@madstop.com>
-Cleaning up scope tests a bit
-
-Thu, 11 Jun 2009 18:35:14 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2336 - qualified variables only throw warnings
-
-Sat, 6 Jun 2009 12:58:26 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2246 - take2: make sure we run the rails tag query only when needed
-
-Sat, 6 Jun 2009 12:55:48 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix collector specs which were not working
-
-Sat, 6 Jun 2009 12:52:25 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Make sure overriding a tag also produces a tag
-
-Wed, 10 Jun 2009 07:31:05 -0400
-Bryan Kearney <bkearney@redhat.com>
-Removed a unit test which tested munging which is no longer done in the type
-
-Wed, 10 Jun 2009 07:02:38 -0400
-Bryan Kearney <bkearney@redhat.com>
-Clearn up a parsing error reported by the tests
-
-Mon, 8 Jun 2009 22:54:03 +0200
-Marc Fournier <marc.fournier@camptocamp.com>
-vim: several improvements + cleanup
-
-Wed, 10 Jun 2009 15:43:38 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2229 - Red Hat init script error
-
-Sun, 31 May 2009 15:38:14 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1907 (or sort) - 'require' puppet function
-
-Tue, 9 Jun 2009 07:42:19 -0400
-Bryan Kearney <bkearney@redhat.com>
-#2332: Remove trailing slashes from path commands in the plugin
-
-Wed, 3 Jun 2009 17:39:04 -0500
-Luke Kanies <luke@madstop.com>
-Changing the preferred serialization format to json
-
-Tue, 2 Jun 2009 23:08:52 -0500
-Luke Kanies <luke@madstop.com>
-Switching Queueing to using JSON instead of YAML
-
-Tue, 2 Jun 2009 17:34:43 -0500
-Luke Kanies <luke@madstop.com>
-Adding JSON support to Catalogs
-
-Tue, 2 Jun 2009 17:12:38 -0500
-Luke Kanies <luke@madstop.com>
-Providing JSON support to the Resource class
-
-Tue, 2 Jun 2009 17:11:03 -0500
-Luke Kanies <luke@madstop.com>
-Adding a JSON utility module for providing Ruby compat
-
-Wed, 6 May 2009 15:22:43 -0700
-Luke Kanies <luke@madstop.com>
-Adding JSON support to Puppet::Relationship
-
-Wed, 6 May 2009 14:32:25 -0700
-Luke Kanies <luke@madstop.com>
-Adding a JSON format
-
-Sat, 25 Apr 2009 21:07:20 +0100
-Luke Kanies <luke@madstop.com>
-Allowing formats to specify the individual method names to use
-
-Sat, 25 Apr 2009 20:55:22 +0100
-Luke Kanies <luke@madstop.com>
-Allowing formats to specify the methods they require
-
-Sat, 25 Apr 2009 19:55:05 +0100
-Luke Kanies <luke@madstop.com>
-Adding a "json" feature
-
-Wed, 3 Jun 2009 21:11:16 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix some tests who were missing some actions
-
-Wed, 3 Jun 2009 21:10:36 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Make sure virtual and rails query use tags when tag are searched
-
-Wed, 3 Jun 2009 20:09:56 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Make sure resources are tagged with the user tag on the server
-
-Sat, 30 May 2009 20:15:08 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2246 - Array tagged resources can't be collected or exported
-
-Sat, 6 Jun 2009 09:42:45 +1000
-James Turnbull <james@lovedthanlost.net>
-Partial fix for #2329
-
-Fri, 5 Jun 2009 12:39:04 -0400
-Ian Taylor <ian@lorf.org>
-Removed extra whitespace from end of lines
-
-Fri, 5 Jun 2009 12:38:52 -0400
-Ian Taylor <ian@lorf.org>
-Changed indentation to be more consistent with style guide (4 spaces per level)
-
-Fri, 5 Jun 2009 12:38:35 -0400
-Ian Taylor <ian@lorf.org>
-Changed tabs to spaces without interfering with indentation or alignment
-
-Sat, 30 May 2009 23:25:08 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2308 - Mongrel should use X-Forwarded-For
-
-Thu, 4 Jun 2009 11:17:55 +0200
-Stéphan Gorget <gorget@ocre.cea.fr>
-Fixes Bug #2324 - Puppetd fails to start without rails
-
-Thu, 4 Jun 2009 20:48:13 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Enhance versioncmp documentation
-
-Mon, 1 Jun 2009 13:57:39 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: minor spec test cleanup
-
-Mon, 1 Jun 2009 13:47:19 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: allow escaped whitespace and brackets in paths
-
-Mon, 1 Jun 2009 13:04:04 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: match comparison uses '==' and '!=' again
-
-Sat, 30 May 2009 23:47:23 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas (process_match): no match results in empty array
-
-Sat, 30 May 2009 23:46:11 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: remove useless checks for nil
-
-Sat, 30 May 2009 23:44:14 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: simplify evaluation in process_get/match
-
-Sat, 30 May 2009 23:36:14 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas (open_augeas): use Augeas flag names, not ints
-
-Sat, 30 May 2009 23:23:11 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: ensure Augeas connection is always closed
-
-Sat, 30 May 2009 23:01:51 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: minor code cleanup
-
-Sat, 30 May 2009 22:54:27 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas (parse_commands): use split to split string into lines
-
-Sat, 30 May 2009 22:46:16 -0700
-David Lutterkort <lutter@redhat.com>
-* provider/augeas: remove trailing whitespace (no functional change)
-
-Sat, 30 May 2009 22:43:55 -0700
-David Lutterkort <lutter@redhat.com>
-Brought in lutters parse_commands patch and integrated it into the type.
-
-Wed, 3 Jun 2009 07:37:28 +1000
-James Turnbull <james@lovedthanlost.net>
-Removed --no-chain-reply-to in rake mail_patches task
-
-Mon, 1 Jun 2009 18:16:03 -0500
-Luke Kanies <luke@madstop.com>
-Removing --no-thread from the mail_patches rake target
-
-Mon, 1 Jun 2009 18:12:54 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a bunch of warnings
-
-Mon, 1 Jun 2009 18:03:40 -0500
-Luke Kanies <luke@madstop.com>
-Fixing tests broken by a recent fix to Cacher
-
-Mon, 1 Jun 2009 17:50:55 -0500
-Luke Kanies <luke@madstop.com>
-Always providing a value for 'exported' on Rails resources
-
-Wed, 27 May 2009 11:11:28 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2230 - exported resources work again
-
-Mon, 1 Jun 2009 21:17:47 -0500
-Luke Kanies <luke@madstop.com>
-Disabling the catalog cache, so puppetqd is compatible with storeconfigs
-
-Tue, 19 May 2009 18:23:42 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the rails feature to be compatible with 2.1+
-
-Thu, 28 May 2009 10:10:40 -0500
-Luke Kanies <luke@madstop.com>
-Using Message acknowledgement in queueing
-
-Mon, 1 Jun 2009 21:31:49 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2315 - ca --generate works again
-
-Wed, 27 May 2009 21:13:59 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2220 - Make sure stat is refreshed while managing Files
-
-Mon, 1 Jun 2009 07:40:27 +1000
-James Turnbull <james@lovedthanlost.net>
-Added puppet branding to format patch command
-
-Fri, 29 May 2009 19:33:42 -0400
-Todd Zullinger <tmz@pobox.com>
-vim: Remove another mention of 'site' from syntax
-
-Fri, 29 May 2009 19:48:34 -0400
-Todd Zullinger <tmz@pobox.com>
-vim: Highlight parameters with 'plusignment' operator
-
-Fri, 29 May 2009 11:03:07 -0400
-Todd Zullinger <tmz@pobox.com>
-vim: Highlight strings in single quotes
-
-Fri, 29 May 2009 11:01:17 -0400
-Todd Zullinger <tmz@pobox.com>
-vim: Clean up syntax spacing
-
-Sat, 30 May 2009 10:39:10 +1000
-James Turnbull <james@lovedthanlost.net>
-JRuby OpenSSL implementation is more strict than real ruby one and
-
-Wed, 27 May 2009 10:47:36 -0500
-Luke Kanies <luke@madstop.com>
-Logging when a cached catalog is used.
-
-Wed, 27 May 2009 10:45:42 -0500
-Luke Kanies <luke@madstop.com>
-Changing Puppet::Cacher::Expirer#expired? method name
-
-Wed, 27 May 2009 10:35:21 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2240 - external node failures now log output
-
-Wed, 27 May 2009 10:55:28 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2237 - client_yaml dir is always created by puppetd
-
-Sat, 9 May 2009 13:40:59 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2228 - --logdest works again in puppetd and puppetmasterd
-
-Sat, 9 May 2009 13:27:46 -0700
-Luke Kanies <luke@madstop.com>
-Fixing puppetmasterd tests when missing rack
-
-Wed, 27 May 2009 10:18:44 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the Agent so puppetrun actually works server-side
-
-Wed, 27 May 2009 10:11:25 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2248 - --no-client correctly leaves off client
-
-Wed, 27 May 2009 09:57:57 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2243 - puppetrun works again
-
-Thu, 28 May 2009 00:47:50 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2304 - Added naggen script to directly generate nagios configuration files from a StoreConfigs Rails database
-
-Mon, 25 May 2009 10:57:56 -0400
-Todd Zullinger <tmz@pobox.com>
-Sync conf/redhat/puppet.spec with Fedora/EPEL
-
-Wed, 27 May 2009 22:49:16 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2280 - Detailed exit codes fix
-
-Sun, 24 May 2009 15:26:44 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2253 - pluginsync failures propagate correctly
-
-Sun, 24 May 2009 15:15:33 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a transaction test that had some broken plumbing
-
-Sun, 24 May 2009 14:20:49 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring resource generation slightly
-
-Sun, 24 May 2009 14:13:02 -0500
-Luke Kanies <luke@madstop.com>
-Adding a Spec lib directory and moving tmpfile to it
-
-Fri, 22 May 2009 15:07:54 -0500
-Luke Kanies <luke@madstop.com>
-Extracting a method from eval_resource in Transaction
-
-Fri, 22 May 2009 14:45:35 -0500
-Luke Kanies <luke@madstop.com>
-Not trying to load files that get removed in pluginsyncing
-
-Mon, 25 May 2009 09:44:59 +0200
-Francois Deppierraz <francois@ctrlaltdel.ch>
-Fix #2300 - Update ssh_authorized_key documentation
-
-Tue, 26 May 2009 13:41:29 +1000
-James Turnbull <james@ubuntu904.lovedthanlost.net>
-Changed version to allow Rake to work. Minor
-
-Thu, 21 May 2009 12:42:28 +0200
-Peter Meier <peter.meier@immerda.ch>
-enable maillist on centos, redhat, fedora
-
-Thu, 21 May 2009 10:00:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2288 - fixing the tests broken by my attr_ttl code
-
-Mon, 11 May 2009 21:55:51 +0000
-Christian Hofstaedtler <hofstaedtler@inqnet.at>
-Fix for #2234: test fails with old Rack version
-
-Mon, 18 May 2009 00:28:50 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2273 - file purging works more intuitively
-
-Sat, 16 May 2009 00:08:35 -0500
-Luke Kanies <luke@madstop.com>
-Caching whether named autoloaded files are missing
-
-Sun, 17 May 2009 17:20:55 -0500
-Luke Kanies <luke@madstop.com>
-Adding caching of file metadata to the autoloader
-
-Sun, 17 May 2009 17:10:16 -0500
-Luke Kanies <luke@madstop.com>
-Adding modulepath caching to the Autoloader
-
-Sun, 17 May 2009 16:54:06 -0500
-Luke Kanies <luke@madstop.com>
-Adding caching to the Environment class
-
-Sun, 17 May 2009 15:52:52 -0500
-Luke Kanies <luke@madstop.com>
-Adding TTL support to attribute caching
-
-Wed, 20 May 2009 18:27:02 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2666 - Broken docstring formatting
-
-Tue, 19 May 2009 22:24:28 -0500
-Luke Kanies <luke@madstop.com>
-Deprecating factsync - pluginsync should be used instead
-
-Wed, 20 May 2009 15:42:01 +1000
-James Turnbull <james@lovedthanlost.net>
-Added spec and unit tests to the Rakefile files list and fixed CI rake tasks
-
-Wed, 20 May 2009 02:22:30 +1000
-James Turnbull <james@lovedthanlost.net>
-Added install.rb to Rakefile package task
-
-Mon, 18 May 2009 17:23:07 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2271 - Fix to puppetd documentation
-
-Tue, 12 May 2009 22:12:45 -0500
-Luke Kanies <luke@madstop.com>
-Protecting Stomp client against internal failures
-
-Sun, 17 May 2009 23:22:44 -0500
-Luke Kanies <luke@madstop.com>
-Adding some usability bits to puppetqd
-
-Sun, 17 May 2009 23:20:34 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring the stomp client and tests a bit
-
-Sun, 17 May 2009 23:16:22 -0500
-Luke Kanies <luke@madstop.com>
-Relying on threads rather than sleeping for puppetqd
-
-Sun, 17 May 2009 23:08:40 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2250 - Missing templates throw a helpful error
-
-Sun, 17 May 2009 23:38:39 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2273 - CA location is set correctly in puppetca
-
-Fri, 15 May 2009 14:30:14 +0200
-Christian Hofstaedtler <ch+git@zeha.at>
-RackXMLRPC: buffer request contents in memory, as a real string.
-
-Thu, 14 May 2009 11:36:20 -0500
-Luke Kanies <luke@madstop.com>
-Modules now can find their own paths
-
-Fri, 17 Apr 2009 12:47:41 -0500
-Luke Kanies <luke@madstop.com>
-Moving file-searching code out of Puppet::Module
-
-Thu, 14 May 2009 12:11:14 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2234 - fixing all of the tests broken by my bindaddress fix
-
-Wed, 6 May 2009 12:00:23 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #2221 - pluginsignore should work again
-
-Fri, 1 May 2009 13:26:00 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix snippets tests failing because of activated storeconfigs
-
-Fri, 1 May 2009 13:12:40 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix failing test: file.close! and file.path ordering fix
-
-Thu, 30 Apr 2009 22:30:35 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Confine stomp tests to Stomp enabled systems
-
-Wed, 29 Apr 2009 23:13:19 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix some master failing tests
-
-Fri, 8 May 2009 19:52:04 +0200
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-Fix bug #2124 - ssh_authorized_key always changes target if target is not defined
-
-Thu, 14 May 2009 11:46:04 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2265 - rack is loaded with features rather than manually
-
-Sat, 9 May 2009 09:25:55 +1000
-James Turnbull <james@lovedthanlost.net>
-Added .git to pluginsignore default list of ignores
-
-Thu, 7 May 2009 18:16:40 +1000
-James Turnbull <james@lovedthanlost.net>
-Cleanup of the Puppet Rakefile and removal of the requirement for the Reductive Build Library
-
-Thu, 30 Apr 2009 02:33:50 +0200
-Francois Deppierraz <francois@ctrlaltdel.ch>
-Fix #1409 once again, including test
-
-Sun, 3 May 2009 19:25:08 +1000
-James Turnbull <james@lovedthanlost.net>
-Added split function
-
-Sat, 2 May 2009 17:33:59 +0200
-Luke Kanies <luke@madstop.com>
-Fixing #2200 - puppetqd expects Daemon to be a class
-
-Sat, 2 May 2009 20:08:43 +0200
-Luke Kanies <luke@madstop.com>
-Removing unneeded test stubs
-
-Sat, 2 May 2009 20:05:19 +0200
-Luke Kanies <luke@madstop.com>
-Fixing #2195 - the Server class handles bindaddress
-
-Sun, 3 May 2009 19:05:03 +1000
-James Turnbull <james@lovedthanlost.net>
-Minor fixes to function RST documentation
-
-Fri, 1 May 2009 20:31:02 +0000
-Christian Hofstaedtler <hofstaedtler@inqnet.at>
-Remove the old 0.24.x rack support, which is now useless cruft
-
-Tue, 28 Apr 2009 13:30:48 +0000
-Christian Hofstaedtler <hofstaedtler@inqnet.at>
-puppetmasterd can now run as a standard Rack application (config.ru-style)
-
-Tue, 28 Apr 2009 12:29:20 +0000
-Christian Hofstaedtler <hofstaedtler@inqnet.at>
-Add XMLRPC compatibility for Rack
-
-Tue, 28 Apr 2009 12:23:58 +0000
-Christian Hofstaedtler <hofstaedtler@inqnet.at>
-Puppet as a Rack application
-
-Fri, 13 Mar 2009 23:33:17 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Use FileCollection to store the pathname part of files
-
-Fri, 13 Mar 2009 23:30:03 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add an unmunge capability to type parameters and properties
-
-Fri, 1 May 2009 16:59:51 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetd
-
-Wed, 29 Apr 2009 11:23:58 +0200
-Stéphan Gorget <gorget@ocre.cea.fr>
-Fixes #2209 - Spec is failing due to a missing require
-
-Wed, 29 Apr 2009 19:32:38 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2207 - type was doing its own tag management leading to subtile bugs
-
-Tue, 28 Apr 2009 22:40:17 +1000
-James Turnbull <james@lovedthanlost.net>
-Moved puppetqd binary
-
-Mon, 27 Apr 2009 23:33:28 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #2188 - Added set require to simple_graph.rb
-
-Sun, 26 Apr 2009 20:45:25 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed puppetqd require and tweaked stomp library error message
-
-Sun, 26 Apr 2009 20:16:28 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #2196 - Add sharedscripts directive to logrotate
-
-Sun, 26 Apr 2009 01:59:21 +1000
-James Turnbull <james@lovedthanlost.net>
-Added puppetqd binary to Rakefile
-
-Sat, 25 Apr 2009 14:39:49 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated version to 0.25.0beta1
-
-Sat, 25 Apr 2009 14:39:14 +1000
-James Turnbull <james@lovedthanlost.net>
-Updates to CI tasks
-
-Fri, 24 Apr 2009 18:18:41 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2183 - checksum buffer size is now 4096b
-
-Fri, 24 Apr 2009 18:08:27 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2187 - Puppet::Resource is expected by Rails support
-
-Fri, 24 Apr 2009 18:08:03 -0500
-Luke Kanies <luke@madstop.com>
-Adding an 'Exported' attribute to Puppet::Resource
-
-Fri, 24 Apr 2009 18:05:19 -0500
-Luke Kanies <luke@madstop.com>
-Removing a non-functional and horrible test
-
-Fri, 24 Apr 2009 18:03:34 -0500
-Luke Kanies <luke@madstop.com>
-Making sure the cert name is searched first
-
-Fri, 24 Apr 2009 17:46:20 -0500
-Luke Kanies <luke@madstop.com>
-Removing an "inspect" method that often failed in testing
-
-Fri, 24 Apr 2009 17:42:27 -0500
-Luke Kanies <luke@madstop.com>
-Removing deprecated concurrency setting usage in rails
-
-Fri, 24 Apr 2009 16:24:18 -0500
-Luke Kanies <luke@madstop.com>
-Always making sure graph edges appear first
-
-Fri, 24 Apr 2009 16:14:00 -0500
-Luke Kanies <luke@madstop.com>
-Reverting part of the switch to sets in SimpleGraph
-
-Fri, 24 Apr 2009 19:48:22 +0000
-Luke Kanies <luke@madstop.com>
-Fixing rails feature test
-
-Thu, 23 Apr 2009 18:56:57 -0500
-Luke Kanies <luke@madstop.com>
-Failing to enable storeconfigs if ActiveRecord isn't available
-
-Thu, 23 Apr 2009 18:56:30 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the Rails feature test to require 2.3.x
-
-Wed, 8 Apr 2009 19:45:59 -0500
-Luke Kanies <luke@madstop.com>
-Modifying the Settings#handlearg prototype
-
-Fri, 24 Apr 2009 19:02:08 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #2172 - service provider for gentoo fails with ambiguous suffixes
-
-Thu, 9 Apr 2009 17:20:53 -0400
-Bryan Allen <bda@icgroup.com>
-SMF import support working and documentation update
-
-Thu, 9 Apr 2009 05:45:44 -0400
-Bryan Allen <bda@icgroup.com>
-Fixes #2145 and #2146
-
-Wed, 22 Apr 2009 19:30:09 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix configurer to retrieve catalog with client certname
-
-Sun, 19 Apr 2009 17:44:55 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Unify auth/unauthenticated request authorization system
-
-Tue, 21 Apr 2009 23:48:44 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Allow REST auth system to restrict an ACL to authenticated or unauthenticated request
-
-Sun, 19 Apr 2009 16:37:46 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fill REST request node with reverse lookup of IP address
-
-Mon, 30 Mar 2009 23:10:19 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Refactor rest authorization to raise exceptions deeper
-
-Mon, 30 Mar 2009 20:24:53 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add environment support in the REST authorization layer
-
-Mon, 23 Mar 2009 23:36:48 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix some indirector failing tests
-
-Tue, 21 Apr 2009 23:53:48 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1875 - Add a REST authorization system
-
-Tue, 31 Mar 2009 20:29:37 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Enhance authconfig format to support uri paths and regex
-
-Sat, 11 Apr 2009 18:58:56 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add dynamic authorization to authstore
-
-Tue, 21 Apr 2009 23:53:17 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add RSpec unit tests for network rights
-
-Tue, 21 Apr 2009 23:52:46 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add RSpec unit tests for authconfig
-
-Thu, 16 Apr 2009 19:18:31 -0500
-Luke Kanies <luke@madstop.com>
-Adding support for specifying a preferred serialization format
-
-Thu, 16 Apr 2009 19:03:31 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the FormatHandler test to use symbols for format names
-
-Thu, 16 Apr 2009 18:47:23 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2149 - Facts are passed as part of the catalog request
-
-Thu, 16 Apr 2009 18:40:53 -0500
-Luke Kanies <luke@madstop.com>
-Adding better logging when cached indirection resources are used
-
-Tue, 21 Apr 2009 17:49:05 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2182 - SimpleGraph#walk is now iterative
-
-Tue, 21 Apr 2009 17:39:35 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2181 - Using Sets instead of Arrays in SimpleGraph
-
-Tue, 21 Apr 2009 01:20:36 -0500
-Luke Kanies <luke@madstop.com>
-Removing code that was backported and is now not needed
-
-Tue, 21 Apr 2009 01:13:49 -0500
-Luke Kanies <luke@madstop.com>
-Finishing class renames
-
-Tue, 21 Apr 2009 01:00:52 -0500
-Luke Kanies <luke@madstop.com>
-Fixing tests that apparently only worked sometimes
-
-Tue, 21 Apr 2009 00:56:32 -0500
-Luke Kanies <luke@madstop.com>
-Removing the old rails tests.
-
-Tue, 14 Apr 2009 17:53:49 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some rails tests that sometimes failed
-
-Thu, 9 Apr 2009 16:10:23 -0400
-steve mcintosh <stevemac@endpoint.com>
-Added class_name tags to has_many relationships
-
-Tue, 14 Apr 2009 12:59:47 -0500
-Luke Kanies <luke@madstop.com>
-Adding time debugging for catalog storage to active_record
-
-Tue, 14 Apr 2009 12:59:10 -0500
-Luke Kanies <luke@madstop.com>
-Adding defaults necessary for queueing
-
-Tue, 14 Apr 2009 12:58:35 -0500
-Luke Kanies <luke@madstop.com>
-Adding daemonization to puppetqd
-
-Tue, 14 Apr 2009 12:14:08 -0500
-Luke Kanies <luke@madstop.com>
-Adding Queueing README
-
-Tue, 14 Apr 2009 11:18:02 -0500
-Luke Kanies <luke@madstop.com>
-Using a setting for configuring queueing
-
-Mon, 13 Apr 2009 16:51:56 -0500
-Luke Kanies <luke@madstop.com>
-Adding puppetqd executable.
-
-Fri, 10 Apr 2009 15:23:31 -0500
-Luke Kanies <luke@madstop.com>
-Adding "rubygems" and "stomp" features
-
-Tue, 7 Apr 2009 18:41:51 -0500
-Luke Kanies <luke@madstop.com>
-Removing unnecessary parser variables when yaml-dumping
-
-Mon, 13 Apr 2009 07:46:53 -0400
-Ethan Rowe <ethan@endpoint.com>
-Add queue indirection as an option for catalog storage.
-
-Mon, 13 Apr 2009 07:41:12 -0400
-Ethan Rowe <ethan@endpoint.com>
-Introduce abstract queue terminus within the indirection system.
-
-Mon, 13 Apr 2009 07:33:11 -0400
-Ethan Rowe <ethan@endpoint.com>
-Introduce queue client "plugin" namespace and interface, with a Stomp client implementation.
-
-Sat, 11 Apr 2009 21:06:14 -0500
-Luke Kanies <luke@madstop.com>
-renaming a method
-
-Fri, 10 Apr 2009 16:01:25 -0400
-Ethan Rowe <ethan@endpoint.com>
-Adjusted parameter name and puppet tag classes to use new cache accumulator behavior for storeconfigs.
-
-Mon, 6 Apr 2009 11:34:12 -0400
-Ethan Rowe <ethan@endpoint.com>
-Initial implementation of a "cache accumulator" behavior.
-
-Thu, 9 Apr 2009 21:18:28 -0500
-Luke Kanies <luke@madstop.com>
-Saving rails resources as I create them, which saves about 10%
-
-Thu, 9 Apr 2009 17:43:17 -0500
-Luke Kanies <luke@madstop.com>
-Changing rails value serialization to deal with booleans
-
-Thu, 9 Apr 2009 17:31:39 -0500
-Luke Kanies <luke@madstop.com>
-Adding equality to ResourceReference
-
-Wed, 8 Apr 2009 18:47:26 -0500
-Luke Kanies <luke@madstop.com>
-Adding some more fine-grained benchmarks to Rails support
-
-Wed, 8 Apr 2009 18:26:36 -0500
-Luke Kanies <luke@madstop.com>
-Adding a Rails-specific benchmarking module
-
-Wed, 8 Apr 2009 18:05:34 -0500
-Luke Kanies <luke@madstop.com>
-Adding simplistic param_name/puppet_tag caching
-
-Wed, 8 Apr 2009 17:45:24 -0500
-Luke Kanies <luke@madstop.com>
-Adding more time debugging to Rails code, and refactoring a bit
-
-Wed, 8 Apr 2009 16:56:41 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring the Rails integration
-
-Mon, 6 Apr 2009 18:56:27 -0500
-Luke Kanies <luke@madstop.com>
-Adding a common Settings method for setting values
-
-Mon, 6 Apr 2009 19:12:04 -0500
-Luke Kanies <luke@madstop.com>
-Switching to Indirected ActiveRecord
-
-Mon, 6 Apr 2009 19:10:59 -0500
-Luke Kanies <luke@madstop.com>
-Adding ActiveRecord terminus classes for Catalog
-
-Mon, 6 Apr 2009 16:38:14 -0500
-Luke Kanies <luke@madstop.com>
-Adding ActiveRecord terminus classes for Node and Facts.
-
-Tue, 21 Apr 2009 17:12:42 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2180 - Catalogs yaml dump the resource table first
-
-Sat, 18 Apr 2009 21:23:10 -0500
-Luke Kanies <luke@madstop.com>
-Partially fixing #1765 - node searching supports strict hostname checking
-
-Sat, 18 Apr 2009 21:17:48 -0500
-Luke Kanies <luke@madstop.com>
-Removing unused Node code
-
-Wed, 1 Apr 2009 07:22:31 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1885 - Relationships metaparams do not cascade
-
-Thu, 9 Apr 2009 16:15:28 -0700
-Nigel Kersten <nigelk@google.com>
-Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning for future proofing
-
-Tue, 21 Apr 2009 02:33:49 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2171 - All certificate files are written with default perms
-
-Sun, 19 Apr 2009 18:52:05 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2173 - fix running RSpec test by hand
-
-Sun, 19 Apr 2009 18:52:29 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2174 - Fix RSpec rake targets
-
-Fri, 17 Apr 2009 01:08:53 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2112 - Transactions handle conflicting generated resources
-
-Thu, 16 Apr 2009 23:54:21 -0500
-Luke Kanies <luke@madstop.com>
-Adding another stacktrace for debugging
-
-Thu, 16 Apr 2009 23:28:17 -0500
-Luke Kanies <luke@madstop.com>
-Fixing puppet -e; it got broken in the move to Application
-
-Thu, 16 Apr 2009 14:54:40 -0500
-Luke Kanies <luke@madstop.com>
-Partially fixing #2029 - failed caches doesn't throw an exception
-
-Sun, 12 Apr 2009 23:10:58 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2111 - SimpleGraph only creates valid adjacencies
-
-Sun, 12 Apr 2009 22:55:39 -0500
-Luke Kanies <luke@madstop.com>
-Switching to new() in the Puppet::Type.instances() class method
-
-Sun, 12 Apr 2009 22:55:04 -0500
-Luke Kanies <luke@madstop.com>
-Removing duplicate method definition from SimpleGraph
-
-Sat, 11 Apr 2009 22:33:51 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Thu, 9 Apr 2009 20:58:47 +0800
-Ohad Levy <ohad.levy@infineon.com>
-mini daemon to trigger puppetrun on clients without puppet listen mode
-
-Tue, 7 Apr 2009 15:11:56 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Thu, 26 Mar 2009 11:58:10 +0000
-Paul Nasrat <pnasrat@googlemail.com>
-Fix #2113 - Make temp directory
-
-Mon, 6 Apr 2009 12:36:16 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed rspec gem at version 1.2.2
-
-Sat, 4 Apr 2009 17:40:08 -0400
-Ethan Rowe <ethan@endpoint.com>
-Add @options to test run call, for compatibility with more recent rspec versions.
-
-Mon, 6 Apr 2009 11:45:23 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 31 Mar 2009 18:37:40 -0500
-Luke Kanies <luke@madstop.com>
-Adding #2122 - you can specify the node to test with puppet-test
-
-Tue, 31 Mar 2009 18:37:40 -0500
-Luke Kanies <luke@madstop.com>
-Adding #2122 - you can specify the node to test with puppet-test
-
-Thu, 2 Apr 2009 19:41:17 -0500
-Luke Kanies <luke@madstop.com>
-Fixing all tests that were apparently broken in the 0.24.x merge.
-
-Thu, 2 Apr 2009 19:34:38 -0500
-Luke Kanies <luke@madstop.com>
-Fixing Rakefile; apparently there was a rake or gem incompatibility
-
-Thu, 2 Apr 2009 18:56:53 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 30 Mar 2009 19:55:59 +1100
-James Turnbull <james@lovedthanlost.net>
-More RST fixes
-
-Fri, 27 Mar 2009 12:06:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed RST for functions
-
-Thu, 22 Jan 2009 10:39:49 +1100
-James Turnbull <james@lovedthanlost.net>
-In order for ReST formatting to work properly, newlines and
-
-Wed, 25 Mar 2009 22:44:58 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2107 - flatten resource references arrays properly
-
-Mon, 23 Mar 2009 23:17:11 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2101 - Return to recurse=0 == no recursion behavior
-
-Mon, 23 Mar 2009 23:16:56 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2101 - fix failing test
-
-Mon, 23 Mar 2009 23:16:41 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2101 - fix recurselimit == 0 bad behaviour
-
-Fri, 27 Mar 2009 00:04:30 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/master/2110'
-
-Thu, 26 Mar 2009 23:33:30 +1100
-James Turnbull <james@lovedthanlost.net>
-Added rake ci:all task
-
-Thu, 26 Mar 2009 23:33:30 +1100
-James Turnbull <james@lovedthanlost.net>
-Added rake ci:all task
-
-Thu, 26 Mar 2009 10:00:13 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #2110 - versioncmp broken
-
-Mon, 23 Mar 2009 03:41:25 +0000
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.8
-
-Sun, 22 Mar 2009 22:00:41 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1631 - adding /sbin and /usr/sbin to PATH
-
-Sat, 21 Mar 2009 23:32:02 +0100
-Francois Deppierraz <francois@slayer.ctrlaltdel.ch>
-Fixed #2004 - ssh_authorized_key fails if no target is defined
-
-Sun, 22 Mar 2009 00:09:11 +0100
-Francois Deppierraz <francois@slayer.ctrlaltdel.ch>
-Changelog entries for #1629 and #2004
-
-Fri, 28 Nov 2008 15:12:30 +0100
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-Fix Bug #1629
-
-Fri, 19 Dec 2008 17:35:08 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1807 - make Puppet::Util::Package.versioncmp a module function
-
-Fri, 19 Dec 2008 17:38:50 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1829 - Add puppet function versioncmp to compare versions
-
-Fri, 20 Mar 2009 20:37:05 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed install.rb typo
-
-Fri, 20 Mar 2009 20:34:13 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated lib install permissions to 0644
-
-Sat, 21 Mar 2009 02:39:35 +1100
-James Turnbull <james@lovedthanlost.net>
-CHANGELOG updates
-
-Sat, 21 Mar 2009 02:27:00 +1100
-James Turnbull <james@lovedthanlost.net>
-Moved of puppetd, puppetca, puppetmasterd, puppetrun binary from bin to sbin
-
-Sat, 21 Mar 2009 02:22:31 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #2086 - Fixes to make building tarballs easier
-
-Tue, 24 Feb 2009 18:48:52 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1469 - Add an option to recurse only on remote side
-
-Fri, 20 Mar 2009 00:25:16 -0500
-Luke Kanies <luke@madstop.com>
-Forbidding REST clients to set the node or IP
-
-Thu, 19 Mar 2009 23:58:19 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1557 - Environments are now in REST URIs
-
-Wed, 18 Mar 2009 01:00:56 -0500
-Luke Kanies <luke@madstop.com>
-Adding explicit optional attribute to indirection requests
-
-Sun, 15 Mar 2009 17:52:35 -0500
-Luke Kanies <luke@madstop.com>
-Removing an unused source file
-
-Fri, 13 Mar 2009 18:38:55 -0500
-Luke Kanies <luke@madstop.com>
-Adding a model accessor to the Request class
-
-Fri, 13 Mar 2009 18:23:04 -0500
-Luke Kanies <luke@madstop.com>
-Requests now use default environment when none is specified
-
-Fri, 13 Mar 2009 17:39:51 -0500
-Luke Kanies <luke@madstop.com>
-Moving the REST API functions into a module
-
-Fri, 13 Mar 2009 17:24:09 -0500
-Luke Kanies <luke@madstop.com>
-Using the Handler for the REST api on both sides of the connection
-
-Fri, 13 Mar 2009 01:38:47 -0500
-Luke Kanies <luke@madstop.com>
-Adding REST::Handler methods for converting between indirection and uris
-
-Fri, 13 Mar 2009 01:22:12 -0500
-Luke Kanies <luke@madstop.com>
-Adding environment support to the REST URI
-
-Wed, 25 Feb 2009 17:36:03 -0800
-Luke Kanies <luke@madstop.com>
-Moving the query_string method to Request
-
-Wed, 25 Feb 2009 17:29:42 -0800
-Luke Kanies <luke@madstop.com>
-Adding tests for the REST query string usage
-
-Fri, 20 Mar 2009 00:49:46 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #2108 - pi should work again
-
-Mon, 16 Mar 2009 07:30:16 -0700
-Nigel Kersten <nigelk@google.com>
-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.
-
-Sat, 29 Nov 2008 17:41:45 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1088 - part2 - Add rspec tests
-
-Sat, 11 Oct 2008 17:26:50 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1088 - Collections overrides
-
-Fri, 19 Dec 2008 15:05:29 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
-
-Sat, 14 Mar 2009 11:25:03 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #2071 - Updated LDAP schema
-
-Wed, 11 Mar 2009 23:52:53 -0500
-Luke Kanies <luke@madstop.com>
-Fixing tests broken in previous commits
-
-Tue, 10 Mar 2009 04:07:12 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1949 - relationships now use attributes instead of a label
-
-Tue, 10 Mar 2009 00:48:13 -0500
-Luke Kanies <luke@madstop.com>
-Correctly handling numerical REST arguments
-
-Tue, 10 Mar 2009 00:32:36 -0500
-Luke Kanies <luke@madstop.com>
-Not passing file sources on to child files
-
-Tue, 10 Mar 2009 00:27:46 -0500
-Luke Kanies <luke@madstop.com>
-Correctly handling non-string checksums
-
-Tue, 10 Mar 2009 00:22:32 -0500
-Luke Kanies <luke@madstop.com>
-Removing unnecessary calls to expire()
-
-Mon, 9 Mar 2009 14:46:46 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #2000 - No default specified for checksum
-
-Fri, 6 Mar 2009 18:11:33 -0600
-Luke Kanies <luke@madstop.com>
-Fixing change printing when list properties are absent
-
-Sat, 7 Mar 2009 11:14:14 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #2026 - Red Hat ignoring stop method
-
-Thu, 5 Mar 2009 22:12:31 -0600
-Luke Kanies <luke@madstop.com>
-Passing checksums around instead of file contents
-
-Thu, 5 Mar 2009 17:13:17 -0600
-Luke Kanies <luke@madstop.com>
-Moving default fileserving mount creation to the Configuration class
-
-Fri, 27 Feb 2009 10:36:38 -0500
-Bryan Kearney <bkearney@redhat.com>
-Bring in the documentation changes from the master branch
-
-Mon, 23 Feb 2009 11:21:59 -0500
-Bryan Kearney <bkearney@redhat.com>
-Added a force option to ensure the change is always applied, and call augeas twice to reduce the chance that data is lost
-
-Wed, 18 Feb 2009 12:46:17 -0500
-Bryan Kearney <bkearney@redhat.com>
-Backport the fix for #1835
-
-Wed, 18 Feb 2009 12:34:17 -0500
-Bryan Kearney <bkearney@redhat.com>
-First cut at the not running if augeas does not change any of the underlieing files
-
-Thu, 12 Feb 2009 09:32:01 -0500
-Bryan Kearney <bkearney@redhat.com>
-Bug 1948: Added patch by jab to support the correct ins syntax. Updated the test cases as well
-
-Tue, 3 Mar 2009 21:36:56 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1991 - ldap booleans get converted to booleans
-
-Tue, 3 Mar 2009 21:18:37 -0600
-Luke Kanies <luke@madstop.com>
-Refactored a method: extracted about five other methods
-
-Mon, 2 Mar 2009 20:48:44 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-dbfix - fix typo and close another possible inconsistency
-
-Mon, 23 Feb 2009 20:33:16 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #2010 - add protection code for some storeconfig corruption
-
-Wed, 4 Mar 2009 19:28:45 +1100
-James Turnbull <james@lovedthanlost.net>
-Further fix to #1910
-
-Tue, 3 Mar 2009 23:20:29 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #2013 - prefetching had a mismatch between type and title
-
-Wed, 4 Mar 2009 19:23:56 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed to rake tests for reductivelabs build
-
-Tue, 3 Mar 2009 12:35:37 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed report reference page
-
-Sat, 28 Feb 2009 07:55:56 +0000
-Luke Kanies <luke@madstop.com>
-Fixing broken 0.24.x tests in test/.
-
-Sat, 28 Feb 2009 06:40:46 +0000
-Luke Kanies <luke@madstop.com>
-Fixing every failing test I can find on the build server.
-
-Fri, 27 Feb 2009 17:52:01 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #2028 - Better failures when a cert is found with no key
-
-Fri, 27 Feb 2009 17:17:04 -0600
-Luke Kanies <luke@madstop.com>
-Moving the clientyamldir setting into the puppetd section
-
-Sat, 28 Feb 2009 10:30:23 +1100
-James Turnbull <james@lovedthanlost.net>
-This script fixes the most common issues with inconsistent
-
-Fri, 27 Feb 2009 12:25:28 -0800
-Paul Lathrop <paul@tertiusfamily.net>
-Make puppetd --waitforcert option behave as documented:
-
-Fri, 13 Feb 2009 00:46:45 -0600
-Luke Kanies <luke@madstop.com>
-Adding a performance optimization to the FileCollection.
-
-Fri, 13 Feb 2009 00:29:07 -0600
-Luke Kanies <luke@madstop.com>
-Using the FileCollection where appropriate.
-
-Thu, 12 Feb 2009 23:42:31 -0600
-Luke Kanies <luke@madstop.com>
-Adding a FileCollection and a lookup module for it.
-
-Sat, 28 Feb 2009 03:05:23 +1100
-James Turnbull <james@lovedthanlost.net>
- Fixed #1963 - Failing to read /proc/mounts for selinux kills file downloads
-
-Fri, 27 Feb 2009 08:00:27 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #2025 - gentoo service provider handle only default init level
-
-Thu, 26 Feb 2009 11:43:39 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with semicolons
-
-Thu, 26 Feb 2009 11:08:23 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1910 - updated logcheck
-
-Thu, 26 Feb 2009 01:37:17 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed metaparameter reference to return str
-
-Wed, 25 Feb 2009 02:25:09 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated useradd.rb managehome confine to include other RH-like distributions
-
-Tue, 24 Feb 2009 20:36:21 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/master/2016'
-
-Tue, 24 Feb 2009 09:14:23 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #2016 - Split metaparameters from types in reference documentation
-
-Tue, 24 Feb 2009 09:08:56 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #2017 - incorrect require
-
-Sun, 22 Feb 2009 00:11:34 +0100
-Peter Meier <peter.meier@immerda.ch>
-Use Puppet.debug instead of own debug flag
-
-Fri, 20 Feb 2009 11:26:01 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1904 - aliases are no longer inherited by child files
-
-Fri, 20 Feb 2009 09:51:12 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Fri, 20 Feb 2009 09:45:42 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #558 - File checksums no longer refer to 'nosum'
-
-Thu, 19 Feb 2009 16:51:50 -0600
-Luke Kanies <luke@madstop.com>
-Removing or fixing old tests
-
-Thu, 19 Feb 2009 16:09:58 -0600
-Luke Kanies <luke@madstop.com>
-Correctly handling URI escaping throughout the REST process
-
-Thu, 19 Feb 2009 12:57:29 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring how the Settings file is parsed
-
-Thu, 19 Feb 2009 12:53:07 -0600
-Luke Kanies <luke@madstop.com>
-Relying on 'should_parse_config' in the 'puppet' application
-
-Wed, 18 Feb 2009 17:00:27 -0600
-Luke Kanies <luke@madstop.com>
-Providing better indirection authorization errors
-
-Wed, 18 Feb 2009 16:33:47 -0600
-Luke Kanies <luke@madstop.com>
-Adding pluginsyncing support to the Indirector
-
-Wed, 18 Feb 2009 15:27:32 -0600
-Luke Kanies <luke@madstop.com>
-Moving Request and Fileset integration into Fileset.
-
-Wed, 18 Feb 2009 12:16:39 -0600
-Luke Kanies <luke@madstop.com>
-Switching the ModuleFiles Indirection terminus to the new Module/Env api
-
-Wed, 18 Feb 2009 12:00:29 -0600
-Luke Kanies <luke@madstop.com>
-Migrating the old FileServer to the new Module/Environment code
-
-Tue, 17 Feb 2009 19:00:03 -0600
-Luke Kanies <luke@madstop.com>
-Using the Environments to handle a lot of Module searching
-
-Tue, 17 Feb 2009 18:24:28 -0600
-Luke Kanies <luke@madstop.com>
-Environments now use their own modulepath method.
-
-Tue, 17 Feb 2009 18:07:27 -0600
-Luke Kanies <luke@madstop.com>
-The 'Environment' class can now calculate its modulepath.
-
-Tue, 17 Feb 2009 17:55:57 -0600
-Luke Kanies <luke@madstop.com>
-Added support for finding modules from an environment
-
-Tue, 17 Feb 2009 17:50:46 -0600
-Luke Kanies <luke@madstop.com>
-Adding support for finding all modules in a given path.
-
-Tue, 17 Feb 2009 17:24:25 -0600
-Luke Kanies <luke@madstop.com>
-reformatting the environment tests
-
-Tue, 17 Feb 2009 17:16:20 -0600
-Luke Kanies <luke@madstop.com>
-Supporting multiple paths for searching for files.
-
-Tue, 17 Feb 2009 17:15:17 -0600
-Luke Kanies <luke@madstop.com>
-Adding support for merging multiple filesets.
-
-Tue, 17 Feb 2009 16:20:34 -0600
-Luke Kanies <luke@madstop.com>
-Adding new methods to Puppet::Module.
-
-Tue, 17 Feb 2009 16:14:36 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring Puppet::Module a bit.
-
-Sat, 14 Feb 2009 18:03:57 -0600
-Luke Kanies <luke@madstop.com>
-Only using the checksum cache when we're using a host_config catalog
-
-Sat, 14 Feb 2009 17:50:19 -0600
-Luke Kanies <luke@madstop.com>
-Fixing fileserving to support strings or symbols
-
-Sat, 14 Feb 2009 17:35:34 -0600
-Luke Kanies <luke@madstop.com>
-Adding clarity to query string handling in REST calls
-
-Sat, 14 Feb 2009 17:32:13 -0600
-Luke Kanies <luke@madstop.com>
-Some small fixes to provide better debugging and load a library
-
-Sat, 14 Feb 2009 12:57:27 -0600
-Luke Kanies <luke@madstop.com>
-Providing better information when an exception is encountered during network communication
-
-Wed, 18 Feb 2009 22:37:09 -0600
-Luke Kanies <luke@madstop.com>
-Stubbing tests that were affecting other tests
-
-Wed, 18 Feb 2009 22:03:36 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a warning in a test
-
-Wed, 18 Feb 2009 21:38:52 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a syntactically invalid application test
-
-Tue, 17 Feb 2009 12:26:58 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1871 once and for all - contents are never printed
-
-Sat, 14 Feb 2009 14:40:25 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move --version handling to Puppet::Application
-
-Sat, 14 Feb 2009 17:16:20 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move puppetd to the Application Controller paradigm
-
-Sat, 14 Feb 2009 17:16:09 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move puppetdoc to the Application Controller paradigm
-
-Sat, 14 Feb 2009 17:15:52 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move ralsh to the Application Controller paradigm
-
-Sun, 1 Feb 2009 17:10:59 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move puppetrun to Application Controller paradigm
-
-Sat, 14 Feb 2009 17:15:39 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move pi to the Application Controller paradigm
-
-Sun, 18 Jan 2009 20:12:53 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move puppetmasterd to Puppet::Application
-
-Sat, 14 Feb 2009 17:15:08 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move puppet to the Application Controller paradigm
-
-Sat, 14 Feb 2009 16:17:20 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move filebucket to the Application Controller paradigm
-
-Sat, 14 Feb 2009 16:16:57 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move puppetca to the Application Controller paradigm
-
-Sun, 21 Dec 2008 20:38:48 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Introducing the Application Controller
-
-Sat, 14 Feb 2009 09:26:21 -0600
-Luke Kanies <luke@madstop.com>
-Fixing broken filetype tests resulting from the loss of Type[]
-
-Sat, 14 Feb 2009 22:18:36 -0600
-Luke Kanies <luke@madstop.com>
-Fixing some tests that somehow broke in the merge to master
-
-Sat, 14 Feb 2009 21:57:14 -0600
-Luke Kanies <luke@madstop.com>
-Removing a test that was too dependant on order.
-
-Sat, 14 Feb 2009 21:53:51 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sun, 15 Feb 2009 11:12:32 +1100
-James Turnbull <james@lovedthanlost.net>
-Minor fix to launchd tests
-
-Sat, 14 Feb 2009 18:10:37 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sat, 14 Feb 2009 19:28:10 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1972 - ActiveRecord fixes resulted in broken tests
-
-Sat, 14 Feb 2009 08:07:51 -0800
-Nigel Kersten <nigelk@google.com>
-Fix spec test for launchd service provider to work with new service status method and add two new status tests.
-
-Sat, 14 Feb 2009 12:04:12 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a test I broke in commit:"897539e857b0da9145f15648b6aa2ef124ec1a19".
-
-Sat, 14 Feb 2009 11:56:58 -0600
-Luke Kanies <luke@madstop.com>
-Removing a no-longer-valid test.
-
-Sat, 14 Feb 2009 11:55:20 -0600
-Luke Kanies <luke@madstop.com>
-Fixing password validation to support symbols.
-
-Sat, 14 Feb 2009 11:43:25 -0600
-Luke Kanies <luke@madstop.com>
-Only backing up within parsedfile when managing files
-
-Sat, 14 Feb 2009 11:43:09 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a syntax error in the up2date provider
-
-Sat, 14 Feb 2009 09:30:26 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a test broken by a log demotion
-
-Sat, 14 Feb 2009 23:26:12 +1100
-James Turnbull <james@lovedthanlost.net>
-Cleaned up variable names to be more sane, clarified error messages and fixed incorrect use of 'value' variable rather than 'member'.
-
-Fri, 13 Feb 2009 22:11:42 -0600
-Luke Kanies <luke@madstop.com>
-Failure to find node facts is now a failure.
-
-Fri, 13 Feb 2009 21:36:39 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1527 - Failing Facter does not hurt Puppet
-
-Fri, 13 Feb 2009 21:12:16 -0600
-Luke Kanies <luke@madstop.com>
-Removing some unused code
-
-Fri, 13 Feb 2009 21:09:07 -0600
-Luke Kanies <luke@madstop.com>
-Using Puppet::Type.new instead of create
-
-Fri, 13 Feb 2009 21:06:34 -0600
-Luke Kanies <luke@madstop.com>
-Actualling syncing facts and plugins
-
-Fri, 13 Feb 2009 11:13:42 -0800
-Nigel Kersten <nigelk@google.com>
-Provide dscl -url output support for OS X 10.4 clients using the directoryservice provider.
-
-Mon, 9 Feb 2009 16:27:15 -0800
-Nigel Kersten <nigelk@google.com>
-Fix launchd service provider so it is backwards compatible with OS X 10.4 as well
-
-Thu, 5 Feb 2009 23:15:59 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runs
-
-Fri, 13 Feb 2009 18:24:34 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sat, 14 Feb 2009 09:57:49 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated Augeas type code
-
-Sat, 14 Feb 2009 03:06:39 +1100
-James Turnbull <james@lovedthanlost.net>
-Removed site from Puppet VIM syntax
-
-Sat, 14 Feb 2009 02:11:21 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1831 - Added sprintf function
-
-Sat, 14 Feb 2009 02:10:08 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1830 - Added regsubst function
-
-Fri, 13 Feb 2009 08:21:36 -0500
-Bryan Kearney <bkearney@redhat.com>
-Bug 1948: Add logic and testing for the command parsing logic
-
-Fri, 13 Feb 2009 17:04:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated up2date and service confines to add support for Oracle EL and VM
-
-Thu, 12 Feb 2009 22:58:57 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1964 - Facts get loaded from plugins
-
-Thu, 12 Feb 2009 22:48:34 -0600
-Luke Kanies <luke@madstop.com>
-Adding tests for Puppet::Indirector::Facts::Facter.loadfacts
-
-Thu, 12 Feb 2009 16:00:29 -0600
-Luke Kanies <luke@madstop.com>
-Adding a post-processor for Nagios names.
-
-Thu, 12 Feb 2009 15:32:42 -0600
-Luke Kanies <luke@madstop.com>
-Revert "Refixing #1420 - _naginator_name is only used for services"
-
-Thu, 15 Jan 2009 15:44:09 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1541 - ParsedFile only backs up files once per transaction
-
-Thu, 15 Jan 2009 15:42:09 -0600
-Luke Kanies <luke@madstop.com>
-Removing the apparently obsolete netinfo filetype.
-
-Thu, 15 Jan 2009 15:13:28 -0600
-Luke Kanies <luke@madstop.com>
-Migrated FileType tests to spec, and fleshed them out a bit.
-
-Thu, 12 Feb 2009 09:32:01 -0500
-Bryan Kearney <bkearney@redhat.com>
-Bug #1948: Added patch by jab to support the correct ins syntax. Updated the test cases as well
-
-Wed, 11 Feb 2009 16:54:04 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #961 - closing the http connection after every xmlrpc call
-
-Wed, 11 Feb 2009 16:49:40 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring the XMLRPC::Client error-handling
-
-Thu, 12 Feb 2009 08:20:43 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1959 - Added column protection for environment schema migration
-
-Wed, 11 Feb 2009 14:33:48 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1869 - autoloaded files should never leak exceptions
-
-Wed, 11 Feb 2009 13:51:48 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 10 Feb 2009 17:21:00 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1543 - Nagios parse errors no longer kill Puppet
-
-Tue, 10 Feb 2009 15:41:02 -0600
-Luke Kanies <luke@madstop.com>
-Moving the transaction specs to the right path
-
-Tue, 10 Feb 2009 17:33:26 -0600
-Luke Kanies <luke@madstop.com>
-Refixing #1420 - _naginator_name is only used for services
-
-Tue, 10 Feb 2009 15:18:30 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1884 - exported defines are collected by the exporting host
-
-Tue, 10 Feb 2009 14:59:18 -0600
-Luke Kanies <luke@madstop.com>
-Cleaning up the AST::Resource code a bit
-
-Thu, 5 Feb 2009 19:59:18 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1691 - Realize fails with array of Resource References
-
-Thu, 5 Feb 2009 19:55:29 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1682 - Resource titles are not flattened as they should
-
-Fri, 30 Jan 2009 20:12:50 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1922 - Functions squash all arguments into a single hash
-
-Wed, 11 Feb 2009 08:48:27 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1538 - Yumrepo sets permissions wrongly on files in /etc/yum.repos.d
-
-Wed, 11 Feb 2009 08:44:52 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1936 - Added /* */ support to the vim file
-
-Wed, 14 Jan 2009 15:33:48 -0600
-Luke Kanies <luke@madstop.com>
-Prefetching, and thus purging, Nagios resources now works
-
-Tue, 6 Jan 2009 16:14:20 -0600
-Luke Kanies <luke@madstop.com>
-Adding some basic tests for the Naginator provider base class
-
-Tue, 6 Jan 2009 16:13:17 -0600
-Luke Kanies <luke@madstop.com>
-Removing a redundant instance prefect call.
-
-Tue, 10 Feb 2009 14:31:44 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1912 - gid still works with no 'should' value.
-
-Tue, 10 Feb 2009 14:30:24 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the Rakefile to use 'git format-patch'.
-
-Tue, 10 Feb 2009 14:25:22 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1920 - user passwords no longer allow ':'
-
-Tue, 10 Feb 2009 15:19:57 +1100
-James Turnbull <james@lovedthanlost.net>
-Adding README.rst file
-
-Tue, 10 Feb 2009 15:19:57 +1100
-James Turnbull <james@lovedthanlost.net>
-Adding README.rst file
-
-Tue, 10 Feb 2009 02:13:33 +1100
-James Turnbull <james@lovedthanlost.net>
-Added Reductive Labs build library
-
-Fri, 6 Feb 2009 19:11:54 -0600
-Luke Kanies <luke@madstop.com>
-Changing how the Configurer interacts with the cache
-
-Fri, 6 Feb 2009 17:52:34 -0600
-Luke Kanies <luke@madstop.com>
-Fixing tests broken during the #1405 fix.
-
-Fri, 6 Feb 2009 17:27:44 -0600
-Luke Kanies <luke@madstop.com>
-Adding an Agent::Runner class.
-
-Thu, 5 Feb 2009 14:50:06 -0600
-Luke Kanies <luke@madstop.com>
-The Agent now uses its lockfile to determine running state
-
-Mon, 2 Feb 2009 17:19:07 -0600
-Luke Kanies <luke@madstop.com>
-Creating and using a new Puppet::Daemon class
-
-Mon, 2 Feb 2009 17:16:07 -0600
-Luke Kanies <luke@madstop.com>
-Not using 'master' client for testing
-
-Mon, 2 Feb 2009 17:14:12 -0600
-Luke Kanies <luke@madstop.com>
-Fixing (and testing) the return of Indirection#save
-
-Sat, 31 Jan 2009 10:29:48 -0700
-Luke Kanies <luke@madstop.com>
-Adding a 'close_all' method to the Log class.
-
-Sat, 31 Jan 2009 10:04:47 -0700
-Luke Kanies <luke@madstop.com>
-Removing restart-handling from Configurer
-
-Sat, 31 Jan 2009 10:00:48 -0700
-Luke Kanies <luke@madstop.com>
-Adding temporary class EventManager
-
-Wed, 28 Jan 2009 17:11:19 -0600
-Luke Kanies <luke@madstop.com>
-Splitting the Agent class into Agent and Configurer
-
-Wed, 28 Jan 2009 14:58:52 -0600
-Luke Kanies <luke@madstop.com>
-Removing the Hash default proc from SimpleGraph.
-
-Wed, 28 Jan 2009 14:26:09 -0600
-Luke Kanies <luke@madstop.com>
-Removing the Catalog's @aliases hash default value
-
-Wed, 28 Jan 2009 14:09:50 -0600
-Luke Kanies <luke@madstop.com>
-Removing an erroneous configuration call in puppetmasterd
-
-Fri, 23 Jan 2009 18:54:44 -0600
-Luke Kanies <luke@madstop.com>
-Removing obsolete code and tests for the agent.
-
-Fri, 23 Jan 2009 18:49:26 -0600
-Luke Kanies <luke@madstop.com>
-Converting the catalog as needed
-
-Fri, 23 Jan 2009 17:55:16 -0600
-Luke Kanies <luke@madstop.com>
-Adding REST support for facts and catalogs.
-
-Fri, 23 Jan 2009 17:28:49 -0600
-Luke Kanies <luke@madstop.com>
-Adding better error-handling to format rendering
-
-Fri, 23 Jan 2009 16:58:54 -0600
-Luke Kanies <luke@madstop.com>
-Resetting SSL cache terminii to nil when only using the ca
-
-Fri, 23 Jan 2009 16:56:14 -0600
-Luke Kanies <luke@madstop.com>
-Allowing the Indirection cache to be reset to nil
-
-Fri, 23 Jan 2009 16:41:32 -0600
-Luke Kanies <luke@madstop.com>
-Moving the Agent locking code to a module.
-
-Fri, 23 Jan 2009 16:10:58 -0600
-Luke Kanies <luke@madstop.com>
-Cleaning up SSL instances that can't be saved
-
-Fri, 23 Jan 2009 15:52:20 -0600
-Luke Kanies <luke@madstop.com>
-Only caching saved resources when the main save works
-
-Fri, 23 Jan 2009 14:14:44 -0600
-Luke Kanies <luke@madstop.com>
-Moving classfile-writing to the Catalog
-
-Thu, 22 Jan 2009 16:51:02 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring how the Facter integration works
-
-Thu, 22 Jan 2009 16:29:33 -0600
-Luke Kanies <luke@madstop.com>
-Reformatting tests for facts
-
-Thu, 22 Jan 2009 16:05:43 -0600
-Luke Kanies <luke@madstop.com>
-Moving fact and plugin handling into modules
-
-Mon, 19 Jan 2009 18:19:22 -0600
-Luke Kanies <luke@madstop.com>
-Removing the Agent code that added client-side facts
-
-Fri, 19 Dec 2008 12:34:29 -0600
-Luke Kanies <luke@madstop.com>
-Adding Puppet client facts to Facter facts.
-
-Mon, 19 Jan 2009 18:10:45 -0600
-Luke Kanies <luke@madstop.com>
-Clarifying how node names are used during catalog compilation
-
-Mon, 19 Jan 2009 17:57:48 -0600
-Luke Kanies <luke@madstop.com>
-Reformatting Indirector catalog compiler tests
-
-Mon, 19 Jan 2009 17:37:38 -0600
-Luke Kanies <luke@madstop.com>
-Removing ConfigStore code that was never actually used.
-
-Mon, 19 Jan 2009 17:25:50 -0600
-Luke Kanies <luke@madstop.com>
-Renmaing Puppet::Network::Client::Master to Puppet::Agent
-
-Mon, 19 Jan 2009 16:41:41 -0600
-Luke Kanies <luke@madstop.com>
-Revert "Adding the first bits of an Agent class."
-
-Mon, 19 Jan 2009 16:38:44 -0600
-Luke Kanies <luke@madstop.com>
-Revert "This is work that I've decided not to keep"
-
-Mon, 19 Jan 2009 16:29:17 -0600
-Luke Kanies <luke@madstop.com>
-This is work that I've decided not to keep
-
-Tue, 15 Jul 2008 23:05:45 -0500
-Luke Kanies <luke@madstop.com>
-Adding a new Agent::Downloader class for downloading files.
-
-Tue, 15 Jul 2008 21:34:33 -0500
-Luke Kanies <luke@madstop.com>
-Adding the first bits of an Agent class.
-
-Tue, 15 Jul 2008 19:01:12 -0500
-Luke Kanies <luke@madstop.com>
-Adding support for skipping cached indirection instances.
-
-Sun, 25 Jan 2009 20:54:01 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Change the way the tags and params are handled in rails
-
-Sun, 25 Jan 2009 20:50:28 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add methods to return hash instead of objects to params and tags
-
-Thu, 29 Jan 2009 20:17:33 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Rails serialization module to help serialize/unserialize some Puppet Objects
-
-Sun, 25 Jan 2009 20:54:01 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Change the way the tags and params are handled in rails
-
-Sun, 25 Jan 2009 20:50:28 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add methods to return hash instead of objects to params and tags
-
-Thu, 29 Jan 2009 20:17:33 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Rails serialization module to help serialize/unserialize some Puppet Objects
-
-Wed, 28 Jan 2009 12:39:09 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1913 - 'undef' resource values do not get copied to the db
-
-Wed, 28 Jan 2009 12:26:03 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1914 - 'undef' relationship metaparameters do not stack
-
-Sun, 1 Feb 2009 11:05:48 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Fixed #1916 - Added environment option to puppetd"
-
-Sat, 31 Jan 2009 12:33:57 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1916 - Added environment option to puppetd
-
-Sat, 31 Jan 2009 12:27:39 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1910 - Updated logcheck regex
-
-Tue, 27 Jan 2009 19:28:56 +1100
-James Turnbull <james@lovedthanlost.net>
-Typo fix
-
-Tue, 27 Jan 2009 10:03:05 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1852 - Correct behaviour when no SELinux bindings
-
-Fri, 23 Jan 2009 09:46:18 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1879 - Added to tidy documentation
-
-Thu, 22 Jan 2009 13:47:13 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1881 - Added md5lite explanation
-
-Thu, 22 Jan 2009 13:30:08 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1877 - Tidy type reference update for use of 0
-
-Thu, 22 Jan 2009 10:58:34 +1100
-James Turnbull <james@lovedthanlost.net>
- Fix autotest on win32
-
-Thu, 15 Jan 2009 09:35:47 -0800
-Paul Lathrop <paul@tertiusfamily.net>
-Fix #1560
-
-Thu, 22 Jan 2009 10:39:49 +1100
-James Turnbull <james@lovedthanlost.net>
-In order for ReST formatting to work properly, newlines and
-
-Fri, 28 Nov 2008 15:12:30 +0100
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-Fix Bug #1629
-
-Mon, 5 Jan 2009 11:11:16 -0500
-Bryan Kearney <bkearney@redhat.com>
-Fix #1835 : Add whitespace/quote parsing to
-
-Sat, 3 Jan 2009 14:17:42 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1847 - Force re-examination of all files to generate correct indices
-
-Wed, 7 Jan 2009 20:43:05 +0100
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Tue, 30 Dec 2008 18:23:40 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'masterzen/tickets/1834'
-
-Fri, 19 Dec 2008 17:38:50 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1829 - Add puppet function versioncmp to compare versions
-
-Fri, 19 Dec 2008 15:05:29 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1828 - Scope.number? wasn't strict enough and could produce wrong results
-
-Fri, 19 Dec 2008 17:35:08 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1807 - make Puppet::Util::Package.versioncmp a module function
-
-Sat, 27 Dec 2008 12:43:52 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x'
-
-Sat, 27 Dec 2008 11:58:05 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1840 - Bug fixes and improvements for Emacs puppet-mode.el
-
-Sat, 20 Dec 2008 15:30:22 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1834 part2 - Fix tests when no rails
-
-Sat, 20 Dec 2008 15:29:58 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1834 part1 - Fix tempfile failing tests
-
-Thu, 18 Dec 2008 18:06:45 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1729 - puppetmasterd can now read certs at startup
-
-Thu, 18 Dec 2008 11:08:34 -0600
-Luke Kanies <luke@madstop.com>
-Canonicalizing Setting section names to symbols.
-
-Thu, 18 Dec 2008 10:57:59 -0600
-Luke Kanies <luke@madstop.com>
-Fixing all of the test/ tests I broke in previous dev.
-
-Wed, 17 Dec 2008 18:29:58 -0600
-Luke Kanies <luke@madstop.com>
-Deprecating the Puppet::Type.create.
-
-Wed, 17 Dec 2008 18:10:30 -0600
-Luke Kanies <luke@madstop.com>
-Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type
-
-Wed, 17 Dec 2008 18:05:58 -0600
-Luke Kanies <luke@madstop.com>
-Finishing the work to use Puppet::Resource instead of TransObject
-
-Tue, 16 Dec 2008 17:56:53 -0600
-Luke Kanies <luke@madstop.com>
-Adding name/namevar abstraction to Puppet::Resource.
-
-Mon, 15 Dec 2008 11:03:21 -0600
-Luke Kanies <luke@madstop.com>
-Supporting a nil expirer on cacher objects.
-
-Fri, 12 Dec 2008 18:18:39 -0600
-Luke Kanies <luke@madstop.com>
-Setting resource defaults immediately.
-
-Fri, 12 Dec 2008 17:55:54 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring the Settings class to use Puppet::Resource
-
-Thu, 11 Dec 2008 17:59:41 -0600
-Luke Kanies <luke@madstop.com>
-TransObject is nearly deprecated now.
-
-Thu, 11 Dec 2008 12:31:01 -0600
-Luke Kanies <luke@madstop.com>
-Simplifying the initialization interface for References
-
-Thu, 11 Dec 2008 12:13:41 -0600
-Luke Kanies <luke@madstop.com>
-Replacing TransObject usage with Puppet::Resource
-
-Thu, 11 Dec 2008 08:24:43 -0600
-Luke Kanies <luke@madstop.com>
-Renaming the "Catalog#to_type" method to "Catalog#to_ral"
-
-Wed, 10 Dec 2008 15:39:27 -0600
-Luke Kanies <luke@madstop.com>
-Using Puppet::Resource to convert parser resources to RAL resources
-
-Tue, 9 Dec 2008 17:02:29 -0600
-Luke Kanies <luke@madstop.com>
-Adding resource convertion to the parser resources
-
-Tue, 9 Dec 2008 16:56:39 -0600
-Luke Kanies <luke@madstop.com>
-Adding equality testing to Puppet::Resource::Reference
-
-Tue, 9 Dec 2008 16:00:47 -0600
-Luke Kanies <luke@madstop.com>
-Correcting whitespace and nested describes in Puppet::Resource::Catalog
-
-Tue, 9 Dec 2008 15:33:28 -0600
-Luke Kanies <luke@madstop.com>
-Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog
-
-Tue, 16 Dec 2008 22:54:35 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated Red Hat spec file 0.24.7
-
-Tue, 16 Dec 2008 04:19:44 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.7
-
-Mon, 15 Dec 2008 00:22:09 -0600
-Luke Kanies <luke@madstop.com>
-Not using a temporary file when locking files for writing.
-
-Sun, 14 Dec 2008 22:42:16 -0600
-Luke Kanies <luke@madstop.com>
-Modifying the corruption-checking test.
-
-Sat, 13 Dec 2008 21:51:32 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Issue 1804 VDev with the same devices should be in sync
-
-Sat, 13 Dec 2008 23:49:01 +1100
-James Turnbull <james@lovedthanlost.net>
-Documentation fixes
-
-Wed, 10 Dec 2008 23:29:39 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1812 (hopefully) - adding read and write locks to yaml.
-
-Wed, 10 Dec 2008 21:36:39 -0600
-Luke Kanies <luke@madstop.com>
-Preparing to fix #1812 - Moving locking code to a module
-
-Wed, 10 Dec 2008 22:55:38 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1815 - puppetdoc --all crash on resource override
-
-Tue, 9 Dec 2008 15:30:11 -0600
-Luke Kanies <luke@madstop.com>
-Renaming Puppet::ResourceReference to Puppet::Resource::Reference
-
-Mon, 8 Dec 2008 18:02:21 -0600
-Luke Kanies <luke@madstop.com>
-Adding Trans{Object,Bucket} backward compatibility to Puppet::Resource
-
-Mon, 8 Dec 2008 17:26:39 -0600
-Luke Kanies <luke@madstop.com>
-Starting on #1808 - Added a base resource class.
-
-Tue, 9 Dec 2008 15:15:06 -0600
-Luke Kanies <luke@madstop.com>
-Removing the "clear" from the macauthorization tests
-
-Tue, 9 Dec 2008 15:10:09 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 8 Dec 2008 23:20:43 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Fix ZFS autorequire test
-
-Tue, 9 Dec 2008 11:46:21 +1100
-John Ferlito <johnf@inodes.org>
-Add a unique name to objects so we can determine uniqueness when read back in
-
-Tue, 9 Dec 2008 14:28:35 +1100
-James Turnbull <james@lovedthanlost.net>
-Fix launchd service test on non-OSX platforms
-
-Mon, 8 Dec 2008 18:37:27 -0800
-Nigel Kersten <nigelk@google.com>
-Fix the spec tests to work on other platforms, do the confine around OS X versions more sanely
-
-Sun, 7 Dec 2008 15:44:23 -0800
-Nigel Kersten <nigelk@google.com>
-remove unnecessary mk_resource_methods call
-
-Tue, 9 Dec 2008 14:18:31 +1100
-James Turnbull <james@lovedthanlost.net>
-CHANGELOG updates
-
-Tue, 9 Dec 2008 11:46:21 +1100
-John Ferlito <johnf@inodes.org>
-Add a unique name to objects so we can determine uniqueness when read back in
-
-Mon, 8 Dec 2008 20:04:33 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1483 - protect report terminus_class when testing for REST
-
-Mon, 8 Dec 2008 00:09:50 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Bug #1803 Zfs should auto require the ancestor file systems
-
-Sun, 7 Dec 2008 22:41:45 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for value
-
-Mon, 8 Dec 2008 00:00:17 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1800 - tidy now correctly ignores missing files and directories
-
-Sun, 7 Dec 2008 17:04:14 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1794 - returning sync when it is already initialized
-
-Sun, 7 Dec 2008 18:04:14 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1750 again - All of the properties and now :ensure check replace?
-
-Sun, 7 Dec 2008 11:32:51 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix rake abort when there is a matching confine
-
-Sat, 6 Dec 2008 16:53:03 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1483 - use REST to transmit reports over the wire
-
-Fri, 5 Dec 2008 13:28:55 -0800
-Nigel Kersten <nigelk@google.com>
-spec tests for type and provider and some code cleanup to adhere to DRY
-
-Thu, 4 Dec 2008 17:26:06 -0800
-Nigel Kersten <nigelk@google.com>
-Finished work on rules creation and deletion
-
-Thu, 4 Dec 2008 13:07:02 -0800
-Nigel Kersten <nigelk@google.com>
-new better way of doing stdin
-
-Thu, 4 Dec 2008 12:41:59 -0800
-Nigel Kersten <nigelk@google.com>
-finished rights flush, working on rules
-
-Wed, 3 Dec 2008 17:45:04 -0800
-Nigel Kersten <nigelk@google.com>
-macauthorization type
-
-Tue, 2 Dec 2008 12:28:19 -0800
-Nigel Kersten <nigelk@google.com>
-reset macauthorization tree. Initial checkin of new type/provider
-
-Tue, 2 Dec 2008 09:12:40 -0800
-Nigel Kersten <nigelk@google.com>
-add NetInfo deprecation notice to user and group providers, make the directoryservice user provider the default, remove default for darwin from NetInfo providers
-
-Tue, 2 Dec 2008 06:58:01 -0800
-Nigel Kersten <nigelk@google.com>
-Warn that the NetInfo nameservice provider is deprecated. Use directoryservice instead
-
-Thu, 4 Dec 2008 13:08:16 -0800
-Nigel Kersten <nigelk@google.com>
-add some more sanity checks around stdin
-
-Thu, 4 Dec 2008 10:26:00 -0800
-Nigel Kersten <nigelk@google.com>
-add support for stdin to Puppet::Util.execute
-
-Wed, 3 Dec 2008 19:25:12 -0800
-Nigel Kersten <nigelk@google.com>
-Make ralsh behave more sanely for non-existent objects and property values
-
-Wed, 29 Oct 2008 10:50:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Added git changelog task
-
-Tue, 2 Dec 2008 22:28:22 -0600
-Luke Kanies <luke@madstop.com>
-Fixing all broken tests. Most of them were broken by fileserving changes.
-
-Tue, 2 Dec 2008 16:26:54 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 2 Dec 2008 13:57:33 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Bug #1780 Fixing meaningless test
-
-Tue, 2 Dec 2008 00:09:48 -0600
-Luke Kanies <luke@madstop.com>
-Fixing mcx test failures (only happened sometimes).
-
-Mon, 1 Dec 2008 20:54:10 -0800
-Nigel Kersten <nigelk@google.com>
-Need to stub out the defaultprovider call for non Mac platforms
-
-Mon, 1 Dec 2008 20:33:49 -0800
-Nigel Kersten <nigelk@google.com>
-remove extraneous comments
-
-Mon, 1 Dec 2008 19:10:19 -0800
-Nigel Kersten <nigelk@google.com>
-Trim down the after block clears to try to make the tests work for the build servers
-
-Mon, 1 Dec 2008 20:16:11 -0500
-Jeffrey McCune <mccune.jeff@gmail.com>
-Updated mcx type and provider with comprehensive spec tests.
-
-Mon, 1 Dec 2008 18:10:55 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a package test to be *much* faster
-
-Mon, 1 Dec 2008 17:58:58 -0600
-Luke Kanies <luke@madstop.com>
-Fixing splaytime tests
-
-Mon, 1 Dec 2008 17:58:36 -0600
-Luke Kanies <luke@madstop.com>
-Removing debugging from the "resources" type
-
-Mon, 1 Dec 2008 17:39:06 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a test that fails depending on test execution order
-
-Mon, 1 Dec 2008 15:22:56 -0500
-Bryan Kearney <bkearney@localhost.localdomain>
-Relicense under GPLv2+
-
-Fri, 28 Nov 2008 11:23:17 -0600
-Luke Kanies <luke@madstop.com>
-Hopefully fixing #1703 - using a mutex around the sending of the tagmails
-
-Mon, 1 Dec 2008 21:03:20 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1741 - fix some failing tests on some ruby versions.
-
-Mon, 1 Dec 2008 20:14:33 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1788 - allow rspec rake to run only some tests
-
-Mon, 1 Dec 2008 13:43:12 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the AST constant warnings, using a variable instead of a constant
-
-Mon, 1 Dec 2008 12:40:01 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1785 - selinux tests no longer break other tests
-
-Mon, 1 Dec 2008 03:08:38 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Ticket 1780 - Solaris RBAC roles should be autorequired
-
-Mon, 1 Dec 2008 02:58:09 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Feature 1696 Add support for branded zones
-
-Mon, 1 Dec 2008 00:07:04 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Bug #1778 - Solaris RBAC profiles should maintain order
-
-Mon, 1 Dec 2008 00:21:20 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Bug # 1680 Now you can set the hashed passwords on solaris
-
-Sun, 30 Nov 2008 23:54:57 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Feature #1783 - Add ZFS support
-
-Thu, 27 Nov 2008 03:09:03 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Handle password when user is created
-
-Thu, 27 Nov 2008 02:31:27 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-== is not =
-
-Thu, 27 Nov 2008 01:22:36 -0700
-Andrew Shafer <andrew@reductivelabs.com>
-Solaris doesn't have a native tool to set hashed passwords
-
-Fri, 28 Nov 2008 22:39:22 -0500
-Jeffrey McCune <mccune.jeff@gmail.com>
-type/mcx.rb Feature #1026 - MCX Type
-
-Wed, 26 Nov 2008 13:16:52 -0800
-Nigel Kersten <nigelk@google.com>
-Simplify launchd service provider and add tests
-
-Mon, 1 Dec 2008 12:58:04 +1100
-James Turnbull <james@lovedthanlost.net>
- Fixed #1695 - Solaris 10 zone provider doesn't properly handle unknown zone attributes in newer releases
-
-Fri, 28 Nov 2008 23:58:04 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1749 - Splay now hopefully behaves "better" for small values.
-
-Sun, 23 Nov 2008 00:01:23 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1741 - Add inline_template function
-
-Sun, 23 Nov 2008 00:01:04 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1741 - refactor TemplateWrapper, test for template function
-
-Wed, 26 Nov 2008 23:18:45 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test
-
-Wed, 26 Nov 2008 14:58:27 -0500
-Thom May <thom@virelais.nyc.joostas.com>
-Fixes #1773 - no longer check for absolute paths
-
-Wed, 26 Nov 2008 13:59:55 -0800
-Nigel Kersten <nigelk@google.com>
-make sure only types that have passwords search for the password
-
-Wed, 26 Nov 2008 07:54:32 -0800
-Nigel Kersten <nigelk@google.com>
-fix bug with numeric uid/gid in directoryservice provider. doc string cleanups
-
-Fri, 28 Nov 2008 08:58:34 +1100
-James Turnbull <james@lovedthanlost.net>
-Documentation fix for runit provider
-
-Fri, 28 Nov 2008 08:57:18 +1100
-James Turnbull <james@lovedthanlost.net>
-Documentation fix for daemontools provider
-
-Fri, 28 Nov 2008 08:51:21 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1776 - Trivial fix for gentoo service provider
-
-Wed, 26 Nov 2008 15:17:02 -0500
-Thom May <thom@joost.com>
-Rename migration so it's still applied
-
-Tue, 2 Sep 2008 17:59:59 -0400
-Thom May <thom@clearairturbulence.org>
-Slight denormalisation to store a host's environment as a first class
-
-Wed, 26 Nov 2008 00:44:47 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1743 - defined types get catalogs too.
-
-Wed, 26 Nov 2008 20:29:33 +1100
-James Turnbull <james@lovedthanlost.net>
-Adjusted CI tasks exit codes
-
-Tue, 25 Nov 2008 22:20:39 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1755 - handling fully qualified classes correctly.
-
-Wed, 26 Nov 2008 15:58:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Added Rake :ci namespace and CI tasks
-
-Tue, 25 Nov 2008 08:32:46 -0800
-Nigel Kersten <nigelk@google.com>
-Lots of DirectoryService work. New Computer Type. Users now use password hashes. Groups now support setting members as attributes of the group for OS X.
-
-Tue, 25 Nov 2008 07:37:23 -0800
-Nigel Kersten <nigelk@google.com>
-launchd service provider
-
-Tue, 25 Nov 2008 18:21:52 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring the thread-safety in Puppet::Util a bit.
-
-Tue, 25 Nov 2008 18:14:40 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1683 - accessing and changing settings is now thread-safe.
-
-Tue, 25 Nov 2008 13:22:19 -0600
-Luke Kanies <luke@madstop.com>
-Partially fixing #1772 - fixing selinux tests broken by removal of extraneous 'stat' in :file.
-
-Tue, 25 Nov 2008 13:21:54 -0600
-Luke Kanies <luke@madstop.com>
-Partially fixing #1772 - fixing tidy code I broke.
-
-Tue, 25 Nov 2008 13:21:32 -0600
-Luke Kanies <luke@madstop.com>
-Partially fixing #1772 - broken 'resources' tests.
-
-Mon, 24 Nov 2008 11:16:12 -0600
-Luke Kanies <luke@madstop.com>
-Manually setting an env var to mark autotest enabled so we see color
-
-Sun, 23 Nov 2008 00:56:38 -0600
-Luke Kanies <luke@madstop.com>
-Removing the included testing gems; you must now install them yourself.
-
-Mon, 24 Nov 2008 12:17:52 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1708 - user groups specified as names are now detected correctly.
-
-Mon, 24 Nov 2008 21:31:22 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1767 - Minor fix to emacs mode
-
-Sat, 22 Nov 2008 10:00:55 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Fixing #1755 - File modes (and other strange properties) will now display correctly"
-
-Thu, 20 Nov 2008 13:55:14 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1764 - a property's 'sync' method is never considered a no-op.
-
-Thu, 20 Nov 2008 12:51:42 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring the file/owner property to be simpler and cleaner.
-
-Thu, 20 Nov 2008 14:37:16 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1755 - File modes (and other strange properties) will now display correctly
-
-Tue, 18 Nov 2008 20:22:45 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1668 - puppetca can't clean unsigned certs
-
-Wed, 19 Nov 2008 10:10:54 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1759 - Comparison operator was using string comparison for numbers
-
-Wed, 19 Nov 2008 18:55:57 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1711 - fileserver test fails due to incorrect mocking
-
-Wed, 19 Nov 2008 18:49:50 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1751 - Mac OS X DirectoryService nameservice provider support for plist output and password hash fil
-
-Wed, 19 Nov 2008 18:44:41 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine whether stderr and stdout are combined in the output
-
-Tue, 18 Nov 2008 14:40:00 -0800
-Nigel Kersten <nigelk@google.com>
-Fix the init service type to cope with an array for defpath and if defpath does not exist
-
-Tue, 18 Nov 2008 22:54:22 +1100
-James Turnbull <james@lovedthanlost.net>
-Added versionable feature to the RPM provider
-
-Mon, 17 Nov 2008 16:49:40 -0600
-Luke Kanies <luke@madstop.com>
-Fixing broken tests resulting from the fix to #1747
-
-Mon, 17 Nov 2008 21:07:08 +1100
-James Turnbull <james@lovedthanlost.net>
-Moved RRD feature from util/metric.rb to feature/base.rb
-
-Sat, 15 Nov 2008 13:21:00 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Manifest documentation generation
-
-Sat, 15 Nov 2008 13:22:26 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Move function existance test to parser evaluation
-
-Sat, 15 Nov 2008 13:10:55 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add a doc attribute to AST nodes and fill it with the last seen comments
-
-Sun, 9 Nov 2008 12:30:06 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-RSpec tests for the doc system (covers AST.doc, lexer and parser)
-
-Sat, 15 Nov 2008 22:29:36 -0600
-Luke Kanies <luke@madstop.com>
-Adding more file tests and fixing conflicting tests
-
-Sun, 16 Nov 2008 10:20:22 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1735 and #1747 - Fixes to confine system
-
-Sun, 16 Nov 2008 10:16:23 +1100
-James Turnbull <james@lovedthanlost.net>
-CHANGELOG updates
-
-Sun, 16 Nov 2008 10:11:19 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1718 - Added preseed to apt uninstall and purge
-
-Sat, 15 Nov 2008 02:16:57 -0600
-Luke Kanies <luke@madstop.com>
-Completely refactoring the tidy type.
-
-Fri, 14 Nov 2008 19:29:08 -0600
-Luke Kanies <luke@madstop.com>
-Cleaning up the tidy type a bit
-
-Fri, 14 Nov 2008 19:27:50 -0600
-Luke Kanies <luke@madstop.com>
-These changes are all about making sure file data is expired when appropriate.
-
-Fri, 14 Nov 2008 19:15:37 -0600
-Luke Kanies <luke@madstop.com>
-Catalogs always consider resource data to be expired if not mid-transaction.
-
-Thu, 13 Nov 2008 22:21:57 -0500
-Sean E. Millichamp <sean@bruenor.org>
-Include spec directory in packages
-
-Thu, 13 Nov 2008 17:40:35 -0800
-Luke Kanies <luke@madstop.com>
-Fixing the provider's confine subsystem so the logs are more useful.
-
-Fri, 14 Nov 2008 10:23:22 +1100
-James Turnbull <james@lovedthanlost.net>
-Removed extra 'end' from yum.rb
-
-Thu, 13 Nov 2008 17:41:50 -0500
-Sean E. Millichamp <sean@bruenor.org>
-Fix bug #1746: Sync SELinux file attributes after file contents created/modified
-
-Thu, 13 Nov 2008 16:54:50 -0500
-Sean E. Millichamp <sean@bruenor.org>
-Fix bug #1681: Add filesystem type check to test for per-file SELinux context support
-
-Thu, 6 Nov 2008 11:13:34 -0500
-Sean E. Millichamp <sean@bruenor.org>
-Quiet debug when no default SELinux context found for one of the components
-
-Thu, 6 Nov 2008 10:43:19 -0500
-Sean E. Millichamp <sean@bruenor.org>
-Fixes relating to transition to native SELinux bindings
-
-Sun, 2 Nov 2008 20:05:57 -0500
-Sean E. Millichamp <sean@bruenor.org>
-Refactoring of SELinux functions to use native Ruby SELinux interface
-
-Thu, 13 Nov 2008 10:32:23 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1739' into 0.24.x
-
-Thu, 13 Nov 2008 10:17:32 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1739 - Added uninstall functionality to yum provider
-
-Tue, 11 Nov 2008 13:43:29 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1737 - part2 - Fix display of "options"
-
-Tue, 11 Nov 2008 13:58:55 -0800
-Luke Kanies <luke@madstop.com>
-Properly cleaning up ssl ca configuration during testing
-
-Tue, 11 Nov 2008 13:31:31 -0800
-Luke Kanies <luke@madstop.com>
-Adding caching support to parameters, and using cached attributes for file source and metadata.
-
-Tue, 11 Nov 2008 13:12:21 -0800
-Luke Kanies <luke@madstop.com>
-Adding cached attribute support to resources.
-
-Tue, 11 Nov 2008 13:01:14 -0800
-Luke Kanies <luke@madstop.com>
-Allowing a nil expirer for caching classes.
-
-Tue, 11 Nov 2008 12:45:50 -0800
-Luke Kanies <luke@madstop.com>
-Refactoring the Cacher interface to always require attribute declaration.
-
-Tue, 11 Nov 2008 10:47:32 -0600
-Luke Kanies <luke@madstop.com>
-Changing the Cacher.invalidate method to Cacher.expire.
-
-Mon, 10 Nov 2008 16:00:38 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a critical bug in the Cacher module.
-
-Mon, 10 Nov 2008 15:24:55 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1737 - ssh_authorized_keys should be able to parse options containing commas
-
-Tue, 11 Nov 2008 00:05:53 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1740 - Daemontools and Runit is not ReST compliant
-
-Sat, 8 Nov 2008 12:52:52 -0600
-Luke Kanies <luke@madstop.com>
-Fixing tests broken by fileserving and other refactoring.
-
-Fri, 7 Nov 2008 16:59:13 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a test broken by previous refactoring
-
-Fri, 7 Nov 2008 16:55:00 -0600
-Luke Kanies <luke@madstop.com>
-Finishing the refactoring of the resource generation interface.
-
-Fri, 7 Nov 2008 16:10:52 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring and clarifying the resource generation methods.
-
-Fri, 7 Nov 2008 12:48:37 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring Catalog#add_resource to correctly handle implicit resources.
-
-Thu, 6 Nov 2008 14:25:37 -0600
-Luke Kanies <luke@madstop.com>
-Adding SimpleGraph#leaves, which I apparently did not migrate from PGraph
-
-Thu, 6 Nov 2008 12:40:40 -0600
-Luke Kanies <luke@madstop.com>
-Removing mention of obsolete edgelist_class from GRATR.
-
-Thu, 6 Nov 2008 12:39:40 -0600
-Luke Kanies <luke@madstop.com>
-Changing the catalog's relationship graph into a normal graph.
-
-Thu, 6 Nov 2008 12:14:05 -0600
-Luke Kanies <luke@madstop.com>
-Removing the PGraph class and subsuming it into SimpleGraph.
-
-Thu, 6 Nov 2008 11:55:34 -0600
-Luke Kanies <luke@madstop.com>
-Moving Catalog#write_graph to SimpleGraph, where it belongs.
-
-Wed, 5 Nov 2008 23:04:33 -0600
-Luke Kanies <luke@madstop.com>
-Converting the file 'source' property to a parameter.
-
-Wed, 5 Nov 2008 21:44:42 -0600
-Luke Kanies <luke@madstop.com>
-Removing mid-transaction resources from the catalog.
-
-Wed, 5 Nov 2008 17:49:36 -0600
-Luke Kanies <luke@madstop.com>
-Adding a method to Checksums to extract the sum type
-
-Wed, 5 Nov 2008 17:25:23 -0600
-Luke Kanies <luke@madstop.com>
-Aliasing "must_not" just like we alias "must"
-
-Wed, 5 Nov 2008 22:09:20 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1730 - Edited file/ensure.rb docs for clarity
-
-Wed, 5 Nov 2008 11:35:09 +0100
-Martin Englund <martin@englund.nu>
-Fixes #1672 - unsafe crontab handling in Solaris
-
-Tue, 4 Nov 2008 17:15:45 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the augeas type tests to work when augeas is missing
-
-Tue, 4 Nov 2008 17:22:27 -0600
-Luke Kanies <luke@madstop.com>
-Deduplicating slashes in the fileserving code
-
-Tue, 4 Nov 2008 17:15:45 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the augeas type tests to work when augeas is missing
-
-Fri, 31 Oct 2008 15:44:07 -0500
-Luke Kanies <luke@madstop.com>
-Reducing the number of calls to terminus() to reduce interference with caching
-
-Wed, 29 Oct 2008 23:11:52 -0500
-Luke Kanies <luke@madstop.com>
-Switched all value management in props/params to internal classes.
-
-Wed, 29 Oct 2008 12:09:58 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1677 - fixing the selinux tests in master.
-
-Tue, 28 Oct 2008 19:40:32 -0500
-Luke Kanies <luke@madstop.com>
-Changing the meaning of the unused Puppet::Type#parameter method to return an instance
-
-Tue, 28 Oct 2008 18:09:55 -0500
-Luke Kanies <luke@madstop.com>
-Moving a file purging test to rspec
-
-Tue, 28 Oct 2008 17:50:20 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1641 - file recursion now only passes original parameters to child resources.
-
-Mon, 27 Oct 2008 17:21:21 -0500
-Luke Kanies <luke@madstop.com>
-Removing obsolete methods and tests:
-
-Mon, 27 Oct 2008 12:10:36 -0500
-Luke Kanies <luke@madstop.com>
-Making it so (once again) files with sources set can still be deleted
-
-Fri, 31 Oct 2008 16:19:41 -0500
-Luke Kanies <luke@madstop.com>
-Fixing and migrating more file tests.
-
-Fri, 31 Oct 2008 16:19:01 -0500
-Luke Kanies <luke@madstop.com>
-Adding a starting point for spec tests for tidy.
-
-Mon, 3 Nov 2008 22:15:09 -0600
-Luke Kanies <luke@madstop.com>
-Setting puppetmasterd up to serve all indirected classes.
-
-Mon, 3 Nov 2008 22:05:20 -0600
-Luke Kanies <luke@madstop.com>
-Retrieving the CA certificate before the client certificate.
-
-Mon, 3 Nov 2008 21:41:30 -0600
-Luke Kanies <luke@madstop.com>
-Handling the case where a symbol (e.g., :ca) is used for a certificate name.
-
-Mon, 3 Nov 2008 21:39:58 -0600
-Luke Kanies <luke@madstop.com>
-Fixing :bindaddress setting to work with the new server subsystem.
-
-Mon, 3 Nov 2008 21:39:13 -0600
-Luke Kanies <luke@madstop.com>
-Fixing CertificateRequest#save to accept arguments.
-
-Sat, 1 Nov 2008 10:56:52 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixes #1714 - yumhelper handling with yum 2.2.x is broken
-
-Sat, 1 Nov 2008 10:44:21 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1721 - puppet.conf documentation incorrectly lists signals that affect the daemons
-
-Fri, 31 Oct 2008 16:05:18 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test I broke when fixing a reporting bug
-
-Fri, 31 Oct 2008 16:10:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing forward-compatibility issues resulting from no global resources
-
-Fri, 31 Oct 2008 16:05:18 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test I broke when fixing a reporting bug
-
-Fri, 31 Oct 2008 16:01:28 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Wed, 29 Oct 2008 11:29:12 -0400
-Bryan Kearney <bkearney@redhat.com>
-Added unit tests for the augeas type and provider
-
-Tue, 28 Oct 2008 14:17:12 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1402 - Allow multiline comments
-
-Tue, 28 Oct 2008 14:15:08 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #857 - Multiple class of the same name don't append code
-
-Wed, 29 Oct 2008 15:53:39 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed augeas examples in type
-
-Wed, 29 Oct 2008 15:46:16 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'augeas' into 0.24.x
-
-Wed, 29 Oct 2008 14:36:20 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1710 - Spurious output in test run
-
-Tue, 28 Oct 2008 19:13:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1669 - The dump parameter can now be changed on mounts.
-
-Tue, 28 Oct 2008 14:12:36 +0100
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1682 - ASTArray should flatten product of evaluation of its children
-
-Tue, 28 Oct 2008 17:13:31 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1667 - regex automatic value documentation is now readable.
-
-Tue, 28 Oct 2008 09:50:42 -0400
-Bryan Kearney <bkearney@redhat.com>
-Merge branch 'augeas' of git@github.com:bkearney/puppet into augeas
-
-Mon, 27 Oct 2008 13:04:25 -0400
-Bryan Kearney <bkearney@redhat.com>
-Split Augeas up into a provider and a type.
-
-Tue, 28 Oct 2008 15:57:03 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1692 - k5login fails to set mode when file is created
-
-Mon, 27 Oct 2008 23:37:33 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1660 - Adding specifically supported values for tidy recursion.
-
-Mon, 27 Oct 2008 23:22:03 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1698 - all logs again show up in the report.
-
-Tue, 28 Oct 2008 14:48:11 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1661 - Type reference: tidy should specify manditory parameters
-
-Mon, 27 Oct 2008 21:41:53 +0100
-Luke Kanies <luke@madstop.com>
-Removing all mention of EPM, RPM, or Sun packages.
-
-Tue, 28 Oct 2008 13:40:26 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'l' into 0.24.x
-
-Sat, 11 Oct 2008 18:45:16 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fixed #1104 - Classes and nodes should set $name variables
-
-Mon, 27 Oct 2008 13:04:25 -0400
-Bryan Kearney <bkearney@redhat.com>
-Beginning provider split, need help on the voodoo
-
-Fri, 24 Oct 2008 08:43:03 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated Red Hat spec file for 0.24.6 and removed conf/debian directory.
-
-Fri, 24 Oct 2008 08:03:31 +1100
-James Turnbull <james@lovedthanlost.net>
-Added augeas type and feature
-
-Wed, 22 Oct 2008 18:30:57 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Thu, 23 Oct 2008 01:19:26 +0200
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.6
-
-Thu, 23 Oct 2008 01:19:26 +0200
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.6
-
-Thu, 23 Oct 2008 01:19:07 +0200
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x
-
-Wed, 22 Oct 2008 19:07:08 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Improve the inline documentation for SELinux types and parameters
-
-Wed, 22 Oct 2008 11:04:45 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Fixes #1663 - added Symbol check and additional test
-
-Wed, 22 Oct 2008 14:34:33 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Fix SELinux test to succeed when Puppet debug mode is enabled
-
-Wed, 22 Oct 2008 14:24:06 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Fix regression caused by switch to Puppet's execute() functions
-
-Tue, 21 Oct 2008 12:20:12 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Solaris RBAC Attributes
-
-Tue, 21 Oct 2008 19:28:21 +0200
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x
-
-Thu, 16 Oct 2008 22:02:37 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #936 - Allow trailing comma in array definition
-
-Sat, 18 Oct 2008 12:53:27 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1115 - part2 - fix tests and add all_tags
-
-Tue, 21 Oct 2008 10:44:20 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1662 - Configuration Reference still references 'section'
-
-Tue, 21 Oct 2008 10:37:56 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1460 - enhance redhat puppetmaster init.d script to easy start puppetmaster as a mongrel cluster
-
-Tue, 21 Oct 2008 09:50:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1663 - Regression relating to facter fact naming from 0.24.5
-
-Thu, 16 Oct 2008 20:24:30 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #636 - Allow extraneous comma in function argument list
-
-Sat, 18 Oct 2008 00:17:24 +0200
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x
-
-Fri, 17 Oct 2008 09:14:43 -0500
-Luke Kanies <luke@madstop.com>
-Fixing resource aliasing to not use global resource aliasing.
-
-Fri, 17 Oct 2008 09:01:04 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,
-
-Thu, 16 Oct 2008 16:17:30 -0500
-Luke Kanies <luke@madstop.com>
-Fixing tests I broke when trying to fix the Providers reference.
-
-Tue, 14 Oct 2008 16:01:28 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Use fully qualified paths when calling binaries, adjust chcon call to use Puppet's execute() function.
-
-Mon, 13 Oct 2008 16:48:40 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Setting SELinux contexts with chcon should not dereference symbolic links
-
-Wed, 15 Oct 2008 19:47:02 -0500
-Luke Kanies <luke@madstop.com>
-Adding comments to Puppet::Util::Cacher
-
-Tue, 14 Oct 2008 11:22:40 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1646 - service puppet status does not work as non-root on redhat system
-
-Sun, 5 Oct 2008 18:52:20 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1115 - Allow checking tags/classes from ERb templates
-
-Tue, 14 Oct 2008 08:47:21 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1649 - OS X package creation script should be more selective about cleaning out prior versions
-
-Mon, 13 Oct 2008 10:35:40 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1647 - puppetdoc's 'providers' report works again.
-
-Sat, 11 Oct 2008 08:12:22 +0100
-Paul Nasrat <pnasrat@googlemail.com>
-Fix 1642 (always warning) and improve unit tests to cover when to warn and not
-
-Fri, 10 Oct 2008 16:15:59 +0200
-duritong <peter.meier@immerda.ch>
-lazy load latest package definitions with yumhelper 2.2
-
-Fri, 10 Oct 2008 14:26:27 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Added last part of #1633 patch - update to util/metrics.rb"
-
-Fri, 10 Oct 2008 10:53:18 +1100
-James Turnbull <james@lovedthanlost.net>
-Added last part of #1633 patch - update to util/metrics.rb
-
-Thu, 9 Oct 2008 15:51:05 +0200
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x
-
-Wed, 8 Oct 2008 23:44:41 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some tests that were broken in 2fba85af
-
-Wed, 8 Oct 2008 22:06:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test that was failing as a result of the fix to #1491
-
-Wed, 8 Oct 2008 22:27:12 -0500
-Luke Kanies <luke@madstop.com>
-Adding an additional option for the fix in ff36832e, skipping missing cert dirs
-
-Wed, 8 Oct 2008 22:23:40 -0500
-Luke Kanies <luke@madstop.com>
-Removing a gid test for users, since it is a bad test and has mostly been replaced in rspec
-
-Wed, 8 Oct 2008 22:16:31 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test that was broken in ee579641
-
-Wed, 8 Oct 2008 22:13:52 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some tests that were broken in the fix for #1633
-
-Wed, 8 Oct 2008 22:10:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test that was failing because i-have-no-idea
-
-Wed, 8 Oct 2008 22:05:43 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test that was failing because of the change to retrieve() in ee579641
-
-Wed, 8 Oct 2008 22:04:49 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a file source test that was failing because missing sources is now a failure
-
-Wed, 8 Oct 2008 22:03:22 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the broken tests resulting from the fix for #1551.
-
-Wed, 8 Oct 2008 21:27:21 -0500
-Luke Kanies <luke@madstop.com>
-Adding warnings when example groups are skipped.
-
-Wed, 8 Oct 2008 21:16:26 -0500
-Luke Kanies <luke@madstop.com>
-Moving some test/ package tests to rspec integration tests
-
-Wed, 8 Oct 2008 11:40:25 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Cleanup selboolean and selmodule unit tests to pass on non-SELinux systems
-
-Wed, 8 Oct 2008 11:39:10 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Add unit test coverage for Puppet::Util::SELinux and fix problems found by tests
-
-Thu, 9 Oct 2008 07:58:26 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1639 - uninitialized constant Puppet::Type::User::ProviderUseradd
-
-Wed, 8 Oct 2008 14:37:44 +0200
-Brice Figureau <brice@daysofwonder.com>
-Fix #1636 - part2 - correct some client errors.
-
-Wed, 8 Oct 2008 15:11:44 +0100
-Paul Nasrat <pnasrat@googlemail.com>
-Add failing test for plugin with file and recurse
-
-Sun, 5 Oct 2008 17:11:38 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix several small regressions in plugins mount
-
-Wed, 8 Oct 2008 12:14:11 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1640 - file groups now no longer get set on every run
-
-Wed, 8 Oct 2008 16:27:55 +1100
-James Turnbull <james@lovedthanlost.net>
-Incremented CHANGELOG to 0.24.6
-
-Tue, 7 Oct 2008 22:46:02 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Fix scenario when SELinux support tools exist, but SELinux is disabled
-
-Wed, 8 Oct 2008 14:00:35 +1100
-James Turnbull <james@lovedthanlost.net>
-Add new set of unit tests for selmodule type
-
-Tue, 7 Oct 2008 15:00:49 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Removal of redundant lines from unit test
-
-Wed, 8 Oct 2008 13:57:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Remove old selboolean unit tests and fix permissions on new tests
-
-Tue, 7 Oct 2008 11:13:03 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Rewrote seboolean unit tests to provide better coverage
-
-Mon, 6 Oct 2008 17:30:38 -0400
-Sean E. Millichamp <sean@bruenor.org>
-New and improved tests for file type SELinux contexts
-
-Sun, 5 Oct 2008 17:11:22 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix regression when templatedir doesn't exist.
-
-Mon, 6 Oct 2008 22:39:56 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1202 - Collection attribute matching doesn't parse arrays
-
-Tue, 7 Oct 2008 18:29:47 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1633 - Added support for --detailed-exits to bin/puppet
-
-Mon, 6 Oct 2008 19:06:21 -0500
-Luke Kanies <luke@madstop.com>
-Adding an array indexer method to Puppet::Util::Metric as requested in #1633.
-
-Mon, 6 Oct 2008 19:03:40 -0500
-Luke Kanies <luke@madstop.com>
-Adding partial spec tests for Puppet::Util::Metric.
-
-Mon, 6 Oct 2008 22:06:39 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Fixed #1473 - Rescue Timeout::Error in xmlrpc clients
-
-Tue, 7 Oct 2008 13:51:59 +1100
-James Turnbull <james@lovedthanlost.net>
-Fxied #1354 - yum provider problems with RHEL 3
-
-Sat, 4 Oct 2008 16:11:03 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1109 - allow empty if or else branches
-
-Sat, 27 Sep 2008 18:52:58 +0200
-Francois Deppierraz <francois@ctrlaltdel.ch>
-Fixed documentation, typo and added CHANGELOG entry
-
-Sat, 27 Sep 2008 18:44:13 +0200
-Francois Deppierraz <francois@ctrlaltdel.ch>
-Fix #1530: Correctly parse ssh type 1 keys
-
-Sun, 5 Oct 2008 22:50:18 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed additional environments tests
-
-Sat, 4 Oct 2008 00:16:17 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Rspec Tests for #381.
-
-Sat, 4 Oct 2008 16:27:51 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #381 - Allow multiple resource overrides or references
-
-Sat, 4 Oct 2008 13:21:51 +1000
-James Turnbull <james@lovedthanlost.net>
-Minor test fix for #1614
-
-Fri, 3 Oct 2008 18:30:52 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1098 - Multiline strings now correctly increment the line count
-
-Fri, 3 Oct 2008 17:42:16 -0500
-Luke Kanies <luke@madstop.com>
-Doing some simple refactorings on Puppet::Log
-
-Fri, 3 Oct 2008 17:39:18 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1089 - Log messages are now tagged with the log level,
-
-Fri, 3 Oct 2008 17:35:45 -0500
-Luke Kanies <luke@madstop.com>
-Adding rspec tests for the Puppet::Util::Log class.
-
-Fri, 3 Oct 2008 16:12:49 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #981 - Removed 'Adding aliases' info message
-
-Fri, 3 Oct 2008 12:09:38 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Fix failing tests dependent on /etc/user_attr file existing
-
-Fri, 3 Oct 2008 15:37:31 -0500
-Luke Kanies <luke@madstop.com>
-Removing obselete code from the file type.
-
-Fri, 3 Oct 2008 13:11:44 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #947 - pluginsync no longer fails poorly when no plugins exist
-
-Fri, 3 Oct 2008 12:42:51 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the Node class to no longer validate environments
-
-Tue, 30 Sep 2008 14:43:23 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Add SELinux context reset after file writes in Puppet::Util::FileType
-
-Tue, 30 Sep 2008 14:38:21 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Add new support for :selrange SELinux file property
-
-Tue, 30 Sep 2008 14:34:48 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Add detected defaults for existing SELinux file properties
-
-Tue, 30 Sep 2008 14:18:14 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Refactor SELinux commands to utility module
-
-Tue, 30 Sep 2008 14:02:33 -0400
-Sean E. Millichamp <sean@bruenor.org>
-Clean up of SELinux rspec tests so all pass
-
-Thu, 24 Jul 2008 18:13:14 -0700
-Brett Lentz <wakko666@gmail.com>
-Merged fsweetser's selinux patch against HEAD
-
-Thu, 2 Oct 2008 23:07:19 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1613 - The client environment will be substituted when looking up settings.
-
-Thu, 2 Oct 2008 22:56:35 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1614 - Environments no longer have to be listed out.
-
-Fri, 3 Oct 2008 11:20:23 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1628 - Changed node search to use certname rather than Facter hostname
-
-Fri, 3 Oct 2008 10:50:58 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated puppet binary documentation
-
-Thu, 2 Oct 2008 14:04:38 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed error message typo
-
-Wed, 1 Oct 2008 19:20:05 -0500
-Luke Kanies <luke@madstop.com>
-Adding a rake task for sending emails to the dev list
-
-Wed, 1 Oct 2008 19:07:49 -0500
-Luke Kanies <luke@madstop.com>
-Fixing package provider tests to use the new Transaction::Change interface
-
-Wed, 1 Oct 2008 19:06:10 -0500
-Luke Kanies <luke@madstop.com>
-Migrating the apt and dpkg tests to rspec.
-
-Wed, 1 Oct 2008 19:46:45 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Update change log with RBAC roles
-
-Wed, 1 Oct 2008 18:58:09 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Add role support to user type and an implemention
-
-Wed, 1 Oct 2008 18:00:17 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Some small clarifying refactors and change to objectadd to allow subclasses of
-
-Wed, 1 Oct 2008 17:23:14 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Adding user_attr util to parse attributes on solaris
-
-Thu, 2 Oct 2008 07:40:58 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1586 - Specifying "fully qualified" package names in Gentoo
-
-Wed, 1 Oct 2008 00:07:24 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #791 - You should now be able to create and find a user/group in one transaction.
-
-Tue, 30 Sep 2008 23:19:38 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring and adding tests to the file group property.
-
-Thu, 2 Oct 2008 07:29:44 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1622' into 0.24.x
-
-Tue, 30 Sep 2008 22:34:05 -0500
-Luke Kanies <luke@madstop.com>
-Modified the group and zone resource types to no longer call
-
-Tue, 30 Sep 2008 22:04:38 -0500
-Luke Kanies <luke@madstop.com>
-Modified the behaviour of resource-level 'retrieve' -- it only
-
-Tue, 30 Sep 2008 18:12:10 -0500
-Luke Kanies <luke@madstop.com>
-Updating changelog for #1622
-
-Tue, 30 Sep 2008 18:08:55 -0500
-Luke Kanies <luke@madstop.com>
-Adding tests for the user retrieve method
-
-Tue, 30 Sep 2008 17:51:10 -0500
-Luke Kanies <luke@madstop.com>
-Removing commented code from the user type from about 2005
-
-Tue, 30 Sep 2008 17:50:31 -0500
-Luke Kanies <luke@madstop.com>
-The Netinfo and DirectoryService providers can now create user and group simultaneously.
-
-Tue, 30 Sep 2008 17:49:18 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1622 - The user type only looks up groups when necessary.
-
-Tue, 30 Sep 2008 16:44:14 -0500
-Luke Kanies <luke@madstop.com>
-Aliasing the rspec 'should' method to 'must'
-
-Tue, 30 Sep 2008 13:33:10 -0500
-Luke Kanies <luke@madstop.com>
-Rewriting the user tests, in preparation for enhancing them
-
-Wed, 1 Oct 2008 01:42:00 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is used
-
-Fri, 26 Sep 2008 23:03:39 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add parser for arbitrary expressions
-
-Fri, 26 Sep 2008 22:54:42 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add arithmetic operators to AST
-
-Fri, 26 Sep 2008 22:59:50 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add not operator to AST
-
-Fri, 26 Sep 2008 22:59:27 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add comparison operators (< > == != <= >=) to AST
-
-Fri, 26 Sep 2008 22:56:17 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add boolean operators to AST
-
-Thu, 25 Sep 2008 16:05:57 +0100
-Paul Nasrat <pnasrat@googlemail.com>
-Add warning and forcibly set to :md5 fixing #1564
-
-Fri, 19 Sep 2008 11:41:45 +0100
-Paul Nasrat <pnasrat@googlemail.com>
-Fix metadata class for cases when checksum_type set
-
-Tue, 30 Sep 2008 22:13:08 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1603 - Added support for running Puppet inside a Rack application
-
-Mon, 29 Sep 2008 11:57:26 +0100
-Paul Nasrat <pnasrat@googlemail.com>
-Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.
-
-Tue, 23 Sep 2008 15:21:29 +0100
-Paul Nasrat <pnasrat@googlemail.com>
-Make fileserver use fileset for recursion and handle dangling links by ignoring them fixing #1544
-
-Tue, 23 Sep 2008 11:51:51 +0100
-Paul Nasrat <pnasrat@googlemail.com>
-Add tests for FileServer::Mount list for #1544
-
-Sat, 27 Sep 2008 21:30:49 +0200
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x
-
-Fri, 26 Sep 2008 14:26:45 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1610 - Raise "Filebucketed" messages to Notice priority
-
-Thu, 24 Jul 2008 18:13:14 -0700
-Brett Lentz <wakko666@gmail.com>
-Merged fsweetser's selinux patch against HEAD
-
-Thu, 25 Sep 2008 14:19:52 +1000
-James Turnbull <james@lovedthanlost.net>
-Added a number of confines to package providers
-
-Thu, 25 Sep 2008 14:02:15 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1609 - Added confines for the Gentoo, FreeBSD and SMF (Solaris) service providers
-
-Thu, 25 Sep 2008 13:23:16 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1608 - Added ubuntu to defaultfor for apt provider
-
-Thu, 25 Sep 2008 13:10:06 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1607 - Added ubuntu to defaultfor for Debian service provider
-
-Sun, 21 Sep 2008 16:46:11 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1588 - Fixed puppetca --clean --all
-
-Wed, 24 Sep 2008 17:46:57 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1472 -- defined, exported resources in the current compile now get expanded
-
-Wed, 24 Sep 2008 18:08:06 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1045 - Multiple metaparams all get added to resources.
-
-Tue, 23 Sep 2008 23:50:43 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'feature/master/1481'
-
-Tue, 23 Sep 2008 22:32:29 -0500
-Luke Kanies <luke@madstop.com>
-Removing files that git wasn't smart enough to remote during a merge.
-
-Tue, 23 Sep 2008 22:31:55 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 23 Sep 2008 14:52:57 -0500
-Luke Kanies <luke@madstop.com>
-Removing some code in Parameter that is unnecessary.
-
-Tue, 23 Sep 2008 14:43:38 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1595 - Internally, Property#retrieve is no longer called
-
-Fri, 19 Sep 2008 17:00:03 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Only apply splay the first run
-
-Sat, 20 Sep 2008 22:00:19 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-fix failing hpux user specs
-
-Sat, 20 Sep 2008 14:14:44 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add rspec unit test for the append operator
-
-Sun, 14 Sep 2008 15:49:34 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Add an append (+=) variable operator:
-
-Tue, 16 Sep 2008 10:24:19 +0100
-Paul Nasrat <pnasrat@googlemail.com>
-Bug #1550 - Rework to avoid regressing rspec tests, add new rspec tests for templatedir as a path
-
-Tue, 16 Sep 2008 10:24:18 +0100
-Thom May <thom@joost.com>
-Allow a templatedir to be colon separated.
-
-Thu, 18 Sep 2008 18:48:12 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Fixed #1500 - puppetrun host regression
-
-Fri, 19 Sep 2008 09:49:18 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1579 and #1580 - errors in the Puppet RPM spec file
-
-Tue, 16 Sep 2008 11:24:57 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1521 -- ldap user and group are now used with the default connection
-
-Tue, 16 Sep 2008 11:41:48 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1572 -- file purging now fails if remote sources do not exist.
-
-Mon, 15 Sep 2008 23:10:13 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1576 - moving all of the Puppet::Type code back into type.rb.
-
-Sat, 13 Sep 2008 15:11:17 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed issues with file descriptors leaking into subprocesses
-
-Sat, 13 Sep 2008 15:01:57 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1571 - Puppet::Util::binary returns incorrect results
-
-Sat, 13 Sep 2008 14:21:06 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1553 - Puppet and Facter cannot both install the plist module into two different locations
-
-Sat, 13 Sep 2008 14:16:01 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1568 - createpackage.sh
-
-Fri, 12 Sep 2008 09:13:50 +1000
-James Turnbull <james@lovedthanlost.net>
-Adjusted hpuxuseradd user provider to confine to HP-UX and fixed HP-UX user provider path regression
-
-Fri, 12 Sep 2008 08:44:41 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1566 - changed password property of the user type
-
-Wed, 10 Sep 2008 13:48:52 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed debug messages in package type - thanks to Todd Zullinger for this fix
-
-Tue, 9 Sep 2008 07:30:49 +1000
-James Turnbull <james@lovedthanlost.net>
-Sync with latest Fedora/EPEL specfile
-
-Sat, 6 Sep 2008 09:52:26 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #1455 - Adds HP-UX support for user type
-
-Wed, 3 Sep 2008 10:28:17 -0700
-Nigel Kersten <nigelk@google.com>
-Fixes #1551 puppetmaster.freshness xmlrpc call returns incorrect type
-
-Fri, 5 Sep 2008 11:39:57 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #1554 - Fix exception for undefined hostname
-
-Fri, 29 Aug 2008 01:40:47 -0700
-Luke Kanies <luke@madstop.com>
-Removing the old, obsolete recursion methods.
-
-Fri, 29 Aug 2008 01:29:20 -0700
-Luke Kanies <luke@madstop.com>
-As far as I can tell, recursion is working entirely.
-
-Fri, 29 Aug 2008 01:25:17 -0700
-Luke Kanies <luke@madstop.com>
-Removing insanely stupid default property behaviour.
-
-Fri, 29 Aug 2008 00:48:40 -0700
-Luke Kanies <luke@madstop.com>
-Source recursion is nearly working.
-
-Thu, 28 Aug 2008 23:28:22 -0700
-Luke Kanies <luke@madstop.com>
-Files now use the Indirector to recurse locally.
-
-Thu, 28 Aug 2008 23:09:52 -0700
-Luke Kanies <luke@madstop.com>
-Fixing filesets to allow nil ignore values.
-
-Thu, 28 Aug 2008 22:48:01 -0700
-Luke Kanies <luke@madstop.com>
-Recursion using REST seems to almost work.
-
-Fri, 29 Aug 2008 12:17:04 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1533 - changed permissions for man directory
-
-Wed, 27 Aug 2008 20:31:38 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Runit service provider
-
-Tue, 26 Aug 2008 20:47:10 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Daemontools service provider
-
-Wed, 27 Aug 2008 23:27:22 -0700
-Luke Kanies <luke@madstop.com>
-Mostly finishing refactoring file recursion to use REST.
-
-Wed, 27 Aug 2008 21:53:00 -0700
-Luke Kanies <luke@madstop.com>
-Fixing FileServing::Base so that it can recurse on a single file.
-
-Tue, 26 Aug 2008 23:29:04 -0700
-Luke Kanies <luke@madstop.com>
-Fixing the terminus helper so it correctly catches options passed from clients via REST.
-
-Tue, 26 Aug 2008 23:12:03 -0700
-Luke Kanies <luke@madstop.com>
-The file source is now refactored and uses REST.
-
-Tue, 26 Aug 2008 23:11:39 -0700
-Luke Kanies <luke@madstop.com>
-Removing mention of an obselete class.
-
-Tue, 26 Aug 2008 22:06:02 -0700
-Luke Kanies <luke@madstop.com>
-One third done refactoring file[:source] -- retrieve() is done.
-
-Mon, 25 Aug 2008 21:50:13 -0700
-Luke Kanies <luke@madstop.com>
-Adding a "source" attribute to fileserving instances.
-
-Mon, 25 Aug 2008 21:31:37 -0700
-Luke Kanies <luke@madstop.com>
-Aliasing RSpec's :should method to :must.
-
-Mon, 25 Aug 2008 18:00:42 -0700
-Luke Kanies <luke@madstop.com>
-Adding automatic attribute collection to the new fileserving code.
-
-Mon, 25 Aug 2008 17:43:35 -0500
-Luke Kanies <luke@madstop.com>
-Adding the content writer to the content class.
-
-Mon, 25 Aug 2008 17:35:28 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test in the module_files terminus
-
-Sun, 24 Aug 2008 21:17:15 -0500
-Luke Kanies <luke@madstop.com>
-Causing format selection to fail intelligently if no suitable format can be picked.
-
-Sun, 24 Aug 2008 21:00:55 -0500
-Luke Kanies <luke@madstop.com>
-Removing the last vestiges of the 'puppetmounts' protocol marker.
-
-Sun, 24 Aug 2008 20:54:47 -0500
-Luke Kanies <luke@madstop.com>
-Adding a 'plural?' method to the Indirection::Request class.
-
-Sun, 24 Aug 2008 20:53:25 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the rest backends for webrick and mongrel so the get the whole request key.
-
-Sun, 24 Aug 2008 14:42:48 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring how files in FileServing are named.
-
-Sun, 24 Aug 2008 14:11:48 -0500
-Luke Kanies <luke@madstop.com>
-Finishing the rename of FileBase => Base.
-
-Sun, 24 Aug 2008 14:10:39 -0500
-Luke Kanies <luke@madstop.com>
-Adding weights to network formats, and sorting them based on the weight.
-
-Sun, 24 Aug 2008 13:32:33 -0500
-Luke Kanies <luke@madstop.com>
-Renaming FileServing::FileBase to FileServing::Base.
-
-Sun, 24 Aug 2008 13:02:16 -0500
-Luke Kanies <luke@madstop.com>
-Adding a hackish raw format.
-
-Sun, 24 Aug 2008 12:18:42 -0500
-Luke Kanies <luke@madstop.com>
-Adding suitability as a requirement for a format being supported.
-
-Sat, 23 Aug 2008 22:00:19 -0500
-Luke Kanies <luke@madstop.com>
-Removing the yaml conversion code from FileContent.
-
-Sat, 23 Aug 2008 21:59:14 -0500
-Luke Kanies <luke@madstop.com>
-Causing the Indirection to fail if a terminus selection hook does not return a value.
-
-Sat, 23 Aug 2008 21:20:21 -0500
-Luke Kanies <luke@madstop.com>
-Correcting whitespace in a test
-
-Sat, 23 Aug 2008 19:02:43 -0500
-Luke Kanies <luke@madstop.com>
-Spell-correcting a comment
-
-Sat, 23 Aug 2008 18:36:03 -0500
-Luke Kanies <luke@madstop.com>
-Cleaning up an exception.
-
-Sat, 23 Aug 2008 18:25:18 -0500
-Luke Kanies <luke@madstop.com>
-FileServing Configurations now expect unqualified files.
-
-Sat, 23 Aug 2008 18:17:08 -0500
-Luke Kanies <luke@madstop.com>
-Fixing whitespace in docs of some tests.
-
-Sat, 23 Aug 2008 18:16:38 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the fileserving terminus selection hook.
-
-Sat, 23 Aug 2008 18:15:56 -0500
-Luke Kanies <luke@madstop.com>
-Special-casing 'file' URIs in the indirection requests.
-
-Thu, 21 Aug 2008 23:09:27 -0500
-Luke Kanies <luke@madstop.com>
-Dividing server/port configuration responsibility between the REST terminus and the indirection request.
-
-Thu, 21 Aug 2008 22:41:01 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test that relied on hash ordering.
-
-Tue, 26 Aug 2008 22:40:26 -0700
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x'
-
-Wed, 27 Aug 2008 15:30:24 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes tests broken by 95aa085
-
-Thu, 21 Aug 2008 02:26:25 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1488 - Moved individual functions out of functions.rb into
-
-Thu, 21 Aug 2008 17:48:08 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1457 - case insensitive match for error
-
-Sun, 24 Aug 2008 12:36:40 +1000
-James Turnbull <james@lovedthanlost.net>
-Removed spec color option for buildbot
-
-Sun, 24 Aug 2008 10:47:42 +1000
-James Turnbull <james@lovedthanlost.net>
-Added simple rake task for running unit tests
-
-Sat, 23 Aug 2008 22:10:42 +1000
-James Turnbull <james@lovedthanlost.net>
-Added spec Rake task
-
-Fri, 22 Aug 2008 23:53:08 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Fix leaking LoadedFile when adding templates to be watched
-
-Sat, 23 Aug 2008 08:10:16 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1506' into 0.24.x
-
-Sat, 23 Aug 2008 08:08:00 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1506 - Removed storeconfig duplicate indexes
-
-Mon, 11 Aug 2008 15:58:40 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-id column is autogenerated by rails as a primary key, there is no need
-
-Wed, 20 Aug 2008 23:37:13 -0500
-Luke Kanies <luke@madstop.com>
-Adding parameter and URL support to the REST terminus.
-
-Wed, 20 Aug 2008 23:45:02 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Thu, 21 Aug 2008 12:07:09 +1000
-James Turnbull <james@lovedthanlost.net>
-Removed reference to namespaces from --genconfig documentation
-
-Wed, 20 Aug 2008 12:57:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the String format (fixes #1522).
-
-Mon, 18 Aug 2008 21:51:27 -0500
-Luke Kanies <luke@madstop.com>
-Removing dead-end file work as promised.
-
-Mon, 18 Aug 2008 21:50:59 -0500
-Luke Kanies <luke@madstop.com>
-Adding files temporarily, since I've decided this work is a dead-end.
-
-Wed, 20 Aug 2008 12:11:52 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1514 - format tests now work again.
-
-Wed, 20 Aug 2008 18:38:37 +0200
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://github.com/jamtur01/puppet into 0.24.x
-
-Wed, 20 Aug 2008 22:56:41 +1000
-James Turnbull <james@lovedthanlost.net>
-Updates to ext/puppetlast to support multiple hosts
-
-Thu, 14 Aug 2008 16:06:54 -0400
-Mark Plaksin <happy@usg.edu>
-Fixed #1508 - Add HP-UX package provider.
-
-Thu, 24 Jul 2008 01:51:22 +0200
-Luke Kanies <luke@madstop.com>
-Updating the authors list for the gem spec
-
-Mon, 18 Aug 2008 11:47:40 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 11 Aug 2008 10:52:50 +0200
-Brice Figureau <brice@daysofwonder.com>
-Fix #1502 - abysmal storeconfig performance - part2
-
-Mon, 11 Aug 2008 10:49:20 +0200
-Brice Figureau <brice@daysofwonder.com>
-Fix #1052 - abysmal storeconfig performance - part1
-
-Wed, 13 Aug 2008 17:02:35 +0200
-Brice Figureau <brice-puppet@daysofwonder.com>
-Fix #1510 - storeconfig fails with rails 2.1
-
-Fri, 8 Aug 2008 21:48:18 +1200
-AJ Christensen <aj@junglist.gen.nz>
-Add the -P/--ping option to puppetrun, fixes #1501
-
-Thu, 14 Aug 2008 00:32:30 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #1274 - allow class names to start with numbers
-
-Thu, 3 Jul 2008 12:08:46 +0200
-mh <duritong@cronopios.org>
-Fixed #1394 - Added stored configuration clearing script to /ext
-
-Sat, 16 Aug 2008 02:01:41 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1442 - replaced use of Facter for report titling with certname
-
-Wed, 13 Aug 2008 10:06:28 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed $1456 - add proxy configuration to yum repo
-
-Tue, 12 Aug 2008 13:24:35 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.
-
-Thu, 7 Aug 2008 18:53:02 -0700
-Luke Kanies <luke@madstop.com>
-Added tests for TemplateWrapper's use of Scope#to_hash.
-
-Thu, 7 Aug 2008 17:52:26 -0700
-Luke Kanies <luke@madstop.com>
-Fixing an ldap connectivity test
-
-Fri, 8 Aug 2008 18:24:37 +1000
-James Turnbull <james@lovedthanlost.net>
-Added CHANEGLOG entry for removal of interface type
-
-Thu, 7 Aug 2008 18:41:28 -0700
-Luke Kanies <luke@madstop.com>
-puppetd now uses the Indirected SSL.
-
-Thu, 7 Aug 2008 18:40:30 -0700
-Luke Kanies <luke@madstop.com>
-Adding 'require' statements as necessary for Puppet::SSL to work.
-
-Thu, 7 Aug 2008 18:40:06 -0700
-Luke Kanies <luke@madstop.com>
-Fixing the SSL::Host#waitforcert method.
-
-Thu, 7 Aug 2008 18:21:45 -0700
-Luke Kanies <luke@madstop.com>
-Adding logging when files are removed.
-
-Thu, 7 Aug 2008 18:16:01 -0700
-Luke Kanies <luke@madstop.com>
-Removing now-obsolete the wait-for-cert module.
-
-Thu, 7 Aug 2008 17:44:45 -0700
-Luke Kanies <luke@madstop.com>
-Documenting a bit of a test
-
-Thu, 7 Aug 2008 17:39:13 -0700
-Luke Kanies <luke@madstop.com>
-Certificates now work over REST.
-
-Thu, 7 Aug 2008 17:38:26 -0700
-Luke Kanies <luke@madstop.com>
-Caching the SSL store for the SSL Host.
-
-Tue, 5 Aug 2008 13:43:02 -0700
-Nigel Kersten <nigel@explanatorygap.net>
-fix terrible error with overwriting permissions
-
-Wed, 6 Aug 2008 05:26:27 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1457 - removed confine warning
-
-Mon, 4 Aug 2008 13:52:55 -0500
-Luke Kanies <luke@madstop.com>
-Enhancing formatting errors with class and format.
-
-Mon, 4 Aug 2008 11:01:34 -0500
-Luke Kanies <luke@madstop.com>
-Making all certificates only support the plaintext format.
-
-Mon, 4 Aug 2008 11:00:57 -0500
-Luke Kanies <luke@madstop.com>
-Adding wait_for_cert functionality to the ssl host class.
-
-Mon, 4 Aug 2008 10:28:10 -0500
-Luke Kanies <luke@madstop.com>
-Adding a plaintext network format.
-
-Fri, 1 Aug 2008 11:16:24 +1000
-James Turnbull <james@lovedthanlost.net>
-A working script to create an OS X pkg out of the Puppet repository
-
-Fri, 1 Aug 2008 09:04:23 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1441 - Updated console colours
-
-Tue, 22 Jul 2008 17:53:06 +1000
-Daniel Pittman <daniel@rimspace.net>
-Add testing for the changes to resolve redmine #1427, where Kernel methods shadow
-
-Fri, 18 Jul 2008 15:21:57 +1000
-Daniel Pittman <daniel@rimspace.net>
-Expose all puppet variables as instance member variables of the template wrapper.
-
-Tue, 29 Jul 2008 15:52:23 +1000
-Daniel Pittman <daniel@rimspace.net>
-Ensure that we consistently use either string #{} interpolation or String.%
-
-Mon, 28 Jul 2008 16:02:10 +0200
-Marcel Haerry <haerry@puzzle.ch>
-lazy load latest package definitions with yumhelper 2.2
-
-Thu, 31 Jul 2008 12:17:15 -0700
-Nigel Kersten <nigel@explanatorygap.net>
-Feature #1476: Allow specification of --bindir --sbindir --sitelibdir --mandir --destdir in install.rb
-
-Fri, 1 Aug 2008 07:11:21 +1000
-James Turnbull <james@lovedthanlost.net>
-Specs for yaml indirector .search - I'm still learning!
-
-Wed, 30 Jul 2008 11:36:43 +1200
-AJ Christensen <aj@junglist.gen.nz>
-Made puppetlast work on 0.24.5 by using the YAML indirector
-
-Wed, 30 Jul 2008 11:33:18 +1200
-AJ Christensen <aj@junglist.gen.nz>
-Added a search method to the YAML indirector.
-
-Fri, 1 Aug 2008 06:59:23 +1000
-James Turnbull <james@lovedthanlost.net>
-Revert "Fixing puppetlast to make it work with 0.24.5 / 0.25."
-
-Thu, 31 Jul 2008 12:40:06 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a group test that failed after merging 0.24.x
-
-Wed, 30 Jul 2008 23:19:08 -0500
-Luke Kanies <luke@madstop.com>
-Correctly handling when REST searches return nothing.
-
-Wed, 30 Jul 2008 22:22:57 -0500
-Luke Kanies <luke@madstop.com>
-Removing an obsolete method from the rest indirector
-
-Wed, 30 Jul 2008 22:19:01 -0500
-Luke Kanies <luke@madstop.com>
-The REST formats are now fully functional, with yaml and marshal support.
-
-Wed, 30 Jul 2008 11:09:07 -0500
-Luke Kanies <luke@madstop.com>
-Adding some support for case insensivity in format names.
-
-Wed, 30 Jul 2008 11:04:01 -0500
-Luke Kanies <luke@madstop.com>
-Moving validation from FormatHandler to Format.
-
-Wed, 30 Jul 2008 11:00:15 -0500
-Luke Kanies <luke@madstop.com>
-Moving functionality out of the FormatHandler into the Format class.
-
-Wed, 30 Jul 2008 22:03:58 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #1417 - whitespace in ssh_auth_key provider
-
-Tue, 29 Jul 2008 19:11:58 -0500
-Luke Kanies <luke@madstop.com>
-Searching again works over REST, including full content-type translation.
-
-Tue, 29 Jul 2008 12:13:34 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the format_handler tests so that they clean up after themselves.
-
-Tue, 29 Jul 2008 00:55:10 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test I broke while rebasing
-
-Mon, 28 Jul 2008 18:51:47 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test to be order-independent.
-
-Mon, 28 Jul 2008 18:50:24 -0500
-Luke Kanies <luke@madstop.com>
-Adding rudimentary support for directly managing formats.
-
-Mon, 28 Jul 2008 18:05:41 -0500
-Luke Kanies <luke@madstop.com>
-Adding support for rendering and converting multiple instances.
-
-Mon, 28 Jul 2008 11:23:08 -0500
-Luke Kanies <luke@madstop.com>
-All error and format handling works over REST except searching.
-
-Sat, 26 Jul 2008 22:46:26 -0500
-Luke Kanies <luke@madstop.com>
-Drastically simplifying the REST implementation tests.
-
-Sat, 26 Jul 2008 22:45:19 -0500
-Luke Kanies <luke@madstop.com>
-Removing an apparently-obsolete hook from the handler
-
-Sat, 26 Jul 2008 22:05:00 -0500
-Luke Kanies <luke@madstop.com>
-Adding explicit tests for the HTTP::Handler module.
-
-Tue, 22 Jul 2008 19:55:53 -0500
-Luke Kanies <luke@madstop.com>
-The REST terminus now uses the content-type and http result codes.
-
-Mon, 21 Jul 2008 17:19:45 -0500
-Luke Kanies <luke@madstop.com>
-Removing a now-obsolete pending test.
-
-Mon, 21 Jul 2008 17:19:17 -0500
-Luke Kanies <luke@madstop.com>
-The REST terminus now provides an Accept header with supported formats.
-
-Wed, 9 Jul 2008 19:07:47 -0700
-Luke Kanies <luke@madstop.com>
-Using the FormatHandler in indirected classes automatically.
-
-Wed, 9 Jul 2008 19:07:30 -0700
-Luke Kanies <luke@madstop.com>
-Adding a FormatHandler module for managing format conversions.
-
-Tue, 29 Jul 2008 00:46:11 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' into merging
-
-Mon, 28 Jul 2008 10:42:11 -0700
-David Lutterkort <dlutter@redhat.com>
-Sync with latest Fedora/EPEL specfile
-
-Tue, 29 Jul 2008 08:07:56 +1000
-James Turnbull <james@lovedthanlost.net>
-Feature #1241 : Improve performance of group lookups
-
-Thu, 24 Jul 2008 19:40:50 -0700
-Nigel Kersten <nigel@explanatorygap.net>
-Bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on each certificate signing
-
-Sat, 26 Jul 2008 16:50:48 +1200
-AJ Christensen <aj@junglist.gen.nz>
-Fixing puppetlast to make it work with 0.24.5 / 0.25.
-
-Thu, 24 Jul 2008 01:51:22 +0200
-Luke Kanies <luke@madstop.com>
-Updating the authors list for the gem spec
-
-Thu, 24 Jul 2008 01:20:17 +0200
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.5
-
-Thu, 24 Jul 2008 01:20:17 +0200
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.5
-
-Thu, 24 Jul 2008 01:20:03 +0200
-Luke Kanies <luke@madstop.com>
-Reverting the version so my release process works
-
-Tue, 22 Jul 2008 18:21:34 +1000
-James Turnbull <james@lovedthanlost.net>
-Incremented versions
-
-Tue, 22 Jul 2008 16:16:30 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git@github.com:jamtur01/puppet into 0.24.x
-
-Tue, 22 Jul 2008 16:13:48 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #1445 and #1426
-
-Tue, 22 Jul 2008 16:00:54 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #1445 and #1426
-
-Mon, 21 Jul 2008 13:58:33 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the renaming code to skip missing directories.
-
-Mon, 21 Jul 2008 13:20:47 -0500
-Luke Kanies <luke@madstop.com>
-Fixing puppet_module -- it needed the same node interface change.
-
-Mon, 21 Jul 2008 13:16:08 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a cert test to pass on Darwin.
-
-Sun, 20 Jul 2008 16:11:56 +1000
-James Turnbull <james@lovedthanlost.net>
-Revert "Merging fsweetser's selinux patch against 0.24.4"
-
-Fri, 18 Jul 2008 10:05:02 -0700
-Brett Lentz <wakko666@gmail.com>
-Merging fsweetser's selinux patch against 0.24.4
-
-Fri, 18 Jul 2008 10:55:03 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-'Fix' broken tests related to missing source raising
-
-Fri, 18 Jul 2008 15:30:42 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1438 -- mongrel and module tests now pass.
-
-Fri, 18 Jul 2008 17:51:25 -0500
-Luke Kanies <luke@madstop.com>
-Fixed all of the fileserving termini so they use indirection requests.
-
-Fri, 18 Jul 2008 00:54:59 -0500
-Luke Kanies <luke@madstop.com>
-You can now select the encoding format when transferring the catalog,
-
-Fri, 18 Jul 2008 00:12:01 -0500
-Luke Kanies <luke@madstop.com>
-Revert "Fixed #1201 - all external node attributes are converted to strings."
-
-Thu, 17 Jul 2008 12:30:33 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1431 - Provider confines must now specify similar tests in one call.
-
-Wed, 16 Jul 2008 22:00:38 -0500
-Luke Kanies <luke@madstop.com>
-The mongrel-related tests now run without mongrel.
-
-Thu, 17 Jul 2008 13:08:15 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated /spec/unit/rails.rb test
-
-Thu, 17 Jul 2008 11:12:35 +1000
-James Turnbull <james@lovedthanlost.net>
-Fix Ticket 1426 - services on redhat are restarted again
-
-Thu, 17 Jul 2008 11:05:01 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1414 - Return code from waitpid now right shifted 8 bits
-
-Wed, 16 Jul 2008 10:31:36 +1000
-James Turnbull <james@lovedthanlost.net>
-Added Changelog entry for new auth_key type
-
-Tue, 15 Jul 2008 17:15:05 +1000
-James Turnbull <james@lovedthanlost.net>
-Further moves from the examples directory and ext directory
-
-Mon, 14 Jul 2008 19:54:52 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Fail instead of log when rescuing remote file connections
-
-Fri, 11 Jul 2008 14:39:52 +0200
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-Fix #1409, Move path expansion from the type into the provider
-
-Wed, 9 Jul 2008 17:41:21 -0700
-Luke Kanies <luke@madstop.com>
-Fixing #1408 - --loadclasses works again.
-
-Thu, 10 Jul 2008 19:52:26 +1000
-James Turnbull <james@lovedthanlost.net>
-Moved debian to conf and updated examples directory
-
-Wed, 9 Jul 2008 10:29:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1407 - allowdupe is now a boolean group parameter.
-
-Wed, 9 Jul 2008 09:29:51 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1368 - updated Red Hat init scripts
-
-Tue, 8 Jul 2008 15:03:53 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the user ldap provider tests
-
-Tue, 8 Jul 2008 15:03:13 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 8 Jul 2008 14:57:20 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the user ldap provider tests
-
-Tue, 8 Jul 2008 23:42:47 +1000
-James Turnbull <james@lovedthanlost.net>
-Added message referencing ReductveLabs build library
-
-Tue, 8 Jul 2008 09:03:47 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1396 - Added sha1 function from DavidS to core
-
-Tue, 8 Jul 2008 08:54:59 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1401' of git://github.com/lak/puppet into 0.24.x
-
-Tue, 8 Jul 2008 08:53:42 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1226' of git://github.com/lak/puppet into 0.24.x
-
-Tue, 8 Jul 2008 08:43:54 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1272' of git://github.com/lak/puppet into 0.24.x
-
-Mon, 7 Jul 2008 17:21:03 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1401 - integration tests now work regardless of the yamldir.
-
-Mon, 7 Jul 2008 17:11:59 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1226 - Gems can now specify source repositories.
-
-Mon, 7 Jul 2008 16:42:12 -0500
-Luke Kanies <luke@madstop.com>
-Correct whitespace
-
-Mon, 7 Jul 2008 16:37:00 -0500
-Luke Kanies <luke@madstop.com>
-Moving the gem test to the non-ral directory
-
-Mon, 7 Jul 2008 16:34:53 -0500
-Luke Kanies <luke@madstop.com>
-Importing Sam Quigley's work to enhance gem support for sources.
-
-Mon, 7 Jul 2008 14:58:28 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1272 - ldap group names will be converted to GIDs.
-
-Mon, 7 Jul 2008 10:46:16 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1399 - the ldap user provider knows it can manage passwords.
-
-Fri, 4 Jul 2008 22:14:37 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sat, 5 Jul 2008 10:21:36 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'refactor/0.24.x/transaction_changes' of git://github.com/lak/puppet into 0.24.x
-
-Sat, 5 Jul 2008 10:20:54 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1231' of git://github.com/lak/puppet into 0.24.x
-
-Sat, 5 Jul 2008 10:18:42 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'ticket/0.24.x/1067' of git://github.com/littleidea/puppet into 0.24.x
-
-Fri, 4 Jul 2008 17:33:12 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1231 - Exceptions during startup should now be clear.
-
-Fri, 4 Jul 2008 16:32:04 -0500
-Luke Kanies <luke@madstop.com>
-Testing and simplifying the Transaction::Change#backward method.
-
-Fri, 4 Jul 2008 16:06:02 -0500
-Luke Kanies <luke@madstop.com>
-Removing the Transaction::Change#transaction accessor.
-
-Fri, 4 Jul 2008 15:35:18 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring the Transaction::Event class.
-
-Fri, 4 Jul 2008 15:13:53 -0500
-Luke Kanies <luke@madstop.com>
-Adding tests for the Transaction::Event class
-
-Fri, 4 Jul 2008 15:05:29 -0500
-Luke Kanies <luke@madstop.com>
-Adding tests to the Transaction::Change class.
-
-Fri, 4 Jul 2008 08:24:14 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-file object creation should fail if source is not present
-
-Thu, 3 Jul 2008 18:50:56 -0500
-Luke Kanies <luke@madstop.com>
-Renaming Puppet::Event to Puppet::Transaction::Event
-
-Fri, 4 Jul 2008 09:40:01 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated test/ral/type/sshkey.rb test
-
-Fri, 4 Jul 2008 09:13:50 +1000
-James Turnbull <james@lovedthanlost.net>
-Removed debugging from lib/puppet/util/ldap/connection.rb
-
-Fri, 4 Jul 2008 09:06:40 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'ticket/0.24.x/1391' of git://github.com/littleidea/puppet into 0.24.x
-
-Fri, 4 Jul 2008 09:04:20 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1240' of git://github.com/lak/puppet into 0.24.x
-
-Fri, 4 Jul 2008 09:01:38 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1232' of git://github.com/lak/puppet into 0.24.x
-
-Thu, 3 Jul 2008 17:53:07 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.
-
-Thu, 3 Jul 2008 17:27:11 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1232 - the rundir no longer specifies a user/group,
-
-Thu, 3 Jul 2008 15:14:00 -0500
-Luke Kanies <luke@madstop.com>
-Removing all of the code related to the interface type.
-
-Thu, 3 Jul 2008 15:13:09 -0500
-Luke Kanies <luke@madstop.com>
-Doing what I can to fix #1128, but just in preparation for removing 'interface'.
-
-Thu, 3 Jul 2008 12:58:30 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Adding changes to config print that were missed in fix for 1183
-
-Thu, 3 Jul 2008 13:52:56 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the "describe" in the redhat interface specs
-
-Thu, 3 Jul 2008 12:09:38 -0500
-Luke Kanies <luke@madstop.com>
-Fixed 1240 - puppet will function more like puppetd if graphing
-
-Thu, 3 Jul 2008 10:34:49 +0200
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-Add a missing test for exercising the last untested line of lib/puppet/type/ssh_authorized_key.rb
-
-Thu, 3 Jul 2008 13:45:14 +1000
-James Turnbull <james@lovedthanlost.net>
-Minor documentation updates for ssh_authorized_key type
-
-Thu, 3 Jul 2008 13:41:11 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1384' of git://github.com/ctrlaltdel/puppet into 0.24.x
-
-Thu, 3 Jul 2008 13:05:05 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1390' of git://github.com/lak/puppet into 0.24.x
-
-Wed, 2 Jul 2008 22:03:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the ldap node terminus to merge facts with the right name.
-
-Thu, 3 Jul 2008 13:02:08 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'trivial/0.24.x/nodes' of git://github.com/lak/puppet into 0.24.x
-
-Wed, 2 Jul 2008 22:00:54 -0500
-Luke Kanies <luke@madstop.com>
-Adding logging when a node's facts can't be found
-
-Wed, 2 Jul 2008 21:16:45 -0500
-Luke Kanies <luke@madstop.com>
-Backporting a test that was failing in master, and fixing it
-
-Wed, 2 Jul 2008 20:56:22 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Thu, 3 Jul 2008 10:49:11 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'trivial/0.24.x/ldapnodes' of git://github.com/lak/puppet into 0.24.x
-
-Wed, 2 Jul 2008 19:47:12 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the ldap node integration test so it cleans up
-
-Wed, 2 Jul 2008 19:33:46 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the new-form version of #1382.
-
-Wed, 2 Jul 2008 18:36:05 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Wed, 2 Jul 2008 18:12:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1382 - existing uppercase certs, keys, et al will be renamed.
-
-Wed, 2 Jul 2008 16:18:06 +0200
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-Use generate instead of autorequire in the ssh_authorized_key type based on Luke's comments
-
-Wed, 2 Jul 2008 00:32:52 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 1 Jul 2008 22:20:55 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1006 - puppetrun --class works again. I added the class
-
-Tue, 1 Jul 2008 22:20:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the Node::Ldap.search method to use an indirection request.
-
-Tue, 1 Jul 2008 22:06:40 -0500
-Luke Kanies <luke@madstop.com>
-Switching the ldap terminus to use Util::Ldap::Connection.
-
-Tue, 1 Jul 2008 21:55:53 -0500
-Luke Kanies <luke@madstop.com>
-Added a 'search' method to the ldap node terminus.
-
-Tue, 1 Jul 2008 21:20:13 -0500
-Luke Kanies <luke@madstop.com>
-Adding an 'instance' class method to ldap connections.
-
-Wed, 2 Jul 2008 08:56:57 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1388' of git://github.com/lak/puppet into 0.24.x
-
-Tue, 1 Jul 2008 12:57:56 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1114 - Facts in plugin directories should now be autoloaded,
-
-Tue, 1 Jul 2008 10:31:29 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1388 - the package test no longer uses 'require'.
-
-Fri, 27 Jun 2008 09:32:12 +0200
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-ssh_authorized_key: autorequire, default permissions and cleanup
-
-Wed, 18 Jun 2008 08:14:29 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1374' of git://github.com/lak/puppet into 0.24.x
-
-Tue, 17 Jun 2008 16:18:05 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1374 - Using Puppet::Type.type() in tests
-
-Tue, 17 Jun 2008 22:10:09 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes #1195 - Updated Gentoo init scripts
-
-Tue, 17 Jun 2008 00:53:30 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #707 - special '@reboot'-style cron jobs work again.
-
-Tue, 17 Jun 2008 19:37:23 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1012' of git://github.com/lak/puppet into 0.24.x
-
-Tue, 17 Jun 2008 19:32:50 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1221' of git://github.com/lak/puppet into 0.24.x
-
-Tue, 17 Jun 2008 17:38:57 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1371' into 0.24.x
-
-Tue, 17 Jun 2008 16:56:10 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated CHANGELOG for two missed commits
-
-Mon, 16 Jun 2008 23:59:18 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1012 - templates in the templatedir are preferred to module templates.
-
-Mon, 16 Jun 2008 23:41:33 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1221 - aliases to titles now work for resources.
-
-Tue, 17 Jun 2008 14:07:43 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1370' into 0.24.x
-
-Mon, 16 Jun 2008 22:42:12 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1360 -- allowdupe works with groups again.
-
-Tue, 17 Jun 2008 09:46:47 +1000
-James Turnbull <james@lovedthanlost.net>
-Removed test/util/loadedfile.rb tests which fixes #1370
-
-Tue, 17 Jun 2008 09:43:45 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1371 - Updated bin/puppet to use Node.find
-
-Tue, 17 Jun 2008 09:26:24 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1369' of git://github.com/lak/puppet into 0.24.x
-
-Mon, 16 Jun 2008 11:36:21 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1369 - the init service provider now supports HP-UX.
-
-Mon, 16 Jun 2008 10:56:55 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 16 Jun 2008 02:05:38 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-issue 1183
-
-Mon, 16 Jun 2008 12:54:58 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1168' of git://github.com/lak/puppet into 0.24.x
-
-Sun, 15 Jun 2008 20:21:51 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 16 Jun 2008 10:08:14 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated Rakefile fixes #1367
-
-Mon, 16 Jun 2008 09:55:03 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.x
-
-Mon, 16 Jun 2008 09:50:03 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/0.24.x/1178' of git://github.com/lak/puppet into 0.24.x
-
-Sun, 15 Jun 2008 16:47:14 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1168 for REST -- all ssl classes downcase their names.
-
-Sun, 15 Jun 2008 16:33:48 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1168 (for 0.24.x) -- automatically downcasing the fqdn.
-
-Sun, 15 Jun 2008 14:39:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1201 - all external node attributes are converted to strings.
-
-Sun, 15 Jun 2008 14:02:52 -0500
-Luke Kanies <luke@madstop.com>
-Updating the changelog for the changes to node lookups.
-
-Sun, 15 Jun 2008 13:58:37 -0500
-Luke Kanies <luke@madstop.com>
-Removing the Node.find_by_name method.
-
-Sat, 14 Jun 2008 14:37:33 -0500
-Luke Kanies <luke@madstop.com>
-The LDAP Node terminus now searches for the fqdn, short name, and default.
-
-Tue, 10 Jun 2008 00:45:41 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring the 'find' method a bit in the LDAP Node terminus.
-
-Tue, 10 Jun 2008 00:33:39 -0500
-Luke Kanies <luke@madstop.com>
-Removing the now-obsolete Node.node_facts method.
-
-Tue, 10 Jun 2008 00:32:56 -0500
-Luke Kanies <luke@madstop.com>
-Converting the Node.node_names class method into an instance method.
-
-Tue, 10 Jun 2008 00:12:55 -0500
-Luke Kanies <luke@madstop.com>
-Removing an obsolete, unimplemented test
-
-Sat, 14 Jun 2008 21:32:10 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sun, 15 Jun 2008 12:31:23 +1000
-James Turnbull <james@lovedthanlost.net>
-Adds support for keepconfig for the dpkg provider fixes #234
-
-Sun, 15 Jun 2008 12:26:10 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'ticket/0.24.x/1243' of git://github.com/littleidea/puppet into 0.24.x
-
-Sun, 15 Jun 2008 10:29:41 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'ticket/0.24.x/1215' of git://github.com/littleidea/puppet into 0.24.x
-
-Sat, 14 Jun 2008 13:53:56 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sat, 14 Jun 2008 12:37:58 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Fix bug in test, add more specs and small refactor
-
-Sat, 14 Jun 2008 09:38:36 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Removed the unless condition in query, because the issue is a stale cached
-
-Fri, 13 Jun 2008 18:11:20 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Issue 1215
-
-Fri, 13 Jun 2008 16:04:54 -0500
-Luke Kanies <luke@madstop.com>
-Adding another note about the save_object stub.
-
-Fri, 13 Jun 2008 13:40:13 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1362 -- I had previously removed a stub point needed for testing.
-
-Fri, 13 Jun 2008 13:39:11 -0500
-Luke Kanies <luke@madstop.com>
-Removing a duplicate call left over from debugging
-
-Fri, 13 Jun 2008 11:39:04 -0500
-Luke Kanies <luke@madstop.com>
-Replacing all two-space indents with four-space
-
-Fri, 13 Jun 2008 11:27:00 -0500
-Luke Kanies <luke@madstop.com>
-Adding ruby interpreter lines to the tests missing them.
-
-Fri, 13 Jun 2008 11:15:52 -0500
-Luke Kanies <luke@madstop.com>
-Adding execute bits to every test currently missing them.
-
-Fri, 13 Jun 2008 11:25:29 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'ticket/0.24.x/1359' of git://github.com/lak/puppet into 0.24.x
-
-Wed, 11 Jun 2008 18:56:36 -0500
-Luke Kanies <luke@madstop.com>
-Fixing how the Indirector::Request sets its options.
-
-Wed, 11 Jun 2008 18:52:05 -0500
-Luke Kanies <luke@madstop.com>
-Fixing how the indirection tests for whether the request has node info.
-
-Tue, 10 Jun 2008 23:37:00 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Change description of spec to make baby jesus happy
-
-Tue, 10 Jun 2008 23:19:37 -0600
-Andrew Shafer <andrew@reductivelabs.com>
-Try again
-
-Tue, 10 Jun 2008 08:05:28 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'feature/authenticated_rest_requests' of git://github.com/lak/puppet into 0.24.x
-
-Sat, 31 May 2008 14:29:01 -0700
-Luke Kanies <luke@madstop.com>
-Applying the fixes recommended by David Schmitt to the inline documentation of
-
-Mon, 26 May 2008 13:55:02 -0500
-Luke Kanies <luke@madstop.com>
-Updating the docs for ResourceTemplate.
-
-Mon, 26 May 2008 00:24:57 -0500
-Luke Kanies <luke@madstop.com>
-Adding a class for using templates directly within resources
-
-Tue, 27 May 2008 10:36:16 -0600
-Luke Kanies <luke@madstop.com>
-The mongrel and webrick REST handlers now extract certificate information.
-
-Tue, 27 May 2008 07:20:56 -0500
-Luke Kanies <luke@madstop.com>
-Adding to the indirection request support for authentication information.
-
-Sat, 31 May 2008 12:32:04 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated fix for ticket #1271
-
-Fri, 30 May 2008 14:37:38 +1000
-James Turnbull <james@lovedthanlost.net>
-Applied patch for ticket #1271
-
-Thu, 29 May 2008 17:43:11 -0700
-Russ Allbery <rra@debian.org>
-Further Emacs puppet-mode fixes
-
-Wed, 28 May 2008 08:25:18 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'ticket/1267' into 0.24.x
-
-Tue, 27 May 2008 16:19:37 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed Rakefile to install non-.rb files to fix #1266
-
-Tue, 27 May 2008 14:10:40 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixes for install.rb running of tests that fixes #1267
-
-Mon, 26 May 2008 22:33:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1242 -- lack of storeconfigs only produces warning, not exception.
-
-Tue, 27 May 2008 11:53:35 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/1264' of git://github.com/lak/puppet into 0.24.x
-
-Tue, 27 May 2008 11:53:10 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'tickets/1265' of git://github.com/lak/puppet into 0.24.x
-
-Mon, 26 May 2008 18:06:50 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1265 -- the ca/client tests now all pass again.
-
-Mon, 26 May 2008 17:41:38 -0500
-Luke Kanies <luke@madstop.com>
-Always using the cert name to store yaml files, which fixes #1178.
-
-Mon, 26 May 2008 13:31:11 -0500
-Luke Kanies <luke@madstop.com>
-Moving the majority of the pkgdmg docs to the wiki, fixing #1264.
-
-Sun, 25 May 2008 20:22:01 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1258 -- Removing a Rails idiom.
-
-Sun, 25 May 2008 20:17:55 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1256 -- CA tests now work with no ~/.puppet.
-
-Sun, 25 May 2008 17:13:51 -0500
-Luke Kanies <luke@madstop.com>
-Fixing another failing test -- the new CA tests correctly clear the cache.
-
-Sun, 25 May 2008 17:05:28 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1245 -- ssh_authorized_keys tests work in master.
-
-Sun, 25 May 2008 16:01:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1247 -- no more clear_cache failures.
-
-Sun, 25 May 2008 16:00:48 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sat, 24 May 2008 17:17:27 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://github.com/lak/puppet into 0.24.x
-
-Sat, 24 May 2008 10:18:28 +1000
-James Turnbull <james@lovedthanlost.net>
-Put function in ticket #311 in correct location
-
-Sat, 24 May 2008 10:10:39 +1000
-James Turnbull <james@lovedthanlost.net>
-Reverted function - "Added cron random function fixing ticket #311"
-
-Thu, 22 May 2008 11:52:51 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Refactoring warnings.rb for tests.
-
-Thu, 22 May 2008 11:36:47 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Fixing an inaccurate test so the tests will run correctly in all branches.
-
-Thu, 22 May 2008 13:45:58 -0500
-Luke Kanies <luke@madstop.com>
-Removing extra debugging
-
-Wed, 21 May 2008 18:29:25 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Fixing tests that are broken when running as root under OSX 10.5
-
-Wed, 21 May 2008 13:55:46 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Added warnings test and cleaning up trailing whitespace.
-
-Wed, 21 May 2008 16:43:42 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Fixed a bug in my tests which caused them to fail when run against the master branch.
-
-Fri, 23 May 2008 00:51:22 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://github.com/lak/puppet into 0.24.x
-
-Thu, 22 May 2008 17:10:30 +1000
-James Turnbull <james@lovedthanlost.net>
-Added cron random function fixing ticket #311
-
-Thu, 22 May 2008 16:12:16 +1000
-James Turnbull <james@lovedthanlost.net>
-Pushed patch fixing #1235
-
-Thu, 22 May 2008 00:45:08 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the node/catalog so that it can convert from parser catalogs to RAL catalogs.
-
-Wed, 21 May 2008 00:46:25 -0500
-Luke Kanies <luke@madstop.com>
-Fixing transaction support for prefetching generated resources.
-
-Wed, 21 May 2008 00:33:42 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'ldap_fixes' into 0.24.x
-
-Wed, 21 May 2008 00:30:24 -0500
-Luke Kanies <luke@madstop.com>
-The ldap user/group providers now work when no users/groups are in ldap yet.
-
-Tue, 20 May 2008 23:59:04 -0500
-Luke Kanies <luke@madstop.com>
-Adding support for settings within the existing Facter provider confines.
-
-Tue, 20 May 2008 10:19:10 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 20 May 2008 10:13:33 -0500
-Luke Kanies <luke@madstop.com>
-Intermediate commit so I can move on to other things.
-
-Tue, 20 May 2008 19:06:45 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://github.com/lak/puppet into 0.24.x
-
-Mon, 19 May 2008 22:16:13 -0500
-Luke Kanies <luke@madstop.com>
-Removing an unused file. Closes #1229.
-
-Mon, 19 May 2008 22:10:51 -0500
-Luke Kanies <luke@madstop.com>
-Mocking Facter in an integration test, so it works with no networking
-
-Mon, 19 May 2008 22:09:00 -0500
-Luke Kanies <luke@madstop.com>
-Merge commit 'plathrop/fix-1228' into 0.24.x
-
-Mon, 19 May 2008 02:05:19 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring how the provider confine tests work, again.
-
-Sun, 18 May 2008 16:51:35 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Minor cosmetic changes to cleanup some style elements and get rid of some cruft.
-
-Sun, 18 May 2008 15:30:13 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Another refactor based on feedback from Luke. This includes adding an accessor for @@state to make testing a bit cleaner.
-
-Sat, 17 May 2008 23:51:25 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Refactored tests based on feedback from Luke.
-
-Sat, 17 May 2008 04:26:54 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Rewritten tests for Puppet::Util::Storage.
-
-Sat, 17 May 2008 00:54:07 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Add unit tests for Puppet::Util::Storage
-
-Fri, 16 May 2008 15:42:20 -0500
-Luke Kanies <luke@madstop.com>
-Modified the 'factpath' setting to automatically configure
-
-Fri, 16 May 2008 14:34:40 -0500
-Luke Kanies <luke@madstop.com>
-Fixing how the mongrel server sets up xmlrpc handlers.
-
-Fri, 16 May 2008 11:22:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a mock in the redhat interface test.
-
-Sat, 17 May 2008 01:06:18 +1000
-James Turnbull <james@lovedthanlost.net>
-Updated puppetd documentation which fixes ticket #1227
-
-Fri, 16 May 2008 17:17:34 +1000
-James Turnbull <james@lovedthanlost.net>
-Fix for latest method in rpm provider (fixes #1224)
-
-Fri, 16 May 2008 16:49:22 +1000
-James Turnbull <james@lovedthanlost.net>
-Crontab provider: fix a parse error when a line begins with a space character
-
-Fri, 16 May 2008 16:08:56 +1000
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://github.com/lak/puppet into 0.24.x
-
-Thu, 15 May 2008 23:09:58 -0500
-Luke Kanies <luke@madstop.com>
-Moving all confine code out of the Provider class, and fixing #1197.
-
-Thu, 15 May 2008 22:21:50 -0500
-Luke Kanies <luke@madstop.com>
-Switching the Provider class to use the new Confiner class.
-
-Thu, 15 May 2008 22:14:02 -0500
-Luke Kanies <luke@madstop.com>
-Moving the 'confine' handling to separate classes.
-
-Thu, 15 May 2008 19:34:21 -0500
-Luke Kanies <luke@madstop.com>
-Duh, fixing all of the paths being loaded for spec in the moved tests.
-
-Thu, 15 May 2008 19:11:08 -0500
-Luke Kanies <luke@madstop.com>
-Moving all tests that are in 'ral' up a level.
-
-Thu, 15 May 2008 10:51:11 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the user test.
-
-Thu, 15 May 2008 08:27:07 +0200
-Gunnar Wrobel <p@rdus.de>
-Added the ability to add arbitrary attributes to ldap.
-
-Thu, 15 May 2008 17:13:30 +1000
-James Turnbull <james@lovedthanlost.net>
-Fix for #1219
-
-Wed, 14 May 2008 10:49:11 -0500
-Luke Kanies <luke@madstop.com>
-Merge commit 'ctrlaltdel/ssh-authorized-key' into 0.24.x
-
-Tue, 13 May 2008 16:11:36 -0500
-Luke Kanies <luke@madstop.com>
-adding more autotest docs
-
-Tue, 13 May 2008 16:09:28 -0500
-Luke Kanies <luke@madstop.com>
-Adding autotest info to the ext/ directory.
-
-Tue, 13 May 2008 16:00:58 -0500
-Luke Kanies <luke@madstop.com>
-Using the new Cacher class for handling cached data.
-
-Tue, 13 May 2008 11:58:33 -0500
-Luke Kanies <luke@madstop.com>
-Correcting whitespace in the templatewrapper code.
-
-Mon, 12 May 2008 21:41:04 -0700
-Adam Jacob <adam@hjksolutions.com>
-Adding has_variable? support, fixing ticket #1177
-
-Mon, 12 May 2008 17:25:36 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'authorized_keys' into 0.24.x
-
-Mon, 12 May 2008 17:25:27 -0500
-Luke Kanies <luke@madstop.com>
-adding execute bits to tests
-
-Mon, 12 May 2008 17:01:27 -0500
-Luke Kanies <luke@madstop.com>
-updating the changelog for the ldap providers
-
-Mon, 12 May 2008 17:00:48 -0500
-Luke Kanies <luke@madstop.com>
-Adding ldap providers for the user and group type.
-
-Mon, 12 May 2008 16:59:30 -0500
-Luke Kanies <luke@madstop.com>
-Fixing another test that wrote to ~
-
-Fri, 9 May 2008 15:09:47 -0700
-Russ Allbery <rra@debian.org>
-Fix Emacs mode indentation of multiple nested blocks
-
-Fri, 2 May 2008 20:37:38 -0700
-Russ Allbery <rra@debian.org>
-Enhancements to syntax highlighting and indentation for Emacs
-
-Fri, 2 May 2008 12:54:35 -0700
-Russ Allbery <rra@debian.org>
-Use our own count-matches for Emacs 21 compatibility
-
-Mon, 12 May 2008 16:37:06 -0500
-Luke Kanies <luke@madstop.com>
-Applying patch by martin to fix #1207.
-
-Mon, 12 May 2008 16:19:07 -0500
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Mon, 12 May 2008 15:55:02 -0500
-Luke Kanies <luke@madstop.com>
-Clarifying the exception when there's a syntax error but a valid parser.
-
-Mon, 12 May 2008 15:54:08 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test that wrote to ~.
-
-Sun, 11 May 2008 21:23:25 +1000
-James Turnbull <james@lovedthanlost.net>
-Fix for urpmi provider that fixes #1217
-
-Sat, 10 May 2008 09:54:49 +1000
-James Turnbull <james@lovedthanlost.net>
-Fix for ticket #1218 - changed to appropriate variable name
-
-Fri, 9 May 2008 17:35:44 +0200
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-Cosmetic fix
-
-Fri, 9 May 2008 17:26:20 +0200
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-Removed "none" as a valid type attribute value, it was useless anyway
-
-Wed, 7 May 2008 18:28:35 -0500
-Luke Kanies <luke@madstop.com>
-Adding a module for handling caching information.
-
-Thu, 10 Apr 2008 19:24:06 +0200
-Francois Deppierraz <francois.deppierraz@camptocamp.com>
-New native ssh_authorized_key type
-
-Wed, 7 May 2008 14:45:13 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some broken tests.
-
-Wed, 7 May 2008 13:29:38 -0500
-Luke Kanies <luke@madstop.com>
-The CRL is now automatically used or ignored.
-
-Wed, 7 May 2008 13:28:51 -0500
-Luke Kanies <luke@madstop.com>
-Removing obsolete tests
-
-Wed, 7 May 2008 12:29:58 -0500
-Luke Kanies <luke@madstop.com>
-The master and client now successfully speak xmlrpc using the new system.
-
-Wed, 7 May 2008 12:25:00 -0500
-Luke Kanies <luke@madstop.com>
-Adding pidfile management and daemonization to the Server
-
-Tue, 6 May 2008 19:02:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the HttpPool module to get rid of an infinite loop.
-
-Tue, 6 May 2008 18:58:41 -0500
-Luke Kanies <luke@madstop.com>
-Adding REST terminuses for the SSL-related indirections.
-
-Tue, 6 May 2008 16:45:29 -0500
-Luke Kanies <luke@madstop.com>
-Adding autosigning to the new CA.
-
-Tue, 6 May 2008 15:39:18 -0500
-Luke Kanies <luke@madstop.com>
-Moving the CA Interface class to a separate file.
-
-Mon, 5 May 2008 22:36:59 -0500
-Luke Kanies <luke@madstop.com>
-The master is now functionally serving REST and xmlrpc.
-
-Mon, 5 May 2008 22:25:42 -0500
-Luke Kanies <luke@madstop.com>
-The REST infrastructure now correctly the SSL certificates.
-
-Mon, 5 May 2008 21:16:25 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the webrick integration tests to use the newly-functional
-
-Mon, 5 May 2008 21:15:39 -0500
-Luke Kanies <luke@madstop.com>
-The Certificate Authority now automatically creates a CRL when appropriate.
-
-Mon, 5 May 2008 21:14:46 -0500
-Luke Kanies <luke@madstop.com>
-The Settings class now clears the 'used' sections when a value is changed.
-
-Mon, 5 May 2008 21:13:07 -0500
-Luke Kanies <luke@madstop.com>
-Moving some http configuration values to the main
-
-Mon, 5 May 2008 21:12:39 -0500
-Luke Kanies <luke@madstop.com>
-The http pool manager now uses new-style certificate management.
-
-Mon, 5 May 2008 21:01:33 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some tests that were insufficiently mocking their configurations.
-
-Mon, 5 May 2008 21:00:29 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a critical problem in how CRLs were saved and moving SSL Store responsibilities to the SSL::Host class.
-
-Mon, 5 May 2008 17:16:03 -0500
-Luke Kanies <luke@madstop.com>
-The SSL::Host class now uses the CA to generate its certificate when appropriate.
-
-Mon, 5 May 2008 17:10:07 -0500
-Luke Kanies <luke@madstop.com>
-The CA now initializes itself.
-
-Mon, 5 May 2008 20:45:19 +1000
-James Turnbull <james@lovedthanlost.net>
-Add values for dump parameter for the mount type closing #1212
-
-Mon, 5 May 2008 09:35:17 +1000
-James Turnbull <james@lovedthanlost.net>
-Update to man pages, fix to ralsh help text and fix for #1211
-
-Fri, 2 May 2008 13:47:44 -0500
-Luke Kanies <luke@madstop.com>
-Switched puppetmasterd to use the new-style server plumbing.
-
-Fri, 2 May 2008 13:20:00 -0500
-Luke Kanies <luke@madstop.com>
-Adding xmlrpc backward compatibility to the new Mongrel code.
-
-Fri, 2 May 2008 12:58:35 -0500
-Luke Kanies <luke@madstop.com>
-Adding xmlrpc support to webrick.
-
-Fri, 2 May 2008 12:28:23 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some whitespace
-
-Fri, 2 May 2008 12:27:15 -0500
-Luke Kanies <luke@madstop.com>
-Adding configuration support for XMLRPC handlers.
-
-Thu, 1 May 2008 14:04:52 -0500
-Luke Kanies <luke@madstop.com>
-Fixing an error message to be more clear
-
-Thu, 24 Apr 2008 21:28:36 -0700
-Nigel Kersten <nigel@explanatorygap.net>
-fix bindir/sbindir defaults on OS X 10.5
-
-Wed, 30 Apr 2008 23:23:41 +1000
-James Turnbull <james@lovedthanlost.net>
-Fix for ticket #1209
-
-Mon, 28 Apr 2008 17:52:02 -0500
-Luke Kanies <luke@madstop.com>
-I think I've now got the Webrick SSL support working.
-
-Mon, 28 Apr 2008 12:16:16 -0500
-Luke Kanies <luke@madstop.com>
-Interim commit, since I want to work but have no network available.
-
-Thu, 24 Apr 2008 23:23:22 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1196 - added /sbin/service support for the redhat service provider + some doco fixes
-
-Mon, 21 Apr 2008 23:45:53 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 21 Apr 2008 22:30:01 -0500
-Luke Kanies <luke@madstop.com>
-Changing the File certificate terminus so that it
-
-Mon, 21 Apr 2008 17:33:58 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the 'ca_file' ssl terminus type to 'ca'.
-
-Sat, 19 Apr 2008 19:37:22 -0500
-Luke Kanies <luke@madstop.com>
-Temporarily disabling the revoke/verify test in the CA.
-
-Sat, 19 Apr 2008 19:20:25 -0500
-Luke Kanies <luke@madstop.com>
-Fixing how the CRL is used for certificate verification.
-
-Sat, 19 Apr 2008 19:13:14 -0500
-Luke Kanies <luke@madstop.com>
-Fixing puppetca so it uses the :local ca setting.
-
-Sat, 19 Apr 2008 19:08:36 -0500
-Luke Kanies <luke@madstop.com>
-Added an Interface class to the CA to model puppetca's usage.
-
-Sat, 19 Apr 2008 15:30:11 -0500
-Luke Kanies <luke@madstop.com>
-Making the SSL::Host's destroy method a class method,
-
-Sat, 19 Apr 2008 14:59:11 -0500
-Luke Kanies <luke@madstop.com>
-Adding the last functionality needed for puppetca to use the Indirector.
-
-Sat, 19 Apr 2008 14:50:18 -0500
-Luke Kanies <luke@madstop.com>
-Finishing the interface between the CA and the CRL.
-
-Sat, 19 Apr 2008 22:35:02 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed some tests broken by #1176
-
-Sat, 19 Apr 2008 21:56:17 +1000
-James Turnbull <james@lovedthanlost.net>
-Added puppetlast script to ext directory
-
-Sat, 19 Apr 2008 21:51:27 +1000
-James Turnbull <james@lovedthanlost.net>
-Pushed patch for #1176 - configtimeout fix
-
-Sat, 19 Apr 2008 21:33:24 +1000
-James Turnbull <james@lovedthanlost.net>
-Pushed patch for ticket #1191 - adding globbing support to ports provider
-
-Sat, 19 Apr 2008 21:13:31 +1000
-James Turnbull <james@lovedthanlost.net>
-Pushed patch for ticket #1187 - freebsd pkg_add support
-
-Fri, 18 Apr 2008 11:57:50 -0500
-Luke Kanies <luke@madstop.com>
-Adding inventory support to the new certificate authority.
-
-Fri, 18 Apr 2008 11:53:59 -0500
-Luke Kanies <luke@madstop.com>
-Adding support within the inventory for real certs or Puppet cert wrappers.
-
-Fri, 18 Apr 2008 11:47:44 -0500
-Luke Kanies <luke@madstop.com>
-Changing the Inventory class to rebuild when the
-
-Fri, 18 Apr 2008 11:40:48 -0500
-Luke Kanies <luke@madstop.com>
-Adding a comment to the inventory class.
-
-Fri, 18 Apr 2008 11:39:42 -0500
-Luke Kanies <luke@madstop.com>
-Adding an SSl::Inventory class for managing the ssl inventory.
-
-Fri, 18 Apr 2008 10:49:58 -0500
-Luke Kanies <luke@madstop.com>
-All SSL terminus classes now force the CA information into the right place.
-
-Thu, 17 Apr 2008 22:12:21 -0500
-Luke Kanies <luke@madstop.com>
-Switching the SSL::Host class to return Puppet instances.
-
-Thu, 17 Apr 2008 21:51:14 -0500
-Luke Kanies <luke@madstop.com>
-Setting the expiration date of certificate objects to the expiry of the actual
-
-Thu, 17 Apr 2008 21:39:24 -0500
-Luke Kanies <luke@madstop.com>
-Adding integration tests for a lot of the SSL code.
-
-Thu, 17 Apr 2008 20:11:34 -0500
-Luke Kanies <luke@madstop.com>
-Moving the password file handling into the SSL::Key class.
-
-Thu, 17 Apr 2008 18:09:33 -0500
-Luke Kanies <luke@madstop.com>
-Moving all of the ca-specific settings to the ca_file
-
-Thu, 17 Apr 2008 17:47:03 -0500
-Luke Kanies <luke@madstop.com>
-Adding SSL::Host-level support for managing the terminus and
-
-Thu, 17 Apr 2008 16:49:16 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the CA so it actually automatically generates its certificate.
-
-Thu, 17 Apr 2008 15:50:40 -0500
-Luke Kanies <luke@madstop.com>
-The certificate authority now uses a Host instance named 'ca'.
-
-Thu, 17 Apr 2008 14:47:27 -0500
-Luke Kanies <luke@madstop.com>
-Changing all of the SSL terminus classes to treat CA files specially.
-
-Fri, 18 Apr 2008 01:19:11 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1195 - support for gentoo openrc
-
-Thu, 17 Apr 2008 15:15:03 +1000
-James Turnbull <james@lovedthanlost.net>
-Pushed schema patch for #1193
-
-Wed, 16 Apr 2008 14:21:31 -0500
-Luke Kanies <luke@madstop.com>
-The 'destroy' method for the ssl_file terminus base class
-
-Wed, 16 Apr 2008 12:35:10 -0500
-Luke Kanies <luke@madstop.com>
-Marking a test as pending, because it's not ready yet.
-
-Wed, 16 Apr 2008 12:34:53 -0500
-Luke Kanies <luke@madstop.com>
-Removing all the cases where the ssl host specifies
-
-Tue, 15 Apr 2008 21:28:57 -0500
-Luke Kanies <luke@madstop.com>
-Making the first pass at using requests instead of
-
-Wed, 2 Apr 2008 10:53:40 -0500
-Luke Kanies <luke@madstop.com>
-Adding a :to_text method that will convert the contained
-
-Wed, 2 Apr 2008 10:53:14 -0500
-Luke Kanies <luke@madstop.com>
-Actually signing the certificates in the CA.
-
-Wed, 2 Apr 2008 10:52:49 -0500
-Luke Kanies <luke@madstop.com>
-Adding the first attempt at managing the certificate
-
-Tue, 1 Apr 2008 18:24:46 -0500
-Luke Kanies <luke@madstop.com>
-Adding a :search method to the ssl_file terminus type
-
-Tue, 1 Apr 2008 17:07:05 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a failing test that had not been updated from previous coding
-
-Wed, 19 Mar 2008 23:46:43 -0500
-Luke Kanies <luke@madstop.com>
-We have a basically functional CA -- it can sign
-
-Wed, 19 Mar 2008 17:50:09 -0500
-Luke Kanies <luke@madstop.com>
-Adding tests for the easy bits of the CertificateFactory.
-
-Wed, 19 Mar 2008 17:30:39 -0500
-Luke Kanies <luke@madstop.com>
-Adding tests for the certificate serial numbers
-
-Wed, 19 Mar 2008 13:16:40 -0500
-Luke Kanies <luke@madstop.com>
-The certificate authority is now functional and tested.
-
-Wed, 12 Mar 2008 13:26:20 -0500
-Luke Kanies <luke@madstop.com>
-refactoring the cert request test a bit
-
-Wed, 12 Mar 2008 01:57:02 -0500
-Luke Kanies <luke@madstop.com>
-This is a first pass at the certificate authority.
-
-Tue, 11 Mar 2008 19:27:32 -0500
-Luke Kanies <luke@madstop.com>
-It looks like all of the new ssl classes for managing
-
-Tue, 11 Mar 2008 15:02:15 -0700
-Luke Kanies <luke@madstop.com>
-Adding he last of the indirection classes for the ssl
-
-Tue, 11 Mar 2008 14:19:11 -0700
-Luke Kanies <luke@madstop.com>
-The certificate and key are now correctly interacting
-
-Mon, 10 Mar 2008 22:32:10 -0700
-Luke Kanies <luke@madstop.com>
-Removing obsolete indirection classes
-
-Mon, 10 Mar 2008 10:37:57 -0700
-Luke Kanies <luke@madstop.com>
-The basics for the certificate and certificate request
-
-Sun, 9 Mar 2008 16:38:05 -0700
-Luke Kanies <luke@madstop.com>
-Fixing a couple of broken tests.
-
-Sun, 9 Mar 2008 16:37:45 -0700
-Luke Kanies <luke@madstop.com>
-The new SSL classes basically work, but they're not
-
-Fri, 7 Mar 2008 15:38:41 -0700
-Luke Kanies <luke@madstop.com>
-Finished the certificate request wrapper class.
-
-Fri, 7 Mar 2008 15:31:15 -0700
-Luke Kanies <luke@madstop.com>
-First stage of cert refactoring: Private
-
-Tue, 15 Apr 2008 21:33:49 -0500
-Luke Kanies <luke@madstop.com>
-Oops; final fix on the integration test failures resulting
-
-Tue, 15 Apr 2008 21:06:07 -0500
-Luke Kanies <luke@madstop.com>
-Fixing whitespace problems.
-
-Tue, 15 Apr 2008 21:05:57 -0500
-Luke Kanies <luke@madstop.com>
-Fixing an integration test of the rest terminus; it was
-
-Tue, 15 Apr 2008 12:09:13 -0500
-Luke Kanies <luke@madstop.com>
-Adding the necessary tests for webrick to have logging and
-
-Tue, 15 Apr 2008 20:01:20 +1000
-James Turnbull <james@lovedthanlost.net>
-Fixed #1189 and added support for --all to puppetca --clean
-
-Fri, 11 Apr 2008 15:21:50 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Fri, 11 Apr 2008 15:04:54 -0500
-Luke Kanies <luke@madstop.com>
-Fixishing some pending tests, including filling in
-
-Fri, 11 Apr 2008 13:53:27 -0500
-Luke Kanies <luke@madstop.com>
-Making the changes necessary to get the REST support
-
-Fri, 11 Apr 2008 13:50:36 -0500
-Luke Kanies <luke@madstop.com>
-The 'destroy' method in the indirection now returns
-
-Wed, 2 Apr 2008 21:27:14 -0500
-Rick Bradley <rick@rickbradley.com>
-fill out specs for network_* methods; refactor lowest-level network hooks
-
-Wed, 2 Apr 2008 20:45:51 -0500
-Rick Bradley <rick@rickbradley.com>
-adding rest_connection_details helper to Indirector::REST -- will need to be overridden to lookup the real connection details
-
-Wed, 2 Apr 2008 20:41:16 -0500
-Rick Bradley <rick@rickbradley.com>
-make sure unit indirector specs are working with #save; fill out network_put pending specs
-
-Wed, 2 Apr 2008 20:30:20 -0500
-Rick Bradley <rick@rickbradley.com>
-removed a debugging helper from the Indirector::Rest#save method
-
-Wed, 2 Apr 2008 20:28:57 -0500
-Rick Bradley <rick@rickbradley.com>
-updating mongrel/webrick unit tests to match integration-tested version of REST save functionality
-
-Wed, 2 Apr 2008 19:29:04 -0500
-Rick Bradley <rick@rickbradley.com>
-adding REST save support, with integration tests. A handful of unit tests in that area now need to be updated.
-
-Wed, 2 Apr 2008 19:28:11 -0500
-Rick Bradley <rick@rickbradley.com>
-disabling caching for Puppet::Indirector::Indirection as it was causing hella problems with testing save without caching; judging my luke's blog this is going to be rewritten somehow anyway
-
-Wed, 2 Apr 2008 01:15:53 -0500
-Rick Bradley <rick@rickbradley.com>
-work-in-progress; playing with refactoring network_* methods inside Indirector::REST
-
-Wed, 2 Apr 2008 00:48:54 -0500
-Rick Bradley <rick@rickbradley.com>
-Added support for destroy/DELETE over REST (including units & integrations on both webrick & mongrel).
-
-Wed, 2 Apr 2008 00:12:27 -0500
-Rick Bradley <rick@rickbradley.com>
-updating search integration specs to include webrick
-
-Wed, 2 Apr 2008 00:06:30 -0500
-Rick Bradley <rick@rickbradley.com>
-making search work over REST, w/ unit & integration specs
-
-Tue, 1 Apr 2008 23:40:28 -0500
-Rick Bradley <rick@rickbradley.com>
-unit specs and implementation for Indirector::REST#search method
-
-Tue, 1 Apr 2008 23:39:59 -0500
-Rick Bradley <rick@rickbradley.com>
-placeholders for integration specs on final REST methods
-
-Tue, 1 Apr 2008 23:08:33 -0500
-Rick Bradley <rick@rickbradley.com>
-ensure that we only run the mongrel specs when mongrel is available as a feature
-
-Tue, 1 Apr 2008 23:01:42 -0500
-Rick Bradley <rick@rickbradley.com>
-bringing Indirector::REST specs to mongrel-land as well.
-
-Tue, 1 Apr 2008 22:55:22 -0500
-Rick Bradley <rick@rickbradley.com>
-Make mongrel happy like WEBrick.
-
-Mon, 31 Mar 2008 12:08:36 -0500
-Rick Bradley <rick@rickbradley.com>
-exceptions on remote end now properly passed to local end via REST and re-raised (integration-tested)
-
-Mon, 31 Mar 2008 11:59:16 -0500
-Rick Bradley <rick@rickbradley.com>
-Much larger commit than I would like to land at once. This is all REST-related code. Two specs are failing related to how Mongrel is initialized for REST; will fix those shortly.
-
-Wed, 12 Mar 2008 23:26:05 -0500
-Rick Bradley <rick@rickbradley.com>
-a trivial integration test to test whether the RESTful indirection terminus has a remote shot at working; will need to be upgraded to actually be useful
-
-Wed, 12 Mar 2008 23:08:13 -0500
-Rick Bradley <rick@rickbradley.com>
-fixing Puppet::Node::REST class name to work with autoloader inflection (Puppet::Node::Rest), so we can do Puppet::Node.terminus_class = :rest
-
-Wed, 12 Mar 2008 22:26:12 -0500
-Rick Bradley <rick@rickbradley.com>
-This is the first version where mongrel and webrick are reliably startable and stoppable via Puppet::Network::Server.
-
-Tue, 19 Feb 2008 15:06:00 -0600
-Rick Bradley <rick@rickbradley.com>
-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
-
-Tue, 19 Feb 2008 13:34:55 -0600
-Rick Bradley <rick@rickbradley.com>
-removing obsolete TODO comment
-
-Tue, 19 Feb 2008 12:49:57 -0600
-Rick Bradley <rick@rickbradley.com>
-puppet-compliant indentation
-
-Fri, 11 Apr 2008 13:01:42 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Fri, 11 Apr 2008 13:01:17 -0500
-Luke Kanies <luke@madstop.com>
-Resources now return the 'should' value for properties from
-
-Fri, 11 Apr 2008 11:34:51 -0500
-Luke Kanies <luke@madstop.com>
-Modified the 'master' handler to use the Catalog class to
-
-Thu, 10 Apr 2008 23:18:20 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1184 -- definitions now autoload correctly all of the time.
-
-Thu, 10 Apr 2008 23:17:36 -0500
-Luke Kanies <luke@madstop.com>
-Removed the code from the client that tries to avoid recompiling
-
-Thu, 10 Apr 2008 15:49:12 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1173 -- classes and definitions can now have the same
-
-Thu, 10 Apr 2008 15:48:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1173 -- classes and definitions can now have the same
-
-Thu, 10 Apr 2008 14:44:14 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the expire method (it wasn't using a request
-
-Thu, 10 Apr 2008 13:14:58 -0500
-Luke Kanies <luke@madstop.com>
-Moved the request creation into the Indirection
-
-Tue, 8 Apr 2008 23:48:48 -0500
-Luke Kanies <luke@madstop.com>
-Making the log messages around caching better.
-
-Tue, 8 Apr 2008 21:36:29 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the executables to use the new indirection api.
-
-Tue, 8 Apr 2008 21:21:59 -0500
-Luke Kanies <luke@madstop.com>
-Ported the rest of the indirection terminuses over to
-
-Tue, 8 Apr 2008 18:21:18 -0500
-Luke Kanies <luke@madstop.com>
-Intermediate commit.
-
-Tue, 8 Apr 2008 14:09:29 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some tests that were failing because new base types
-
-Tue, 8 Apr 2008 11:39:29 -0500
-Luke Kanies <luke@madstop.com>
-Adding the ability for indirection requests to be created
-
-Tue, 8 Apr 2008 10:18:42 -0500
-Luke Kanies <luke@madstop.com>
-Fixing an errant comment
-
-Tue, 8 Apr 2008 02:38:20 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the tests that were failing because of the use
-
-Tue, 8 Apr 2008 02:17:31 -0500
-Luke Kanies <luke@madstop.com>
-Adding a Request class to the Indirection layer. This
-
-Tue, 8 Apr 2008 00:20:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the integration tests related to the destroy fix. Yay.
-
-Tue, 8 Apr 2008 00:02:39 -0500
-Luke Kanies <luke@madstop.com>
-Fixing one other test that was failing because of the change
-
-Mon, 7 Apr 2008 23:54:58 -0500
-Luke Kanies <luke@madstop.com>
-Changing how destroy works, just a bit -- it now accepts
-
-Mon, 7 Apr 2008 23:47:01 -0500
-Luke Kanies <luke@madstop.com>
-Reworking the caching layer to use TTLs instead of versions
-
-Mon, 7 Apr 2008 23:39:51 -0500
-Luke Kanies <luke@madstop.com>
-Removing unused code from the file_serving/metadata class.
-
-Mon, 7 Apr 2008 23:39:21 -0500
-Luke Kanies <luke@madstop.com>
-Adding an envelope module to handle indirected instance
-
-Tue, 8 Apr 2008 11:22:03 -0500
-Luke Kanies <luke@madstop.com>
-Changing the default environment to production.
-
-Tue, 8 Apr 2008 11:19:15 -0500
-Luke Kanies <luke@madstop.com>
-Adding validation to the user type to confirm that the
-
-Tue, 8 Apr 2008 10:29:54 -0500
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Tue, 8 Apr 2008 10:21:30 -0500
-Luke Kanies <luke@madstop.com>
-Making a test executable
-
-Mon, 7 Apr 2008 12:44:31 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-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).
-
-Sun, 6 Apr 2008 14:49:17 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-tests
-
-Fri, 4 Apr 2008 11:53:18 +1100
-James Turnbull <james@lovedthanlost.net>
-Additional fix for emacs syntax for ticket #1160
-
-Fri, 4 Apr 2008 11:52:08 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Additional fix to emacs for ticket #1160"
-
-Fri, 4 Apr 2008 11:51:23 +1100
-James Turnbull <james@lovedthanlost.net>
-Additional fix to emacs for ticket #1160
-
-Wed, 2 Apr 2008 19:55:25 +0200
-Andreas Rogge <arogge@dv.rb.solvention.de>
-Extend workaround from 56aad69f8cdf8b0b08fdb7985014986223fa4455 to not only fix UIDs but also GIDs
-
-Fri, 4 Apr 2008 01:16:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Changed some non-standard Ruby locations to env ruby shebangs
-
-Thu, 3 Apr 2008 20:59:51 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixes debian service enabled/disable issue as detailed in #1161.
-
-Thu, 3 Apr 2008 19:30:30 +1100
-James Turnbull <james@lovedthanlost.net>
-Committed patch from #1160
-
-Thu, 3 Apr 2008 19:11:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Wed, 2 Apr 2008 11:40:41 +1100
-James Turnbull <james@lovedthanlost.net>
-Pushed patch to fix #1174
-
-Tue, 1 Apr 2008 00:45:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the tests in test/ that were broken as
-
-Tue, 1 Apr 2008 00:08:15 -0500
-Luke Kanies <luke@madstop.com>
-Fixing tests that were failing as a result of the merge,
-
-Mon, 31 Mar 2008 23:56:09 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' into master_no_global_resources
-
-Mon, 31 Mar 2008 21:03:56 -0500
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Mon, 31 Mar 2008 21:02:52 -0500
-Luke Kanies <luke@madstop.com>
-Adding the report reference back; I don't really know
-
-Tue, 1 Apr 2008 10:40:25 +1100
-James Turnbull <james@lovedthanlost.net>
-Updates to rrdgraph documentation
-
-Tue, 1 Apr 2008 10:34:29 +1100
-James Turnbull <james@lovedthanlost.net>
-Better fix for #1020
-
-Tue, 1 Apr 2008 09:58:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Added updated fix for #1020"
-
-Tue, 1 Apr 2008 07:39:49 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed duplicate oid for parentnode and environment in schema - addresses #1170
-
-Tue, 1 Apr 2008 07:36:58 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Mon, 31 Mar 2008 10:46:15 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-tests
-
-Mon, 31 Mar 2008 11:48:14 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a duplicate word in the mount docs
-
-Mon, 31 Mar 2008 09:10:10 +1100
-James Turnbull <james@lovedthanlost.net>
-Added updated fix for #1020
-
-Sun, 30 Mar 2008 12:38:24 -0500
-Luke Kanies <luke@madstop.com>
-Adding 0.24.4 header to the changelog
-
-Thu, 27 Mar 2008 20:36:04 -0700
-Blake Barnett <bdb@bdb-debvm1.stanford.edu>
-Add a bunch of directives, allows a full parse of stanford's huge nagios config
-
-Fri, 28 Mar 2008 17:45:56 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://wormwood.lovedthanlost.net/puppet into 0.24.x
-
-Tue, 25 Mar 2008 10:30:41 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.
-
-Thu, 27 Mar 2008 20:47:50 +1100
-James Turnbull <james@lovedthanlost.net>
-Added check_puppet.rb Nagios check plugin (See #1162)
-
-Wed, 26 Mar 2008 12:17:08 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Tue, 25 Mar 2008 18:18:34 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Wed, 26 Mar 2008 08:39:34 +1100
-James Turnbull <james@lovedthanlost.net>
-I think this will include the man pages in the build but overall the Rakefile needs a rewrite
-
-Tue, 25 Mar 2008 14:27:58 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Tue, 25 Mar 2008 14:09:15 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Added some more tests for loadedfile, based off the old unit tests.
-
-Tue, 25 Mar 2008 21:27:38 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.4
-
-Tue, 25 Mar 2008 21:27:37 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.4
-
-Tue, 25 Mar 2008 09:49:36 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Tue, 25 Mar 2008 11:27:14 +0900
-Ryan McBride <mcbride@countersiege.com>
-Pass source to pkg_add via the PKG_PATH environment variable if
-
-Mon, 24 Mar 2008 16:15:36 -0700
-Paul Lathrop <paul@tertiusfamily.net>
-Added rspec tests for loadedfile
-
-Mon, 24 Mar 2008 17:10:00 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #571 -- provider suitability is now checked at resource
-
-Mon, 24 Mar 2008 16:37:56 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a couple of tests.
-
-Mon, 24 Mar 2008 16:37:48 -0500
-Luke Kanies <luke@madstop.com>
-Moved the configuration of the Node cache to the puppetmasterd
-
-Mon, 24 Mar 2008 16:04:36 -0500
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Tue, 25 Mar 2008 08:03:11 +1100
-James Turnbull <james@lovedthanlost.net>
-Disabled man page creation by default and updated CHANGELOG
-
-Mon, 10 Mar 2008 13:34:38 -0700
-Luke Kanies <luke@madstop.com>
-Modifying the way ensure is handled so that it supports
-
-Mon, 24 Mar 2008 12:02:17 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1138 -- the yamldir is automatically created by the
-
-Mon, 24 Mar 2008 09:56:39 -0500
-Luke Kanies <luke@madstop.com>
-Disabling http keep-alive as a means of preventing #1010.
-
-Sun, 23 Mar 2008 13:39:28 -0500
-Luke Kanies <luke@madstop.com>
-Applying patch by Ryan McBride to fix OpenBSD package
-
-Sat, 22 Mar 2008 17:49:28 +1100
-James Turnbull <james@lovedthanlost.net>
-Added man pages and man page creation logic to install.rb
-
-Sat, 22 Mar 2008 15:00:19 +1100
-James Turnbull <james@lovedthanlost.net>
-Ported #198 man page creation functionality to 0.24.x branch
-
-Fri, 21 Mar 2008 00:39:26 -0500
-Luke Kanies <luke@madstop.com>
-Found all instances of methods where split() is used without
-
-Fri, 21 Mar 2008 00:26:08 -0500
-Luke Kanies <luke@madstop.com>
-Found an array that leaked pretty quickly between reparsing
-
-Thu, 20 Mar 2008 23:39:12 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test I broke with my fix to #1147
-
-Thu, 20 Mar 2008 23:27:18 -0500
-Luke Kanies <luke@madstop.com>
-Fixed #1147: Cached nodes are correctly considered out of
-
-Tue, 18 Mar 2008 20:33:02 -0700
-Sam Quigley <sq@wesabe.com>
-tweak the (already applied) patch in 388cf7c3df7ce26e953949ed6fe63d76cbbb3691 to resolve #1137; also, add tests which detect the problem.
-
-Thu, 20 Mar 2008 14:08:48 -0500
-Luke Kanies <luke@madstop.com>
-Applying patch by wyvern to fix #1142.
-
-Thu, 20 Mar 2008 11:55:42 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sun, 20 Jan 2008 00:19:04 -0500
-Karl Fogel <kfogel@red-bean.com>
-* puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Clean up the code somewhat after commit 738d275f41f3eaf015800021dd2dfe6c42a1ae79, as promised.
-
-Sun, 20 Jan 2008 00:14:24 -0500
-Karl Fogel <kfogel@red-bean.com>
-* puppet/ext/emacs/puppet-mode.el (puppet-indent-line): Be more sophisticated about what we do at the beginning of the buffer, so that the first expression after an block-opening statement that happens to begin at the beginning of the buffer gets indented correctly. This may need some cleanup, but I wanted to get the correct behavior committed first.
-
-Sat, 19 Jan 2008 10:52:42 -0500
-Karl Fogel <kfogel@red-bean.com>
-Fix bug mentioned in commit f814e23eab140ad01df4a4a3b187fcbf20da02be:
-
-Sat, 19 Jan 2008 10:25:14 -0500
-Karl Fogel <kfogel@red-bean.com>
-* 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.
-
-Sat, 19 Jan 2008 10:17:55 -0500
-Karl Fogel <kfogel@red-bean.com>
-* ext/emacs/puppet-mode.el: Untabify, in preparation for substantive changes.
-
-Thu, 20 Mar 2008 11:40:25 -0500
-Luke Kanies <luke@madstop.com>
-Adding another commit for #1136 -- Consolidated
-
-Fri, 21 Mar 2008 01:39:38 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ports documentation error
-
-Fri, 21 Mar 2008 01:18:39 +1100
-James Turnbull <james@lovedthanlost.net>
-Added more detail about the requirement for ruby-libshadow for useradd password management
-
-Tue, 18 Mar 2008 15:06:34 +1100
-James Turnbull <james@lovedthanlost.net>
-Final fix to #1136 - further changes to --test setting
-
-Tue, 18 Mar 2008 14:31:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Second fix to #1136 - fixed --test problem
-
-Tue, 18 Mar 2008 13:52:18 +1100
-James Turnbull <james@lovedthanlost.net>
-Fix for ticket #1136 --verbose cancels out --debug
-
-Tue, 18 Mar 2008 03:12:18 +1100
-James Turnbull <james@lovedthanlost.net>
-Applied patch in #1134
-
-Wed, 19 Mar 2008 10:56:22 -0500
-Luke Kanies <luke@madstop.com>
-fixing another failing test
-
-Tue, 18 Mar 2008 18:16:03 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some tests that only failed under certain
-
-Tue, 18 Mar 2008 18:14:52 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring how the catalog creation handles errors.
-
-Tue, 18 Mar 2008 17:25:23 -0500
-Luke Kanies <luke@madstop.com>
-Removing extra debugging
-
-Tue, 18 Mar 2008 17:24:56 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a unit test for node integration
-
-Tue, 18 Mar 2008 16:35:06 -0500
-Luke Kanies <luke@madstop.com>
-Settings now (again?) do not use a section more than
-
-Tue, 18 Mar 2008 16:33:48 -0500
-Luke Kanies <luke@madstop.com>
-Removing explicit requires of types and providers,
-
-Tue, 18 Mar 2008 16:32:53 -0500
-Luke Kanies <luke@madstop.com>
-Removing obsolete code from the fileserving handler.
-
-Tue, 18 Mar 2008 14:33:43 -0500
-Luke Kanies <luke@madstop.com>
-updating resource references in the docs
-
-Tue, 18 Mar 2008 13:55:48 -0500
-Luke Kanies <luke@madstop.com>
-Hopefully *finally* fixed the "already being managed" problem
-
-Mon, 17 Mar 2008 06:45:42 +0100
-Luke Kanies <luke@madstop.com>
-Adding a rake taks for updating the trac docs
-
-Mon, 17 Mar 2008 06:27:36 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.3
-
-Mon, 17 Mar 2008 06:27:36 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.3
-
-Mon, 17 Mar 2008 06:26:58 +0100
-Luke Kanies <luke@madstop.com>
-Updating changelog for 0.24.3
-
-Mon, 17 Mar 2008 00:23:59 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.x
-
-Mon, 17 Mar 2008 00:23:35 -0500
-Luke Kanies <luke@madstop.com>
-Removing a Settings.use that is unnecessary
-
-Sun, 16 Mar 2008 17:58:57 -0500
-Luke Kanies <luke@madstop.com>
-Downgrading the "Using cache" message from the indirection to debug
-
-Sun, 16 Mar 2008 17:58:16 -0500
-Luke Kanies <luke@madstop.com>
-Modified the ldap node terminus to also use the facts version
-
-Sun, 16 Mar 2008 17:52:46 -0500
-Luke Kanies <luke@madstop.com>
-Caching node information in yaml (I figured caching in memory will
-
-Sun, 16 Mar 2008 17:37:12 -0500
-Luke Kanies <luke@madstop.com>
-Modifying the yaml terminus base class to use the timestamp
-
-Sun, 16 Mar 2008 17:21:27 -0500
-Luke Kanies <luke@madstop.com>
-Merge commit 'johnf/0.24.x' into 0.24.x
-
-Sun, 16 Mar 2008 17:02:36 -0500
-Luke Kanies <luke@madstop.com>
-Adding a filebucket test to puppet-test
-
-Sun, 16 Mar 2008 16:40:28 -0500
-Luke Kanies <luke@madstop.com>
-Adding a test for local compiling
-
-Sun, 16 Mar 2008 16:27:31 -0500
-Luke Kanies <luke@madstop.com>
-Using the indirected facts rather than master.getfacts, so no factsync is used
-
-Fri, 14 Mar 2008 13:58:24 +1100
-John Ferlito <johnf@inodes.org>
-Regression in :node_name functionality
-
-Mon, 25 Feb 2008 12:42:49 -0500
-Brenton Leanhardt <bleanhar@redhat.com>
-Flat file now does writing to a tempfile.
-
-Thu, 13 Mar 2008 13:55:08 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1132 -- host names can now have dashes anywhere.
-
-Thu, 13 Mar 2008 12:36:21 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1118 -- downloading plugins and facts now ignores noop.
-
-Thu, 13 Mar 2008 09:25:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the service-stop on debian, using the patch provided by DavidS
-
-Fri, 7 Mar 2008 12:28:58 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Fri, 7 Mar 2008 12:09:46 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the "tidy" type to use an option hash for specifying its parent class
-
-Thu, 6 Mar 2008 16:33:28 -0600
-Luke Kanies <luke@madstop.com>
-updating changelog for already-closed tickets
-
-Thu, 6 Mar 2008 15:02:38 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'andrew/0.24.x' into 0.24.x
-
-Thu, 6 Mar 2008 14:59:32 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'shadoi/fix1116' into 0.24.x
-
-Thu, 6 Mar 2008 12:53:57 -0800
-Blake Barnett <bdb@bdb-debvm1.stanford.edu>
-Cache the same type we check for, hopefully fixes #1116
-
-Thu, 6 Mar 2008 12:51:55 -0800
-Blake Barnett <bdb@bdb-debvm1.stanford.edu>
-Revert "Cache the same type we check for, hopefully fixes #1116"
-
-Thu, 6 Mar 2008 12:50:24 -0800
-Blake Barnett <bdb@bdb-debvm1.stanford.edu>
-Cache the same type we check for, hopefully fixes #1116
-
-Thu, 6 Mar 2008 14:47:14 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the rest of #1113: External node commands can specify
-
-Thu, 6 Mar 2008 14:43:41 -0600
-Luke Kanies <luke@madstop.com>
-Partially fixing #1113: LDAP nodes now support environments,
-
-Thu, 6 Mar 2008 13:20:30 -0700
-Luke Kanies <luke@madstop.com>
-Fix for 1094
-
-Thu, 6 Mar 2008 13:12:29 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'andrew/0.24.x' into 0.24.x
-
-Thu, 6 Mar 2008 13:10:58 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Thu, 6 Mar 2008 13:07:11 -0600
-Luke Kanies <luke@madstop.com>
-Always duplicating resource defaults in the parser, so that
-
-Wed, 5 Mar 2008 18:55:32 -0700
-Luke Kanies <luke@madstop.com>
-Changed name of method for clarity per code review
-
-Wed, 5 Mar 2008 13:08:20 -0700
-Andrew Shafer <andrew@luke-kaniess-macbook-pro-15.local>
-Ticket #1041
-
-Wed, 5 Mar 2008 12:30:45 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Wed, 5 Mar 2008 21:25:40 +1100
-James Turnbull <james@lovedthanlost.net>
-Applies patches from #1111 and #1112
-
-Wed, 5 Mar 2008 20:52:21 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Tue, 4 Mar 2008 16:26:48 -0700
-Andrew Shafer <andrew@luke-kaniess-macbook-pro-15.local>
-Fix tests depending on the Puppet[:localcert] file existing using stubs
-
-Mon, 3 Mar 2008 22:14:44 +0100
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of /opt/rl/git/puppet into 0.24.x
-
-Mon, 3 Mar 2008 15:08:08 -0600
-Luke Kanies <luke@madstop.com>
-Updating version number
-
-Mon, 3 Mar 2008 17:33:08 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.2
-
-Mon, 3 Mar 2008 17:33:07 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.2
-
-Mon, 3 Mar 2008 17:32:26 +0100
-Luke Kanies <luke@madstop.com>
-updating changelog for 0.24.2
-
-Mon, 3 Mar 2008 10:29:08 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch by DavidS to fix #1083.
-
-Mon, 3 Mar 2008 11:59:14 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Fri, 29 Feb 2008 13:27:39 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.x
-
-Fri, 29 Feb 2008 13:27:30 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'shadoi/0.24.x' into 0.24.x
-
-Fri, 29 Feb 2008 13:23:42 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.x
-
-Fri, 29 Feb 2008 13:22:55 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a few tests
-
-Fri, 29 Feb 2008 12:56:02 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1110 -- transactions now always make sure
-
-Fri, 29 Feb 2008 12:04:42 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the fact that resources that model defined resources
-
-Fri, 29 Feb 2008 12:00:39 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a few more loading order issues.
-
-Fri, 29 Feb 2008 11:51:15 -0600
-Luke Kanies <luke@madstop.com>
-Fixing tests that did not work with Rails 2.
-
-Fri, 29 Feb 2008 11:50:17 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a test that changed the environment for all later tests,
-
-Thu, 28 Feb 2008 22:55:55 -0800
-Blake Barnett <bdb@bdb-debvm1.stanford.edu>
-* Tweaks for puppetshow UI cleanup
-
-Thu, 28 Feb 2008 22:54:12 -0800
-Blake Barnett <bdb@bdb-debvm1.stanford.edu>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Thu, 28 Feb 2008 22:51:20 -0800
-Blake Barnett <bdb@bdb-debvm1.stanford.edu>
-* Add migration for "created_at" (hobo expects it)
-
-Fri, 29 Feb 2008 12:49:06 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Thu, 28 Feb 2008 17:53:46 -0600
-Luke Kanies <luke@madstop.com>
-renaming ral/types to ral/type in the tests
-
-Thu, 28 Feb 2008 17:40:01 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1062 by moving the yamldir setting to its own yaml
-
-Thu, 28 Feb 2008 17:21:35 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1047 -- Puppet's parser no longer changes the order
-
-Thu, 28 Feb 2008 16:30:53 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'lutter/0.24.x' into 0.24.x
-
-Thu, 28 Feb 2008 16:12:48 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1063 -- the master correctly logs syntax errors when
-
-Thu, 28 Feb 2008 15:59:49 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.x
-
-Thu, 28 Feb 2008 15:55:39 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1092 by no longer using the resource reference to
-
-Thu, 28 Feb 2008 15:54:03 -0600
-Luke Kanies <luke@madstop.com>
-Fixing an integration test so it cleans up after itself
-
-Thu, 28 Feb 2008 14:49:32 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1101 -- puppetrun works again.
-
-Thu, 28 Feb 2008 14:44:39 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.x
-
-Thu, 28 Feb 2008 14:44:29 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1093 -- 0.23.2 clients are again compatible
-
-Thu, 28 Feb 2008 14:07:01 -0600
-Luke Kanies <luke@madstop.com>
-testing automatic commit emails
-
-Thu, 28 Feb 2008 13:58:56 -0600
-Luke Kanies <luke@madstop.com>
-Adding a 'control' parameter to services, for those
-
-Thu, 28 Feb 2008 13:30:33 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Thu, 28 Feb 2008 13:29:32 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Fixes #1099 - use of -m option with -d option for home directories"
-
-Wed, 27 Feb 2008 15:43:09 -0500
-Luke Kanies <luke@madstop.com>
-Removed the loglevels from the valid values for 'logoutput'
-
-Wed, 27 Feb 2008 14:52:20 -0500
-Luke Kanies <luke@madstop.com>
-replacing tabs with spaces in the redhat interface provider
-
-Wed, 27 Feb 2008 10:28:17 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a typo in the mailalias resource type
-
-Wed, 27 Feb 2008 10:35:22 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixes #1099 - use of -m option with -d option for home directories
-
-Tue, 26 Feb 2008 17:04:16 -0500
-Luke Kanies <luke@madstop.com>
-Removing the validation on package sources, since
-
-Mon, 25 Feb 2008 19:53:24 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1085, I think -- I was not returning a resource
-
-Mon, 25 Feb 2008 19:40:44 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #1084 -- the node catalog asks the individual
-
-Mon, 25 Feb 2008 18:46:36 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 25 Feb 2008 18:46:29 -0500
-Luke Kanies <luke@madstop.com>
-adding a comment to the namespaceauth.conf file
-
-Mon, 25 Feb 2008 18:28:26 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 25 Feb 2008 18:26:21 -0500
-Luke Kanies <luke@madstop.com>
-Adding an example namespaceauth.conf
-
-Mon, 25 Feb 2008 10:10:01 -0800
-David Lutterkort <dlutter@redhat.com>
-Trac #1038: not a fix, just an attempt at improving the situation.
-
-Mon, 25 Feb 2008 11:51:06 +1100
-James Turnbull <james@lovedthanlost.net>
-Corrected #1040 fix - this should now be right - trace was after raise
-
-Sat, 23 Feb 2008 18:17:28 -0600
-Luke Kanies <luke@madstop.com>
-Making a couple of other small fixes, requiring
-
-Sat, 23 Feb 2008 19:09:29 -0500
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Sat, 23 Feb 2008 19:06:29 -0500
-Luke Kanies <luke@madstop.com>
-Somewhat refactored fileserving so that it no longer caches
-
-Sun, 24 Feb 2008 09:47:12 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixes ticket #1080
-
-Sun, 24 Feb 2008 09:32:44 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixes ticket #1079 - added . support for tags
-
-Sat, 23 Feb 2008 13:58:58 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test that was failing when a user-specific
-
-Sat, 23 Feb 2008 08:41:24 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixes #1078 and includes new test
-
-Thu, 21 Feb 2008 23:59:10 -0500
-Luke Kanies <luke@madstop.com>
-Removing a test I never migrated from test/unit.
-
-Thu, 21 Feb 2008 23:57:46 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a test that was actually reading in keys
-
-Thu, 21 Feb 2008 23:19:27 -0500
-Luke Kanies <luke@madstop.com>
-updating checksum for #1010 fix
-
-Thu, 21 Feb 2008 23:18:40 -0500
-Luke Kanies <luke@madstop.com>
-Quashed commit of my fixes for #1010.
-
-Thu, 21 Feb 2008 15:50:02 -0500
-Luke Kanies <luke@madstop.com>
-Hasstatus in the init service provider; it was just
-
-Thu, 21 Feb 2008 13:07:10 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed minor documentation error
-
-Thu, 21 Feb 2008 11:30:20 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1073 - moved show_diff and other logic post config parse
-
-Wed, 20 Feb 2008 11:14:34 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed test for #1040
-
-Tue, 19 Feb 2008 15:42:12 +1100
-James Turnbull <james@lovedthanlost.net>
-Second attempt fix address ticket #1040
-
-Tue, 19 Feb 2008 15:32:30 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Mon, 18 Feb 2008 22:07:12 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 18 Feb 2008 22:05:34 -0600
-Luke Kanies <luke@madstop.com>
-Removing some extraneous debugging from a test.
-
-Tue, 19 Feb 2008 12:23:40 +1100
-James Turnbull <james@lovedthanlost.net>
-Attempt to fix #1040 - catching errors in compilation
-
-Mon, 18 Feb 2008 18:58:20 -0600
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'my24' into 0.24.x
-
-Mon, 18 Feb 2008 17:36:30 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1018 -- resources now have their namevars added as
-
-Mon, 18 Feb 2008 17:13:10 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1037 -- remote unreadable files no longer have the
-
-Tue, 19 Feb 2008 08:42:00 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Mon, 18 Feb 2008 14:21:12 -0600
-Rick Bradley <rick@rickbradley.com>
-converting parser ast node specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 14:20:13 -0600
-Rick Bradley <rick@rickbradley.com>
-converting parser ast host class specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 14:18:17 -0600
-Rick Bradley <rick@rickbradley.com>
-converting node catalog specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 14:15:17 -0600
-Rick Bradley <rick@rickbradley.com>
-converting indirector yaml specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 14:13:54 -0600
-Rick Bradley <rick@rickbradley.com>
-converting facter indirector specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 12:04:09 -0600
-Rick Bradley <rick@rickbradley.com>
-converting indirector checksum file specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 12:02:09 -0600
-Rick Bradley <rick@rickbradley.com>
-converting parser compilerspecs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:59:54 -0600
-Rick Bradley <rick@rickbradley.com>
-converting mount provider specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:58:06 -0600
-Rick Bradley <rick@rickbradley.com>
-converting indirector terminus specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:55:55 -0600
-Rick Bradley <rick@rickbradley.com>
-converting file serving configuration specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:54:13 -0600
-Rick Bradley <rick@rickbradley.com>
-converting indirector ldap node specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:52:14 -0600
-Rick Bradley <rick@rickbradley.com>
-converting indirector direct file server specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:50:28 -0600
-Rick Bradley <rick@rickbradley.com>
-converting parsed mount provider specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:48:11 -0600
-Rick Bradley <rick@rickbradley.com>
-converting mount type specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:44:34 -0600
-Rick Bradley <rick@rickbradley.com>
-converting indirector file specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:42:01 -0600
-Rick Bradley <rick@rickbradley.com>
-converting package type specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:38:54 -0600
-Rick Bradley <rick@rickbradley.com>
-converting fileserving/configuration/parser specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:36:14 -0600
-Rick Bradley <rick@rickbradley.com>
-converting indirector/module_files specs from setup/teardown to before/after
-
-Mon, 18 Feb 2008 11:33:48 -0600
-Rick Bradley <rick@rickbradley.com>
-converting ral/types/schedule specs away from setup/teardown
-
-Mon, 18 Feb 2008 11:27:45 -0600
-Rick Bradley <rick@rickbradley.com>
-converting indirection specs away from setup/teardown to rspec compatible before/after usage
-
-Mon, 18 Feb 2008 10:57:40 -0600
-Rick Bradley <rick@rickbradley.com>
-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)
-
-Mon, 18 Feb 2008 10:43:40 -0600
-Rick Bradley <rick@rickbradley.com>
-Merge branch '0.24.x' into my24
-
-Mon, 18 Feb 2008 10:34:21 -0600
-Rick Bradley <rick@rickbradley.com>
-reordering spec binaries to prefer the local vendor/gems/rspec/bin/spec option
-
-Mon, 18 Feb 2008 10:29:07 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a failing test that resulted from a change
-
-Mon, 18 Feb 2008 09:38:32 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 18 Feb 2008 09:00:11 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the directory service provider's behaviour
-
-Mon, 18 Feb 2008 10:48:33 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #1072 - Debian directory updates
-
-Sat, 19 Jan 2008 16:34:48 -0800
-Jeffrey J McCune <jeff@northstarlabs.net>
-Fixed Ticket 1009 - problem with plist xml parser. We do not need the plist parser for pkgdmg.
-
-Sat, 16 Feb 2008 14:35:34 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/ticket_1024' into 0.24.x
-
-Sat, 16 Feb 2008 13:58:00 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #1070 - puppetrun configuration parse problem
-
-Sat, 16 Feb 2008 13:26:05 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #1069 - removed remaining references to multiple configuration files
-
-Sat, 16 Feb 2008 13:03:42 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #1065 - Solaris SMF manifests
-
-Fri, 15 Feb 2008 14:24:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #1068 - Minor documentation fix
-
-Sat, 19 Jan 2008 20:39:00 -0500
-Jeffrey J McCune <jeff@northstarlabs.net>
-Really minor change to user creation in Leopard.
-
-Fri, 15 Feb 2008 13:17:12 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Thu, 14 Feb 2008 20:13:44 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring the incremental checksum generation
-
-Thu, 14 Feb 2008 19:45:47 -0600
-Luke Kanies <luke@madstop.com>
-Enhancing the stand-alone checksums utility module
-
-Fri, 15 Feb 2008 11:32:03 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1060 - Debian service removal and addition
-
-Thu, 14 Feb 2008 11:24:39 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Wed, 13 Feb 2008 17:38:00 -0600
-Luke Kanies <luke@madstop.com>
-Changing portage to use Puppet::Error instead of Puppet::PackageError,
-
-Wed, 13 Feb 2008 17:30:18 -0600
-Luke Kanies <luke@madstop.com>
-Fixing comment -- ticket #1027 instead of #1064
-
-Wed, 13 Feb 2008 17:29:23 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1064 -- providers et al are now autoloaded
-
-Wed, 13 Feb 2008 17:18:23 -0600
-Luke Kanies <luke@madstop.com>
-removing "lib" deprecation notice from autoloader
-
-Wed, 13 Feb 2008 16:52:26 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1043 -- autoloading now searches the plugins directory
-
-Thu, 14 Feb 2008 09:37:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Wed, 13 Feb 2008 16:36:19 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1003 -- Applying DavidS's patch to fix searching for
-
-Wed, 13 Feb 2008 16:30:49 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #992 -- Puppet is now compatible with gems 1.0.1.
-
-Thu, 14 Feb 2008 09:29:55 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Wed, 13 Feb 2008 16:27:35 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #968 again, this time with tests -- parseonly works,
-
-Wed, 13 Feb 2008 15:49:51 -0600
-Luke Kanies <luke@madstop.com>
-Renaming the 'pfile' and 'pfilebucket' files to plain
-
-Thu, 14 Feb 2008 08:11:41 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Wed, 13 Feb 2008 14:55:14 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1021 -- the problem was that my method of determining
-
-Wed, 13 Feb 2008 14:26:28 -0600
-Luke Kanies <luke@madstop.com>
-Removing the last vestiges of GRATR from the PGraph class
-
-Wed, 13 Feb 2008 08:56:06 -0600
-Luke Kanies <luke@madstop.com>
-Removing obsolete references (they're in the indirection
-
-Thu, 14 Feb 2008 01:02:32 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Wed, 13 Feb 2008 20:29:00 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Tue, 12 Feb 2008 23:00:52 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 12 Feb 2008 23:00:40 -0600
-Luke Kanies <luke@madstop.com>
-Loading the mocha gem from the puppettest.rb file.
-
-Tue, 12 Feb 2008 22:53:19 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the Rakefile so all tests run in one task instead
-
-Tue, 12 Feb 2008 22:47:40 -0600
-Luke Kanies <luke@madstop.com>
-'rake' within the spec dir works now, anyway, which is
-
-Tue, 12 Feb 2008 22:24:12 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the puppet_rspec autotest plugin to use the modern interface
-
-Tue, 12 Feb 2008 22:11:30 -0600
-Luke Kanies <luke@madstop.com>
-Trying to upgrade rspec, but not having much luck.
-
-Tue, 12 Feb 2008 17:39:26 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 12 Feb 2008 17:37:51 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Tue, 12 Feb 2008 17:14:21 -0600
-Luke Kanies <luke@madstop.com>
-Copying over Rick's work from the master branch supporting autotest and
-
-Tue, 12 Feb 2008 16:35:31 -0600
-Luke Kanies <luke@madstop.com>
-Adding an inflection util class.
-
-Tue, 12 Feb 2008 14:57:24 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #997 -- virtual defined types are no longer evaluated.
-
-Tue, 12 Feb 2008 14:43:33 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'bartv/pending/fix-997' into 0.24.x
-
-Tue, 12 Feb 2008 14:19:19 -0600
-Luke Kanies <luke@madstop.com>
-Moving the ast node tests to rspec (which I could have
-
-Mon, 11 Feb 2008 18:27:49 -0600
-Luke Kanies <luke@madstop.com>
-Removing the last remaining vestiges of GRATR --
-
-Mon, 11 Feb 2008 18:15:27 -0600
-Luke Kanies <luke@madstop.com>
-Switching the Node catalog to use the Tagging module
-
-Mon, 11 Feb 2008 18:13:51 -0600
-Luke Kanies <luke@madstop.com>
-Added a 'tagged?' method to the Tagging module.
-
-Mon, 11 Feb 2008 18:08:15 -0600
-Luke Kanies <luke@madstop.com>
-Switching the Node Catalog to using a separate method
-
-Mon, 11 Feb 2008 17:59:34 -0600
-Luke Kanies <luke@madstop.com>
-Changing the name of the Compile class to Compiler,
-
-Mon, 11 Feb 2008 17:41:19 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring the interface between the Compile class
-
-Mon, 11 Feb 2008 17:33:12 -0600
-Luke Kanies <luke@madstop.com>
-Changing some methods in the Compile class to
-
-Mon, 11 Feb 2008 17:24:02 -0600
-Luke Kanies <luke@madstop.com>
-Fixed #1030 - class and definition evaluation has been significantly
-
-Mon, 11 Feb 2008 13:59:25 -0800
-Luke Kanies <luke@madstop.com>
-Converting the Compile class to use a Node::Catalog instance
-
-Mon, 11 Feb 2008 12:37:00 -0800
-Luke Kanies <luke@madstop.com>
-Moving all of the tests for Puppet::Parser::Compile to
-
-Fri, 8 Feb 2008 13:54:53 -0800
-Luke Kanies <luke@madstop.com>
-More AST refactoring -- each of the code wrapping classes
-
-Fri, 8 Feb 2008 14:25:52 -0600
-Luke Kanies <luke@madstop.com>
-Refactoring the AST classes just a bit. I realized that
-
-Fri, 8 Feb 2008 13:24:39 -0600
-Luke Kanies <luke@madstop.com>
-Removing some obsolete code from the AST base class
-
-Fri, 8 Feb 2008 11:42:24 -0600
-Luke Kanies <luke@madstop.com>
-Ceasing autoloading ast files; loading them manually instead
-
-Fri, 8 Feb 2008 11:41:22 -0600
-Luke Kanies <luke@madstop.com>
-Stubbing Facter during the snippet tests, so they are faster and work with no network
-
-Fri, 8 Feb 2008 16:35:06 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Thu, 7 Feb 2008 15:52:02 -0600
-Luke Kanies <luke@madstop.com>
-Adding more information to dependencies that do not resolve
-
-Thu, 7 Feb 2008 15:34:30 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch by Jay to fix #989 -- missing crl files are
-
-Thu, 7 Feb 2008 15:31:43 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the Settings class so that it correctly handles
-
-Thu, 7 Feb 2008 12:57:57 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'plathrop/fix-1007' into 0.24.x
-
-Thu, 7 Feb 2008 23:20:52 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1052 - fixed gentoo service management
-
-Tue, 5 Feb 2008 15:07:05 -0800
-Paul Lathrop <paul@tertiusfamily.net>
-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.
-
-Tue, 5 Feb 2008 14:05:14 -0800
-Paul Lathrop <paul@tertiusfamily.net>
-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.
-
-Mon, 21 Jan 2008 17:01:53 -0800
-Paul Lathrop <paul@tertiusfamily.net>
-Fujin's patch for ticket #1007 - consistent use of 'environment' instead of 'env'
-
-Fri, 1 Feb 2008 16:51:48 -0800
-Paul Lathrop <plathrop@debian.tertiusfamily.net>
-fix bug 974 - filenames with opening bracket characters generate exceptions
-
-Tue, 5 Feb 2008 09:00:03 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://wormwood.lovedthanlost.net/puppet into 0.24.x
-
-Tue, 5 Feb 2008 08:56:24 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'bartv/pending/fix-933' into 0.24.x
-
-Tue, 5 Feb 2008 08:30:55 -0600
-Luke Kanies <luke@madstop.com>
-Updating the docs for the cron type
-
-Wed, 6 Feb 2008 00:55:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Added hostname test for hosts type
-
-Mon, 4 Feb 2008 23:56:35 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Tue, 5 Feb 2008 13:52:12 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated fix for ticket #151 and added a test
-
-Sun, 20 Jan 2008 22:00:05 -0800
-Luke Kanies <luke@madstop.com>
-Fixing #1017 -- environment-specific modulepath is no
-
-Sun, 3 Feb 2008 11:44:32 +0100
-Bart Vanbrabant <bart.vanbrabant@zoeloelip.be>
-Store a resource before adding relations to it otherwise activerecord will
-
-Sun, 3 Feb 2008 04:55:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Thu, 31 Jan 2008 20:37:26 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed tickt #1034 - doco typo
-
-Wed, 30 Jan 2008 23:28:07 +1100
-Luke Kanies <luke@madstop.com>
-Significantly refactoring the lexer, including adding Token and TokenList
-
-Mon, 28 Jan 2008 22:57:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1001
-
-Mon, 28 Jan 2008 22:51:49 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Mon, 28 Jan 2008 22:48:12 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1028 - examples incorrect for 0.24.x
-
-Mon, 28 Jan 2008 22:43:38 +1100
-James Turnbull <james@lovedthanlost.net>
-Removed womble-specific Debian build section
-
-Mon, 28 Jan 2008 22:42:57 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1006 - changed ldapnodes to node_terminus
-
-Mon, 28 Jan 2008 16:48:35 +1100
-Luke Kanies <luke@madstop.com>
-Removing tons of unnecessary calls to "nil?" from the lexer.
-
-Mon, 28 Jan 2008 15:07:02 +1100
-Luke Kanies <luke@madstop.com>
-Fixing a couple of tests, one related to recent tagging changes
-
-Fri, 25 Jan 2008 22:49:48 +1100
-James Turnbull <james@lovedthanlost.net>
-Second attempt to fix ticket #151 - host type now validates IP addresses and hostnames/FQDNs
-
-Fri, 25 Jan 2008 16:12:59 +1100
-James Turnbull <james@lovedthanlost.net>
-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"
-
-Tue, 22 Jan 2008 16:29:38 +0100
-Bart Vanbrabant <bart.vanbrabant@zoeloelip.be>
-Fix bug #997, only evaluate non-virtual definitions
-
-Tue, 22 Jan 2008 11:58:40 +1100
-James Turnbull <james@lovedthanlost.net>
-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
-
-Mon, 21 Jan 2008 18:11:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Sun, 20 Jan 2008 22:27:33 -0800
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Mon, 21 Jan 2008 17:26:55 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Mon, 21 Jan 2008 17:24:30 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #1019 - made libshadow available for non-Linux users
-
-Sun, 20 Jan 2008 22:14:10 -0800
-Luke Kanies <luke@madstop.com>
-Environments are now available as variables in manifests,
-
-Sun, 20 Jan 2008 22:00:05 -0800
-Luke Kanies <luke@madstop.com>
-Fixing #1017 -- environment-specific modulepath is no
-
-Sun, 20 Jan 2008 21:21:37 -0800
-Luke Kanies <luke@madstop.com>
-I think I've finally fixed #959, by having the Settings
-
-Sun, 20 Jan 2008 10:29:23 +1100
-James Turnbull <james@lovedthanlost.net>
-Tidied the man page creation function and created "master" branch man pages
-
-Sun, 20 Jan 2008 09:43:29 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Sat, 19 Jan 2008 13:57:08 -0800
-Luke Kanies <luke@madstop.com>
-Fixing #794 -- consolidating the gentoo configuration files.
-
-Sat, 19 Jan 2008 13:40:52 -0800
-Luke Kanies <luke@madstop.com>
-Removing the line that marked fink as the default package
-
-Sat, 19 Jan 2008 13:40:40 -0800
-Luke Kanies <luke@madstop.com>
-Fixing #976 -- both the full name of qualified classes and
-
-Sat, 19 Jan 2008 14:34:20 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #1008 -- Puppet no longer throws an exception
-
-Sat, 19 Jan 2008 14:20:48 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #995 -- puppetd no longer dies at startup if the
-
-Sat, 19 Jan 2008 14:08:44 -0600
-Luke Kanies <luke@madstop.com>
-Wrapping the Resolv call in the mongrel server so if it
-
-Sat, 19 Jan 2008 11:46:31 -0800
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/0.24.x' into 0.24.x
-
-Sat, 19 Jan 2008 11:45:09 -0800
-Luke Kanies <luke@madstop.com>
-Applying a fix for #998 -- I used a patch equivalent to
-
-Sat, 19 Jan 2008 11:42:47 -0800
-Luke Kanies <luke@madstop.com>
-Fixing #977 -- rundir is again set to 1777.
-
-Sat, 19 Jan 2008 11:30:04 -0800
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sat, 19 Jan 2008 11:29:57 -0800
-Luke Kanies <luke@madstop.com>
-Merge commit 'turnbull/ticket_198'
-
-Sat, 19 Jan 2008 18:24:11 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Sat, 19 Jan 2008 09:45:14 +1100
-James Turnbull <james@lovedthanlost.net>
-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.
-
-Fri, 18 Jan 2008 10:47:10 -0800
-Luke Kanies <luke@madstop.com>
-Updating docs for ssh.
-
-Sat, 19 Jan 2008 04:17:33 +1100
-James Turnbull <james@lovedthanlost.net>
-Removed remaining elements of old_parse - closing Ticket #990
-
-Fri, 18 Jan 2008 08:56:45 -0800
-Luke Kanies <luke@madstop.com>
-Adding a parse test to puppet-test.
-
-Fri, 18 Jan 2008 22:03:36 +1100
-James Turnbull <james@lovedthanlost.net>
-Removed old configuration file behaviour and deprecation warning - closes ticket #990
-
-Tue, 15 Jan 2008 19:41:38 -0800
-Luke Kanies <luke@madstop.com>
-More fixes to the testing.
-
-Tue, 15 Jan 2008 15:16:25 -0800
-Paul Lathrop <paul@tertiusfamily.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Mon, 14 Jan 2008 13:34:06 -0800
-Luke Kanies <luke@madstop.com>
-Another round of test-fixes toward eliminating global resource
-
-Mon, 14 Jan 2008 09:30:30 -0800
-Luke Kanies <luke@madstop.com>
-Fixing automatic relationships. I was previously looking them
-
-Tue, 15 Jan 2008 00:47:17 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated install.rb to product puppet.conf.man page - updating ticket #198
-
-Mon, 14 Jan 2008 09:31:07 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #1005 - added additional logcheck lines
-
-Sun, 13 Jan 2008 00:03:51 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixes ticket #1004 - documentation fixes for ralsh and puppetrun
-
-Sat, 12 Jan 2008 23:20:15 +1100
-James Turnbull <james@lovedthanlost.net>
-Disabled new man page creation support
-
-Sat, 12 Jan 2008 23:16:39 +1100
-James Turnbull <james@lovedthanlost.net>
-Added support for man page creation - requires rst2man.py and writer - closed ticket #198
-
-Wed, 9 Jan 2008 22:13:41 -0800
-Paul Lathrop <paul@tertiusfamily.net>
-Updated documentation for builtin cron type; added information about range and step syntaxes.
-
-Thu, 10 Jan 2008 14:11:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Updated tagmail documentation fixing ticket #996
-
-Wed, 9 Jan 2008 13:03:15 -0800
-Luke Kanies <luke@madstop.com>
-Another round of fixes toward making global resources work.
-
-Wed, 9 Jan 2008 14:19:51 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixes ticket #993 - tagmail with smtpserver specified does not add To/From/Subject header
-
-Tue, 8 Jan 2008 09:23:34 -0600
-Luke Kanies <luke@madstop.com>
-Lots o' bug-fixes toward getting rid of global resources.
-
-Mon, 7 Jan 2008 22:19:18 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' into no_global_resources
-
-Mon, 7 Jan 2008 19:24:10 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #982 -- I have completely removed the GRATR graph library
-
-Mon, 7 Jan 2008 12:19:21 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #971 -- classes can once again be included multiple
-
-Mon, 7 Jan 2008 12:03:44 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the unit tests for nagios_maker; I could swear I'd already
-
-Mon, 7 Jan 2008 11:59:30 -0600
-Luke Kanies <luke@madstop.com>
-Removing the requirement in the parsed mount provider
-
-Fri, 4 Jan 2008 08:27:57 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #984 - Added Debian to reponsefile doco
-
-Wed, 2 Jan 2008 14:32:54 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a couple of failing tests
-
-Wed, 2 Jan 2008 11:01:24 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 1 Jan 2008 17:38:37 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'routing'
-
-Wed, 2 Jan 2008 08:43:39 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed #980 - minor wiki formatting error in nagios_maker.rb
-
-Wed, 2 Jan 2008 07:27:20 +1100
-James Turnbull <james@lovedthanlost.net>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Tue, 1 Jan 2008 13:13:21 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #979 - code configuration option doco
-
-Tue, 1 Jan 2008 13:12:01 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #979 - pkgdmg.rb documentation
-
-Tue, 1 Jan 2008 13:08:22 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed ticket #978 - logcheck/puppet
-
-Tue, 1 Jan 2008 13:06:24 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed puppet logcheck issues
-
-Tue, 1 Jan 2008 12:58:12 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Fixed documentation for code option in defaults.rb"
-
-Tue, 1 Jan 2008 12:57:56 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Fixed indentation error in pkgdmg.rb documentation"
-
-Tue, 1 Jan 2008 10:46:46 +1100
-James Turnbull <james@lovedthanlost.net>
-Revert "Fixed issue where permissions are incorrectly set on Debian for /var/puppet/run directory"
-
-Mon, 31 Dec 2007 15:12:12 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'nagios' into 0.24.x
-
-Mon, 31 Dec 2007 14:37:03 -0600
-Luke Kanies <luke@madstop.com>
-Added builtin support for all Nagios resource types.
-
-Mon, 31 Dec 2007 14:02:11 -0600
-Luke Kanies <luke@madstop.com>
-Removing the one-off naginator provider for nagios_command.
-
-Mon, 31 Dec 2007 13:51:09 -0600
-Luke Kanies <luke@madstop.com>
-Adding the metaprogramming to create the Nagios types
-
-Mon, 31 Dec 2007 08:04:13 +1100
-James Turnbull <james@lovedthanlost.net>
-Added patch to ext/logcheck/puppet to fix ticket #978
-
-Sun, 30 Dec 2007 22:36:54 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed indentation error in pkgdmg.rb documentation
-
-Sun, 30 Dec 2007 22:02:05 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed documentation for code option in defaults.rb
-
-Sun, 30 Dec 2007 20:57:57 +1100
-James Turnbull <james@lovedthanlost.net>
-Fixed issue where permissions are incorrectly set on Debian for /var/puppet/run directory
-
-Thu, 27 Dec 2007 21:35:42 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the inability to manage '/' directly. It was a result
-
-Thu, 27 Dec 2007 13:59:32 -0600
-Luke Kanies <luke@madstop.com>
-Adding the first round of Nagios code. There are no
-
-Sat, 22 Dec 2007 21:44:37 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Sat, 22 Dec 2007 21:43:27 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of git://git.et.redhat.com/puppet into 0.24.x
-
-Sat, 22 Dec 2007 14:47:44 -0800
-David Lutterkort <dlutter@redhat.com>
-Updated for 0.24.1
-
-Fri, 21 Dec 2007 18:48:56 -0600
-Luke Kanies <luke@madstop.com>
-Adding 0.24.1 tag to the changelog.
-
-Sat, 22 Dec 2007 01:37:33 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.1
-
-Sat, 22 Dec 2007 01:37:33 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.1
-
-Fri, 21 Dec 2007 17:55:35 -0600
-Luke Kanies <luke@madstop.com>
-Updating an exception message a bit.
-
-Fri, 21 Dec 2007 17:55:16 -0600
-Luke Kanies <luke@madstop.com>
-Attempting to fix #952 -- catching any exceptions thrown
-
-Fri, 21 Dec 2007 17:52:06 -0600
-Luke Kanies <luke@madstop.com>
-Further fixes toward #965. Turned out that the previous fix
-
-Fri, 21 Dec 2007 16:36:03 -0600
-Luke Kanies <luke@madstop.com>
-Updating the failure when the CRL is missing, so it's
-
-Wed, 19 Dec 2007 14:39:14 -0600
-Luke Kanies <luke@madstop.com>
-Fixing parseonly with a modified version of jay's
-
-Wed, 19 Dec 2007 14:08:41 -0600
-Luke Kanies <luke@madstop.com>
-Updating filetype detection for vim, and changing
-
-Wed, 19 Dec 2007 13:43:22 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #967 -- default resources no longer conflict with
-
-Wed, 19 Dec 2007 12:47:57 -0600
-Luke Kanies <luke@madstop.com>
-Adding a --print option to puppetca that just prints the full-text version of a
-
-Wed, 19 Dec 2007 11:44:52 -0600
-Luke Kanies <luke@madstop.com>
-Removing the ability to disable http-keep alive,
-
-Wed, 19 Dec 2007 11:42:22 -0600
-Luke Kanies <luke@madstop.com>
-Entirely refactoring http keep-alive. There's now
-
-Tue, 18 Dec 2007 16:47:56 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.x
-
-Tue, 18 Dec 2007 16:47:36 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #967 -- relationships now work when running 0.23.x clients
-
-Tue, 18 Dec 2007 16:44:55 -0600
-Luke Kanies <luke@madstop.com>
-Fixing some tests that were failing with the recent ruby that has
-
-Mon, 17 Dec 2007 17:59:12 -0800
-David Lutterkort <dlutter@redhat.com>
-Uninstalling packages through 'ensure => absent' works again for the rpm and yum providers.
-
-Mon, 17 Dec 2007 16:52:54 -0800
-David Lutterkort <dlutter@redhat.com>
-Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
-
-Mon, 17 Dec 2007 14:54:45 -0800
-David Lutterkort <dlutter@redhat.com>
-Updated for 0.24.0-2
-
-Fri, 14 Dec 2007 11:19:07 -0800
-David Lutterkort <dlutter@redhat.com>
-Updated for 0.24.0
-
-Mon, 17 Dec 2007 17:23:27 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 17 Dec 2007 17:13:25 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #961 -- closing existing, open connections when
-
-Mon, 17 Dec 2007 15:55:20 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch '0.24.x'
-
-Mon, 17 Dec 2007 15:55:02 -0600
-Luke Kanies <luke@madstop.com>
-Updating changelog to reflect the fact that we no
-
-Mon, 17 Dec 2007 15:54:15 -0600
-Luke Kanies <luke@madstop.com>
-Remove the warning about an explicit plugins mount.
-
-Mon, 17 Dec 2007 21:25:07 +0100
-Luke Kanies <luke@madstop.com>
-Fixing the Rakefile to include the yumhelper.py file in
-
-Fri, 14 Dec 2007 11:19:07 -0800
-David Lutterkort <dlutter@redhat.com>
-Updated for 0.24.0
-
-Thu, 13 Dec 2007 17:41:52 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.0
-
-Thu, 13 Dec 2007 17:41:52 +0100
-Luke Kanies <luke@madstop.com>
-Updated to version 0.24.0
-
-Thu, 13 Dec 2007 17:41:35 +0100
-Luke Kanies <luke@madstop.com>
-Adding changelog update for misspiggy/0.24.0
-
-Wed, 12 Dec 2007 17:06:23 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
-
-Wed, 12 Dec 2007 16:58:08 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the webrick test to provide a correct host
-
-Wed, 12 Dec 2007 16:57:41 -0600
-Luke Kanies <luke@madstop.com>
-Changing the statefile to only being managed by clients,
-
-Wed, 12 Dec 2007 13:50:07 -0600
-Luke Kanies <luke@madstop.com>
-Hopefully finally fixing #959. Loading the stored cache
-
-Tue, 11 Dec 2007 17:32:21 -0600
-Luke Kanies <luke@madstop.com>
-This should be the last fix for exported resources.
-
-Tue, 11 Dec 2007 17:08:48 -0600
-Luke Kanies <luke@madstop.com>
-Not using the main section when running the store report, since it is unneeded and can cause conflicts within puppetmasterd
-
-Tue, 11 Dec 2007 16:55:09 -0600
-Luke Kanies <luke@madstop.com>
-Removing extraneous debugging from the schedule resource type.
-
-Tue, 11 Dec 2007 15:35:36 -0600
-Luke Kanies <luke@madstop.com>
-Renaming 'configuration' to 'catalog', fixing #954.
-
-Tue, 11 Dec 2007 14:31:13 -0600
-Luke Kanies <luke@madstop.com>
-Renaming the 'null' terminus type to 'plain', as
-
-Tue, 11 Dec 2007 14:17:56 -0600
-Luke Kanies <luke@madstop.com>
-Copying the fact-loading code from the network client to
-
-Tue, 11 Dec 2007 11:57:16 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
-
-Tue, 11 Dec 2007 11:57:02 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch by whaymond to fix #955.
-
-Tue, 11 Dec 2007 11:51:54 -0600
-Luke Kanies <luke@madstop.com>
-Adding what is hopefully the last commit for #896. Here's the
-
-Tue, 11 Dec 2007 11:49:08 -0600
-Luke Kanies <luke@madstop.com>
-Removing the 'addpath' commands from the freebsd service
-
-Tue, 11 Dec 2007 11:14:19 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/rest/fix-plugins-mount'
-
-Tue, 11 Dec 2007 10:47:51 -0600
-Luke Kanies <luke@madstop.com>
-Removing the recently-commited paludis provider,
-
-Tue, 11 Dec 2007 00:36:44 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch by josb in #884 to provide pattern
-
-Tue, 11 Dec 2007 00:32:15 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch by raj in #881.
-
-Tue, 11 Dec 2007 00:29:29 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch for portage package support from thansen
-
-Tue, 11 Dec 2007 00:26:33 -0600
-Luke Kanies <luke@madstop.com>
-Replacing freebsd service provider with the one
-
-Tue, 11 Dec 2007 00:24:11 -0600
-Luke Kanies <luke@madstop.com>
-Adding paludis package support as provided by KillerFox
-
-Tue, 11 Dec 2007 00:07:20 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #937 -- I had not ported the dot methods at all,
-
-Mon, 10 Dec 2007 23:57:59 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #946.
-
-Mon, 10 Dec 2007 23:07:37 -0600
-Luke Kanies <luke@madstop.com>
-Fixing some further failing tests resulting from the fix for
-
-Mon, 10 Dec 2007 22:50:43 -0600
-Luke Kanies <luke@madstop.com>
-Adding an Indirection reference, along with the work
-
-Mon, 10 Dec 2007 21:15:15 -0600
-Luke Kanies <luke@madstop.com>
-Updating the changelog with external node info.
-
-Mon, 10 Dec 2007 21:13:48 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #951 -- external nodes work again, but you have to
-
-Mon, 10 Dec 2007 17:59:51 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the rest of #948. My previous work was sufficient,
-
-Mon, 10 Dec 2007 17:52:19 -0600
-Luke Kanies <luke@madstop.com>
-Fixing part of #948 -- per-setting hooks are now called
-
-Mon, 10 Dec 2007 12:18:35 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #941 -- calling pkg_info instead of info
-
-Mon, 10 Dec 2007 12:16:08 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #923 (again). The host storage method was not
-
-Fri, 7 Dec 2007 16:07:23 -0600
-Rick Bradley <rick@rickbradley.com>
-tweaking spec language; require Puppet::Network::HTTP class since it is referenced by Puppet::Network::Server
-
-Fri, 7 Dec 2007 11:43:47 -0600
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Thu, 6 Dec 2007 16:14:53 -0600
-Luke Kanies <luke@madstop.com>
-Adding basic unit tests for type/user by DavidS from #948.
-
-Thu, 6 Dec 2007 16:08:56 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #923. Resources that are collected on the local
-
-Thu, 6 Dec 2007 16:04:35 -0600
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Thu, 6 Dec 2007 15:51:37 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'mccune/pending/fix-896r3'
-
-Thu, 6 Dec 2007 15:48:47 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch by whaymond_home to further fix part of #896.
-
-Wed, 5 Dec 2007 12:32:46 -0600
-Rick Bradley <rick@rickbradley.com>
-Moving $PUPPET/spec/lib/autotest up to $PUPPET/autotest as something has changed and it can't be found otherwise.
-
-Wed, 5 Dec 2007 11:32:52 -0600
-Rick Bradley <rick@rickbradley.com>
-moving autotest directory to make it possible to run autotest again
-
-Mon, 3 Dec 2007 19:05:46 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-simplify PluginsMount
-
-Thu, 29 Nov 2007 17:15:15 -0500
-Jeffrey J McCune <jeff@northstarlabs.net>
-Updated tests for http_enable_post_connection_check configuration setting.
-
-Thu, 29 Nov 2007 09:48:17 -0500
-Jeffrey J McCune <jeff@northstarlabs.net>
-Better test to match the behavior of the code.
-
-Thu, 29 Nov 2007 09:43:32 -0500
-Jeffrey J McCune <jeff@northstarlabs.net>
-Fixed test case for http_enable_post_connection_check
-
-Thu, 29 Nov 2007 09:29:08 -0500
-Jeffrey J McCune <jeff@northstarlabs.net>
-As per lutter; augmented fix for #896 to be configurable and defaulting to validate the server certificate, honoring CVE-2007-5162.
-
-Wed, 28 Nov 2007 19:03:32 -0600
-Luke Kanies <luke@madstop.com>
-Fixing another failing test I somehow missed in my last big commit
-
-Wed, 28 Nov 2007 19:02:35 -0600
-Luke Kanies <luke@madstop.com>
-Renaming @model to @resource in a provider
-
-Wed, 28 Nov 2007 18:59:21 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a couple of tests that were failing on a different platform or with a different version of ruby
-
-Wed, 28 Nov 2007 18:44:55 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #892 -- filesystem mounts are no longer remounted.
-
-Wed, 28 Nov 2007 18:38:48 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #527 (rewrote service tests), #766 (services only restart when they
-
-Wed, 28 Nov 2007 16:10:14 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
-
-Wed, 28 Nov 2007 16:06:45 -0600
-Luke Kanies <luke@madstop.com>
-Another backward compatibility patch, this time helping with a new server and old client
-
-Wed, 28 Nov 2007 15:56:24 -0600
-Luke Kanies <luke@madstop.com>
-Making a few changes to the transportable class to enhance backward compatibility
-
-Wed, 28 Nov 2007 15:20:52 -0600
-Luke Kanies <luke@madstop.com>
-Theoretically, this patch is to fix #917 (which it does), but
-
-Wed, 28 Nov 2007 14:31:02 -0600
-Luke Kanies <luke@madstop.com>
-Fixing puppetca so it passes its tests, duh. Apparently
-
-Wed, 28 Nov 2007 12:57:16 -0600
-Luke Kanies <luke@madstop.com>
-Adding a top-level ResourceReference class that everything
-
-Wed, 28 Nov 2007 11:47:34 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the first half of #917 -- the ResourcReference
-
-Tue, 27 Nov 2007 21:37:59 -0600
-Luke Kanies <luke@madstop.com>
-Applying fix to xmlrpc client tests by Matt Palmer
-
-Tue, 27 Nov 2007 21:28:32 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the error message as requested in #893.
-
-Tue, 27 Nov 2007 21:20:26 -0600
-Luke Kanies <luke@madstop.com>
-Applying patches from #823 by wyvern
-
-Wed, 28 Nov 2007 04:16:59 +0100
-Luke Kanies <luke@madstop.com>
-Fixing the markup on the pkgdmg provider so it is a bit better
-
-Tue, 27 Nov 2007 21:10:52 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #781, from what I can tell. I'm leaving it with
-
-Tue, 27 Nov 2007 18:41:40 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #810 -- I catch the error and prefix it with something
-
-Tue, 27 Nov 2007 18:37:46 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #796 -- the fileserver can now start with no
-
-Tue, 27 Nov 2007 18:35:25 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the asuser method in Puppet::Util::SUIDManager
-
-Tue, 27 Nov 2007 17:32:32 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'mccune/pending/fix-896r2'
-
-Tue, 27 Nov 2007 17:24:13 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #931 by keeping track in configurations of
-
-Tue, 27 Nov 2007 13:57:05 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #927 -- rewriting the test to actually test what it's
-
-Tue, 27 Nov 2007 13:49:05 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the persistent and periodic schedule test failures
-
-Mon, 26 Nov 2007 23:08:29 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #924 -- clearing the configuration cache before and
-
-Mon, 26 Nov 2007 22:57:33 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the breakage that I caused when I added the 'declared_feature?'
-
-Mon, 26 Nov 2007 22:48:44 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #920 -- I have replaced the existing mount test with an
-
-Mon, 26 Nov 2007 19:51:15 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #919 -- installed packages used for testing are just ignored,
-
-Mon, 26 Nov 2007 19:33:53 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a test that was erroneously testing for the wrong feature
-
-Mon, 26 Nov 2007 19:27:30 -0600
-Luke Kanies <luke@madstop.com>
-Rewriting the tests for the package resource type, fixing #930.
-
-Mon, 26 Nov 2007 15:26:05 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #921, mostly by just deleting the existing test. I had
-
-Sun, 25 Nov 2007 02:10:02 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch by trombik from #756.
-
-Sun, 25 Nov 2007 02:07:50 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'mccune/pending/fix-906'
-
-Sat, 24 Nov 2007 23:17:57 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'plugins_mount', fixing #891.
-
-Sat, 24 Nov 2007 23:16:47 -0600
-Luke Kanies <luke@madstop.com>
-Integrating Matt Palmer's patch to provide a 'plugins'
-
-Sat, 24 Nov 2007 20:26:52 -0500
-Jeffrey J McCune <jeff@northstarlabs.net>
-Fix #896 - Always disable DNS checking of certificate when making https connections.
-
-Sat, 24 Nov 2007 18:36:51 -0600
-Luke Kanies <luke@madstop.com>
-Applying the rest of Matt Palmer's patches
-
-Sat, 24 Nov 2007 18:20:40 -0600
-Luke Kanies <luke@madstop.com>
-Implementing the test for setting the Rails
-
-Sat, 24 Nov 2007 18:06:29 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'danp/rails_socket_and_tests'
-
-Sat, 24 Nov 2007 18:03:55 -0600
-Luke Kanies <luke@madstop.com>
-Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a3fe0.patch
-
-Sat, 24 Nov 2007 13:55:58 -0700
-Dan Peterson <dpeterson@spark.dpiddy.local>
-change up rails specs again with Luke's help
-
-Sat, 24 Nov 2007 14:55:01 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'wombles-patches'
-
-Sat, 24 Nov 2007 14:54:38 -0600
-Luke Kanies <luke@madstop.com>
-Integrating most of Matt Palmer's from
-
-Sat, 24 Nov 2007 11:27:15 -0500
-Jeffrey J McCune <jeff@northstarlabs.net>
-Fixed #906 - Augmented Cert DN regexp check to work with Pound and Apache.
-
-Fri, 23 Nov 2007 22:12:15 -0700
-Dan Peterson <dpeterson@spark.dpiddy.local>
-mock all use of Puppet[] in Puppet::Rails.database_arguments
-
-Fri, 23 Nov 2007 21:47:20 -0700
-Dan Peterson <dpeterson@spark.dpiddy.local>
-fix spacing
-
-Fri, 23 Nov 2007 21:06:46 -0700
-Dan Peterson <dpeterson@spark.dpiddy.local>
-fix socket argument to AR and add rails spec
-
-Fri, 23 Nov 2007 20:49:29 -0600
-Luke Kanies <luke@madstop.com>
-Hopefully fixing #698 -- fixing the markup for the pkgdmg package provider
-
-Fri, 23 Nov 2007 20:12:11 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20071030035457-6856b-bd1c45ed5ecd753b2cb4f05347061f7245cc175a.patch from womble -- Force removal of directories during pluginsync
-
-Fri, 23 Nov 2007 20:07:41 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20071020020745-6856b-dbc63ff3f137a4039fb997b9978202d52f621e8c.patch from womble -- Fix some residual instances of /var/run fever
-
-Fri, 23 Nov 2007 20:07:03 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20071020015958-6856b-69efa7868cf3df3f2a2da6fcfc3b794bbb532c7f.patch from womble -- Remove rundir from puppet.conf, and add a NEWS entry to document these changes
-
-Fri, 23 Nov 2007 20:04:57 -0600
-Luke Kanies <luke@madstop.com>
-Adding part of patch 20071020011907-6856b-05b59120fdb90ab4a5842f91613247b07206a4ba.patch from womble -- Fix for Debian#447314, by fiddling with /var/run/puppet. This does not accept the whole patch, because the change needs to be tested around other platforms.
-
-Fri, 23 Nov 2007 20:00:47 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070927050018-6856b-7fa134180aceb9cee2e667630345f5f8467a9d0c.patch from womble -- Catch more retryable errors in the XMLRPC call wrapper
-
-Fri, 23 Nov 2007 20:00:05 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070927042000-6856b-38a0c82fd0a0d950937e7fe5a38b9901743402b3.patch from womble -- Recycle the connection more aggressively, to stop problems with clients that are newly requesting certificates
-
-Fri, 23 Nov 2007 19:57:31 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070926235454-6856b-079fc12a9b63d59afd59aa205bc8bfeb350b097a.patch from womble -- Recycle the connection if we're presented with an EPIPE
-
-Fri, 23 Nov 2007 19:45:00 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070926214630-6856b-edd313b08555033710c90a94d9d8beaf889d6cf4.patch from womble -- Fix spelling mistake in debian control files
-
-Fri, 23 Nov 2007 19:41:13 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070913032650-6856b-b1cca1c249415c6076ffcecb9df1525a728457c7.patch from womble -- Fix annoying database deletion error for ParamValue objects.
-
-Fri, 23 Nov 2007 19:39:55 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070913032546-6856b-0de200e8450920e7f712c54bf287ae43c7fda8af.patch from womble -- Only set dbuser if explicitly asked for
-
-Fri, 23 Nov 2007 19:37:03 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070913011122-6856b-98bf03f09c8e19679390d73fdddc2e4d1273f698.patch from womble -- Add changelog entries for the pulled pgsql patches
-
-Fri, 23 Nov 2007 19:36:22 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070913010926-6856b-eb64be3b5169b7af674388124b406a1db7470880.patch from womble -- More restrictive permissions on some puppet-related directories
-
-Fri, 23 Nov 2007 19:34:20 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070913005414-6856b-db5ea77e10ec6869ad01a4bd6483912c337f3a70.patch from womble -- NEWS for the ssldir transition
-
-Fri, 23 Nov 2007 19:33:35 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch 20070913004017-6856b-cdbbba99de0b33b64874205a27833b5114fcc6b9.patch by womble -- Allow empty config settings
-
-Fri, 23 Nov 2007 19:24:15 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070913003810-6856b-cdc8b2e8c6c46eb8d6d073f86291a0fc5a59f429.patch from womble -- Only set the hostname and password if we want them; this allows pgsql ident auth to work it's magic
-
-Fri, 23 Nov 2007 19:22:23 -0600
-Luke Kanies <luke@madstop.com>
-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
-
-Fri, 23 Nov 2007 19:20:24 -0600
-Luke Kanies <luke@madstop.com>
-Adding patch 20070831053637-6856b-dd0fddab681485ce7cea0b57336d0c48fa33f7f8.patch from womble; updates changelog
-
-Fri, 23 Nov 2007 19:18:20 -0600
-Luke Kanies <luke@madstop.com>
-Adding the debian directory via patch 20070831052721-6856b-b90bb56a4ed37ea420f10352a0a366068cddc7e4.patch from womble
-
-Fri, 23 Nov 2007 18:27:20 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/rest/fix-891' into plugins_mount
-
-Fri, 23 Nov 2007 17:10:24 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #882 -- I just added a quick hook to the
-
-Fri, 23 Nov 2007 17:03:22 -0600
-Luke Kanies <luke@madstop.com>
-Patching a bit for #804 by making the maximum much higher UID
-
-Fri, 23 Nov 2007 16:49:14 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
-
-Fri, 23 Nov 2007 16:45:28 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a couple of tests that were failing because of the environment changes.
-
-Fri, 23 Nov 2007 16:15:50 -0600
-Luke Kanies <luke@madstop.com>
-Accepting a modified form of the patch from #885 by immerda.
-
-Fri, 23 Nov 2007 16:11:27 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #886 -- the problem was the I had changed the base
-
-Fri, 23 Nov 2007 16:03:56 -0600
-Luke Kanies <luke@madstop.com>
-Added calls to endgrent/endpwent in util/posix.rb to
-
-Fri, 23 Nov 2007 15:49:32 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch from #896 by whaymond_home, adding more
-
-Fri, 23 Nov 2007 15:39:34 -0600
-Luke Kanies <luke@madstop.com>
-Obviating targets in interfaces; they now just generate a warning.
-
-Fri, 23 Nov 2007 15:35:18 -0600
-Luke Kanies <luke@madstop.com>
-Adding more tests to the redhat interface provider. It no
-
-Fri, 23 Nov 2007 14:35:19 -0600
-Luke Kanies <luke@madstop.com>
-Rewriting the sunos interface provider to manually parse and
-
-Fri, 23 Nov 2007 12:57:16 -0600
-Luke Kanies <luke@madstop.com>
-Adding unit tests for the sunos interface provider.
-
-Fri, 23 Nov 2007 12:27:24 -0600
-Luke Kanies <luke@madstop.com>
-Adding some unit tests for the interface type before i go messing around with it
-
-Tue, 20 Nov 2007 17:48:34 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the first part of #787. Not all collections were
-
-Tue, 20 Nov 2007 14:05:46 -0600
-Luke Kanies <luke@madstop.com>
-Applying patch from #834, apparently fixing a problem
-
-Tue, 20 Nov 2007 14:01:51 -0600
-Luke Kanies <luke@madstop.com>
-Removing the bootproto and broadcast attributes from the redhat interface provider, since they are not needed
-
-Tue, 20 Nov 2007 14:00:15 -0600
-Luke Kanies <luke@madstop.com>
-fixing the path to the spec helper in the exec test
-
-Tue, 20 Nov 2007 13:59:28 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #762. The main problem was that I accepted the patch
-
-Tue, 20 Nov 2007 11:21:08 -0600
-Luke Kanies <luke@madstop.com>
-Moving the exec test into the types/ directory
-
-Tue, 20 Nov 2007 01:30:20 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the last failing test relating to the environment changes
-
-Tue, 20 Nov 2007 01:19:34 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the exec spec so it works when non-root and is a bit cleaner
-
-Tue, 20 Nov 2007 01:08:34 -0600
-Luke Kanies <luke@madstop.com>
-Using the Environment class to determine the default environment,
-
-Mon, 19 Nov 2007 23:27:07 -0600
-Luke Kanies <luke@madstop.com>
-The Puppet settings instance now validates environments when
-
-Mon, 19 Nov 2007 18:27:38 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #911 and #912 -- there's a default environment (development)
-
-Mon, 19 Nov 2007 16:34:09 -0600
-Luke Kanies <luke@madstop.com>
-Removing the manual ssldir setting by David in 59626cb3907d36e4fd762277daa76f523faf0908
-
-Mon, 19 Nov 2007 16:33:03 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/tests/fix-test-client-ca'
-
-Mon, 19 Nov 2007 16:30:20 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a failing test from my fix for #446 -- I had changed
-
-Mon, 19 Nov 2007 16:20:03 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a few test suites that passed when run as
-
-Mon, 19 Nov 2007 16:03:21 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/rest/fix-903'
-
-Mon, 19 Nov 2007 15:47:56 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #896 by applying DerekW's patches, with slight
-
-Mon, 19 Nov 2007 15:36:42 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #446. I ended up largely not using porridge's patch,
-
-Mon, 19 Nov 2007 10:30:55 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/tests/fix-settings-fail-as-root'
-
-Mon, 19 Nov 2007 10:30:12 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/tests/fix-cron-tests'
-
-Mon, 19 Nov 2007 10:29:12 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/tests/fix-HOME-dependency'
-
-Mon, 19 Nov 2007 10:21:56 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-Add Exec{ logoutput=> on_failure }
-
-Mon, 19 Nov 2007 01:36:48 -0600
-Luke Kanies <luke@madstop.com>
-Reverting the changes I'd made toward removing the global
-
-Sun, 18 Nov 2007 23:36:22 -0600
-Luke Kanies <luke@madstop.com>
-Applying fix by Jeff McCune from #905
-
-Sun, 18 Nov 2007 23:33:34 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/rest/tests-for-872'
-
-Sun, 18 Nov 2007 23:25:04 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/rest/fix-815-by-using-main-explicitly'
-
-Sun, 18 Nov 2007 23:24:57 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a SimpleGraph unit test so it doesn't depend
-
-Sun, 18 Nov 2007 11:21:22 -0600
-Luke Kanies <luke@madstop.com>
-Fixed most failing tests, but there are still over thirty failing.
-
-Sat, 17 Nov 2007 11:40:15 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix #903: add patch from hrvojehr
-
-Sat, 17 Nov 2007 11:37:06 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-tests for #903: fail when no logoutput is generated on failure
-
-Thu, 15 Nov 2007 21:29:18 -0600
-Luke Kanies <luke@madstop.com>
-Modifying how default resources are created; they are now
-
-Tue, 13 Nov 2007 11:24:22 -0600
-Luke Kanies <luke@madstop.com>
-This commit is the first run at removing all global
-
-Tue, 13 Nov 2007 10:34:50 -0600
-Luke Kanies <luke@madstop.com>
-Fixing a parser test -- really, just removing tests
-
-Mon, 12 Nov 2007 22:11:40 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet-luke
-
-Mon, 12 Nov 2007 22:08:44 -0600
-Luke Kanies <luke@madstop.com>
-Fixing #800 by refactoring how configurations are retrieved
-
-Mon, 12 Nov 2007 11:00:54 -0600
-Luke Kanies <luke@madstop.com>
-Moving some compile tests to the spec/ directory, and
-
-Mon, 12 Nov 2007 10:09:05 -0600
-Luke Kanies <luke@madstop.com>
-Changing the 'main' class to no longer be lazy-evaluated.
-
-Mon, 12 Nov 2007 10:08:17 -0600
-Luke Kanies <luke@madstop.com>
-Adding a memory terminus for facts, which is really only used for testing
-
-Sun, 11 Nov 2007 10:18:51 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix dependency on $HOME, which causes massive failures when running without environment
-
-Sun, 11 Nov 2007 10:16:37 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix failing CA test, when testing with incomplete setup (no ssldir, no DNS)
-
-Sun, 11 Nov 2007 09:55:01 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix the underlying dependency on the environment in the cron type
-
-Sun, 11 Nov 2007 09:45:54 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix crontests depending on ENV[USER] by using Etc.getpwuid(Process.uid) instead
-
-Sat, 10 Nov 2007 19:24:49 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix a testfailure when running spec tests as root
-
-Fri, 9 Nov 2007 19:25:09 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix #872: improve property(:content).insync?
-
-Fri, 9 Nov 2007 19:19:11 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-tests for #872: check interaction between "replace" and "content"
-
-Fri, 9 Nov 2007 18:29:04 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix #815: add :main to all use() for :reporting and :metrics
-
-Fri, 9 Nov 2007 18:10:29 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-remove obsolete runners variable
-
-Thu, 8 Nov 2007 19:48:21 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'routing' into test_routing
-
-Thu, 8 Nov 2007 19:00:06 -0600
-Luke Kanies <luke@madstop.com>
-Commenting out the time debugging I was using
-
-Thu, 8 Nov 2007 17:06:00 -0600
-Luke Kanies <luke@madstop.com>
-Adding unit tests for the module that handles the
-
-Thu, 8 Nov 2007 16:31:03 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
-
-Thu, 8 Nov 2007 16:30:51 -0600
-Luke Kanies <luke@madstop.com>
-Fixing the 'mount' tests so that they no longer
-
-Thu, 8 Nov 2007 16:13:40 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/rest/fix-760'
-
-Thu, 8 Nov 2007 16:03:56 -0600
-Luke Kanies <luke@madstop.com>
-Merge commit 'davids-bugfixes/rest/fix-731'
-
-Thu, 8 Nov 2007 15:58:45 -0600
-Luke Kanies <luke@madstop.com>
-Switching the class resource evaluation to only happen
-
-Thu, 8 Nov 2007 15:54:14 -0600
-Luke Kanies <luke@madstop.com>
-Classes once again get evaluated immediately when the
-
-Thu, 8 Nov 2007 21:02:56 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix #891: create a plugins mount which collects all modules' plugins/ subdirs
-
-Thu, 8 Nov 2007 12:18:42 -0600
-Luke Kanies <luke@madstop.com>
-Switching the base class for the Relationship class.
-
-Mon, 5 Nov 2007 22:32:43 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix #760: property_fix has to be called after creating a symlink
-
-Mon, 5 Nov 2007 21:56:49 +0100
-David Schmitt <david@schmitt.edv-bus.at>
-fix #731: add exported=true to collect_exported
-
-Thu, 8 Nov 2007 11:28:34 -0600
-Luke Kanies <luke@madstop.com>
-Merge branch 'rest'
-
-Thu, 8 Nov 2007 11:24:46 -0600
-Luke Kanies <luke@madstop.com>
-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.
-
-Wed, 7 Nov 2007 17:48:50 -0600
-Luke Kanies <luke@madstop.com>
-Switching the graph base class from GRATR::Digraph
-
-Wed, 7 Nov 2007 16:25:04 -0600
-Luke Kanies <luke@madstop.com>
-Adding a new graphing base class, because the GRATR stuff
-
-Wed, 31 Oct 2007 12:54:28 -0500
-Luke Kanies <luke@madstop.com>
-Caching the 'parent' value, which resulted in
-
-Wed, 31 Oct 2007 11:34:06 -0500
-Luke Kanies <luke@madstop.com>
-The configurations should now be functional again --
-
-Mon, 29 Oct 2007 12:31:01 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a bit of indentation and commenting in the xmlrpc/client file
-
-Fri, 26 Oct 2007 22:58:47 -0500
-Rick Bradley <rick@rickbradley.com>
-This won't be perfect by any stretch, but put in a moderately reasonable autotest config file.
-
-Fri, 26 Oct 2007 15:23:51 -0500
-Rick Bradley <rick@rickbradley.com>
-One significant step closer to getting autotest running properly on the Puppet specs.
-
-Fri, 26 Oct 2007 12:50:19 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Fri, 26 Oct 2007 11:28:51 -0500
-Luke Kanies <luke@madstop.com>
-Adding patch from #879 by tim
-
-Fri, 26 Oct 2007 11:26:57 -0500
-Luke Kanies <luke@madstop.com>
-Changing the test/ classes so that they work from the main
-
-Wed, 24 Oct 2007 17:50:36 -0500
-Luke Kanies <luke@madstop.com>
-File serving should work now, both recursive and
-
-Tue, 23 Oct 2007 12:32:45 -0500
-Rick Bradley <rick@rickbradley.com>
-Exceptions on requests are now captured, exceptions are serialized, and exception text is passed back via REST.
-
-Tue, 23 Oct 2007 12:09:05 -0500
-Rick Bradley <rick@rickbradley.com>
-Finish serializing successful results (via calls to to_yaml, etc.) for REST handlers. Refactor request building in REST handler specs.
-
-Tue, 23 Oct 2007 11:12:22 -0500
-Rick Bradley <rick@rickbradley.com>
-REST handlers now properly returning 200 status on success.
-
-Tue, 23 Oct 2007 07:28:42 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Tue, 23 Oct 2007 00:20:57 -0500
-Luke Kanies <luke@madstop.com>
-Adding post- hooks for :find and :search in the indirection class.
-
-Tue, 23 Oct 2007 00:06:06 -0500
-Luke Kanies <luke@madstop.com>
-Adding the calls to the authorization hooks in the Indirection.
-
-Mon, 22 Oct 2007 23:18:58 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the FileServing TerminusSelector module to IndirectionHooks,
-
-Mon, 22 Oct 2007 22:37:52 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the :local termini for metadata and content
-
-Mon, 22 Oct 2007 22:33:06 -0500
-Luke Kanies <luke@madstop.com>
-Link handling is now in the file serving classes.
-
-Mon, 22 Oct 2007 19:28:22 -0500
-Luke Kanies <luke@madstop.com>
-Adding searchability to the fileserving termini, using the
-
-Mon, 22 Oct 2007 15:24:50 -0500
-Luke Kanies <luke@madstop.com>
-Adding a Fileset class for managing sets of files. This
-
-Mon, 22 Oct 2007 10:22:36 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://michaelobrien.info/puppet into michael
-
-Mon, 22 Oct 2007 09:35:34 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Sun, 21 Oct 2007 19:37:17 -0500
-Luke Kanies <luke@madstop.com>
-Adding authorization hooks to the file_server and
-
-Sat, 20 Oct 2007 15:06:11 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the 'mounts' terminus to 'file_server', and renaming
-
-Fri, 19 Oct 2007 17:35:40 -0500
-Luke Kanies <luke@madstop.com>
-File serving now works. I've tested a couple of ways to
-
-Fri, 19 Oct 2007 13:47:17 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Partial work done for ssl certificates.
-
-Thu, 18 Oct 2007 20:54:43 -0500
-Luke Kanies <luke@madstop.com>
-Adding this test stub that's been sitting
-
-Thu, 18 Oct 2007 20:47:56 -0500
-Luke Kanies <luke@madstop.com>
-I've now split the file-serving termini into two separate types (in
-
-Thu, 18 Oct 2007 14:43:08 -0500
-Luke Kanies <luke@madstop.com>
-Fixing all of the classes that I just renamed, and adding
-
-Thu, 18 Oct 2007 14:38:12 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the file serving indirection termini to match
-
-Thu, 18 Oct 2007 14:36:38 -0500
-Luke Kanies <luke@madstop.com>
-I'm working on making file serving work in the indirector now, so I
-
-Thu, 18 Oct 2007 12:24:05 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the file_serving/{content,metadata} indirections
-
-Thu, 18 Oct 2007 11:56:45 -0500
-Luke Kanies <luke@madstop.com>
-This is the first mostly functional commit of the
-
-Wed, 17 Oct 2007 17:46:18 -0500
-Luke Kanies <luke@madstop.com>
-Adding spec stubs for authorization in the indirection
-
-Wed, 17 Oct 2007 11:50:34 -0500
-Rick Bradley <rick@rickbradley.com>
-Fix test which is conditional on mongrel installation.
-
-Wed, 17 Oct 2007 11:44:37 -0500
-Luke Kanies <luke@madstop.com>
-Oops, forgot this file in my last commit.
-
-Wed, 17 Oct 2007 11:44:03 -0500
-Luke Kanies <luke@madstop.com>
-Adding the first pass at modifying file serving
-
-Wed, 17 Oct 2007 11:37:21 -0500
-Rick Bradley <rick@rickbradley.com>
-More specs, fleshing out the returns from REST
-
-Tue, 16 Oct 2007 18:14:41 -0500
-Rick Bradley <rick@rickbradley.com>
-getting more fine-grained with the response specs -- the target is always moving.
-
-Tue, 16 Oct 2007 18:08:18 -0500
-Rick Bradley <rick@rickbradley.com>
-Argument passing now supported on {webrick,mongrel}+REST.
-
-Tue, 16 Oct 2007 15:56:03 -0500
-Rick Bradley <rick@rickbradley.com>
-Make the actual runtime be more robust when mongrel is not installed.
-
-Tue, 16 Oct 2007 15:52:41 -0500
-Rick Bradley <rick@rickbradley.com>
-Make it possible to run all tests even if mongrel isn't installed. Shouldn't "confine" produce some output when running spec? Who knows.
-
-Tue, 16 Oct 2007 15:38:41 -0500
-Rick Bradley <rick@rickbradley.com>
-Refactoring, argument processing for model methods.
-
-Tue, 16 Oct 2007 14:04:38 -0500
-Rick Bradley <rick@rickbradley.com>
-Tweak to move model lookup functionality into the Handler base class where it belongs. Robustifying the request sanitization a bit more.
-
-Tue, 16 Oct 2007 13:57:56 -0500
-Rick Bradley <rick@rickbradley.com>
-Refactored to use a Handler base class for server+protocol handlers. Finally eliminated dependency on Puppet.start, etc., from WEBrick HTTP server class. {webrick,mongrel}+REST now support request handling uniformly; need encode/decode next.
-
-Tue, 16 Oct 2007 13:24:58 -0500
-Rick Bradley <rick@rickbradley.com>
-Inlined the controller, eliminating a class. Mongrel+REST has the right bits for request handling prior to the encode/decode/exception-handling bits. Refactored to make the common logic extractable to a base class.
-
-Tue, 16 Oct 2007 11:13:17 -0500
-Rick Bradley <rick@rickbradley.com>
-Registration now built for {webrick,mongrel} REST handlers.
-
-Tue, 16 Oct 2007 10:44:02 -0500
-Rick Bradley <rick@rickbradley.com>
-Going back to each server+protocol object being responsible for only one indirection, as the REST vs. XMLRPC models are different enough that the object must register itself on initialization and handle the request when it comes in.
-
-Tue, 16 Oct 2007 10:15:14 -0500
-Rick Bradley <rick@rickbradley.com>
-First pass through initializers of {mongrel, webrick} REST handlers; hooks into Indirection to look up models from indirected names.
-
-Tue, 16 Oct 2007 00:14:02 -0500
-Rick Bradley <rick@rickbradley.com>
-Minor tweaks to make the ::Server initialization a bit more robust. Fail on unknown HTTP Server types; fail fast.
-
-Mon, 15 Oct 2007 23:33:12 -0500
-Rick Bradley <rick@rickbradley.com>
-Finish front end of delegation to server+protocol helper classes ("handlers").
-
-Mon, 15 Oct 2007 23:04:24 -0500
-Rick Bradley <rick@rickbradley.com>
-Bringing in initial handlers for server+protocol pairs.
-
-Mon, 15 Oct 2007 23:01:42 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Mon, 15 Oct 2007 19:36:32 -0500
-Luke Kanies <luke@madstop.com>
-Reorganizing the file structure for indirection terminus types.
-
-Mon, 15 Oct 2007 15:29:00 -0500
-Rick Bradley <rick@rickbradley.com>
-Partial support for building Handlers for all handler-protocol pairs.
-
-Mon, 15 Oct 2007 15:04:10 -0500
-Rick Bradley <rick@rickbradley.com>
-Implementing address & port support for new webrick server.
-
-Mon, 15 Oct 2007 14:47:25 -0500
-Rick Bradley <rick@rickbradley.com>
-Hooking up address/port support for the various servers w/ specs. Still need to start up a webrick server w/ address + port (this is far too incestuous with Puppet lib & Puppet.start at the moment).
-
-Mon, 15 Oct 2007 12:19:08 -0500
-Rick Bradley <rick@rickbradley.com>
-trivial: WEBRick -> WEBrick, to be more consistent with how the WEBrick ruby classes are named.
-
-Mon, 15 Oct 2007 12:16:48 -0500
-Rick Bradley <rick@rickbradley.com>
-Implementing listening state tracking for webrick and mongrel.
-
-Mon, 15 Oct 2007 12:04:30 -0500
-Rick Bradley <rick@rickbradley.com>
-More unit specs for mongrel and webrick; more code to make them work, yo.
-
-Mon, 15 Oct 2007 11:07:48 -0500
-Rick Bradley <rick@rickbradley.com>
-Pushing functionality down to webrick/mongrel classes now; cleanup in the base server / http server classes + specs.
-
-Sat, 13 Oct 2007 17:52:06 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Sat, 13 Oct 2007 14:14:06 -0500
-Luke Kanies <luke@madstop.com>
-Fixing failing tests, including making the debian service
-
-Sat, 13 Oct 2007 14:07:24 -0500
-Luke Kanies <luke@madstop.com>
-Translating the report handler to an indirected model.
-
-Fri, 12 Oct 2007 18:00:10 -0500
-Luke Kanies <luke@madstop.com>
-Adding version handling through most of the indirection work.
-
-Fri, 12 Oct 2007 16:17:31 -0500
-Rick Bradley <rick@rickbradley.com>
-more stuff for the interim commit
-
-Fri, 12 Oct 2007 16:17:00 -0500
-Rick Bradley <rick@rickbradley.com>
-interim checkin of network stuffs
-
-Wed, 10 Oct 2007 11:01:56 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some small spec failures resulting from test fixes.
-
-Tue, 9 Oct 2007 15:00:19 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Tue, 9 Oct 2007 12:02:37 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://michaelobrien.info/puppet into michael
-
-Tue, 9 Oct 2007 11:29:13 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Tue, 9 Oct 2007 10:54:21 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://michaelobrien.info/puppet into michael
-
-Tue, 9 Oct 2007 10:50:07 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'routing' of http://git.rickbradley.com/puppet into routing
-
-Tue, 9 Oct 2007 10:43:17 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge branch 'parser-absent' of http://marcin.owsiany.pl/tmp/puppet into porridge
-
-Tue, 9 Oct 2007 10:04:01 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://michaelobrien.info/puppet
-
-Mon, 8 Oct 2007 19:12:39 -0500
-Luke Kanies <luke@madstop.com>
-All tests should now pass again.
-
-Mon, 8 Oct 2007 11:54:51 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #819. Applied patch provided by matsuu.
-
-Mon, 8 Oct 2007 11:13:50 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #822. Applied patch provided by DavidS.
-
-Sat, 6 Oct 2007 17:18:30 -0500
-Luke Kanies <luke@madstop.com>
-Adding support for versions and freshness-checking
-
-Sat, 6 Oct 2007 13:25:12 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Sat, 6 Oct 2007 10:38:22 -0500
-Rick Bradley <rick@rickbradley.com>
-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.
-
-Sat, 6 Oct 2007 13:29:17 +0100
-Marcin Owsiany <marcin@owsiany.pl>
-Somewhat better documentation of the :absent field feature in fileparsing.
-
-Sat, 6 Oct 2007 13:24:01 +0100
-Marcin Owsiany <marcin@owsiany.pl>
-Make it apparent that absent fields in a record have a value of :absent, which is different from what appears in a line.
-
-Fri, 5 Oct 2007 20:09:02 -0500
-Rick Bradley <rick@rickbradley.com>
-Trivial tweak on HTTPServer module file
-
-Fri, 5 Oct 2007 19:51:47 -0500
-Rick Bradley <rick@rickbradley.com>
-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.
-
-Fri, 5 Oct 2007 17:46:30 -0500
-Luke Kanies <luke@madstop.com>
-Fixing error thrown when the end of the file is encountered unexpectedly
-
-Fri, 5 Oct 2007 17:46:08 -0500
-Luke Kanies <luke@madstop.com>
-Removing obsolete comment
-
-Fri, 5 Oct 2007 14:25:29 -0500
-Luke Kanies <luke@madstop.com>
-Another round of test-fixing around the changes I made
-
-Fri, 5 Oct 2007 11:46:35 -0500
-Luke Kanies <luke@madstop.com>
-Adding a :code setting for specifying code to run
-
-Fri, 5 Oct 2007 11:36:27 -0500
-Luke Kanies <luke@madstop.com>
-Making "null" the default node source, so nodes are at least created easily
-
-Fri, 5 Oct 2007 10:42:14 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Fri, 5 Oct 2007 00:08:15 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'routing' of http://git.rickbradley.com/puppet into routing
-
-Fri, 5 Oct 2007 00:07:38 -0500
-Luke Kanies <luke@madstop.com>
-This commit is focused on getting the 'puppet' executable
-
-Thu, 4 Oct 2007 17:07:47 -0500
-Luke Kanies <luke@madstop.com>
-Adding the integration tests to the Rakefile for spec,
-
-Thu, 4 Oct 2007 16:55:53 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://michaelobrien.info/puppet
-
-Thu, 4 Oct 2007 16:55:15 -0500
-Luke Kanies <luke@madstop.com>
-Adding another test to the ldap node source -- we make
-
-Thu, 4 Oct 2007 16:44:15 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some terminology so some ldap tests are easier to read.
-
-Thu, 4 Oct 2007 16:38:56 -0500
-Luke Kanies <luke@madstop.com>
-Switching the indirection from using settings for configuration
-
-Thu, 4 Oct 2007 15:31:51 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #838. Applied patch provided by DavidS to add more robust
-
-Thu, 4 Oct 2007 15:19:03 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #837. Added freebsd service provider by trombik.
-
-Thu, 4 Oct 2007 15:08:56 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #855, but I didn't add any tests.
-
-Thu, 4 Oct 2007 14:42:45 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #827. Applied a form of the patch provided by porridge and
-
-Thu, 4 Oct 2007 13:52:22 -0500
-Rick Bradley <rick@rickbradley.com>
-Minor tweaks.
-
-Thu, 4 Oct 2007 13:47:36 -0500
-Rick Bradley <rick@rickbradley.com>
-Allow for multiple REST servers to be active; some terminology changes in spec; fleshing out more behavior, implementing.
-
-Thu, 4 Oct 2007 13:19:15 -0500
-Rick Bradley <rick@rickbradley.com>
-Added .listening to REST server, handle listen states and transitions.
-
-Thu, 4 Oct 2007 13:07:15 -0500
-Rick Bradley <rick@rickbradley.com>
-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 :-)
-
-Thu, 4 Oct 2007 13:00:13 -0500
-Rick Bradley <rick@rickbradley.com>
-Updating first portion of the Network RESTServer spec with example code, getting the added examples to pass.
-
-Thu, 4 Oct 2007 12:53:09 -0500
-Luke Kanies <luke@madstop.com>
-Attempting to reproduce and fix #829 by applying patch by Paul. I could not
-
-Thu, 4 Oct 2007 12:52:47 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Thu, 4 Oct 2007 11:25:36 -0500
-Luke Kanies <luke@madstop.com>
-Fixing tests for the Configuration object, since I
-
-Thu, 4 Oct 2007 11:25:16 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Thu, 4 Oct 2007 10:07:44 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'routing' of http://git.rickbradley.com/puppet into routing
-
-Thu, 4 Oct 2007 08:04:44 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Thu, 4 Oct 2007 00:02:24 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
-
-Wed, 3 Oct 2007 23:52:36 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #817, mostly using the patch by DavidS. I could
-
-Wed, 3 Oct 2007 22:29:05 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
-
-Wed, 3 Oct 2007 21:55:41 -0500
-Luke Kanies <luke@madstop.com>
-Removing the Id tags from all of the files
-
-Wed, 3 Oct 2007 19:36:35 -0500
-Luke Kanies <luke@madstop.com>
-I finally tracked down the problem that was causing providers
-
-Wed, 3 Oct 2007 19:34:45 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the yaml path so that it is correctly
-
-Wed, 3 Oct 2007 18:01:42 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://michaelobrien.info/puppet
-
-Wed, 3 Oct 2007 18:00:52 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #854.
-
-Wed, 3 Oct 2007 17:50:50 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #813 -- empty configurations again work.
-
-Wed, 3 Oct 2007 17:32:40 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://michaelobrien.info/puppet
-
-Wed, 3 Oct 2007 17:31:57 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #814 -- when files are missing, the exceptions should
-
-Wed, 3 Oct 2007 17:23:59 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Updated CHANGELOG.
-
-Wed, 3 Oct 2007 17:09:06 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Wed, 3 Oct 2007 17:06:06 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd.
-
-Wed, 3 Oct 2007 16:42:28 -0500
-Rick Bradley <rick@rickbradley.com>
-Merge branch 'master' of git://reductivelabs.com/puppet into routing
-
-Wed, 3 Oct 2007 16:32:48 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet
-
-Wed, 3 Oct 2007 16:32:10 -0500
-Luke Kanies <luke@madstop.com>
-Adding more behaviours to the Puppet::Module spec,
-
-Wed, 3 Oct 2007 12:49:23 -0500
-Rick Bradley <rick@rickbradley.com>
-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.
-
-Wed, 3 Oct 2007 12:44:57 -0500
-Rick Bradley <rick@rickbradley.com>
-Added partial spec for the serving of REST information, as well as some client-side REST terminus behavior.
-
-Wed, 3 Oct 2007 10:07:43 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 2 Oct 2007 15:25:11 -0700
-David Lutterkort <dlutter@redhat.com>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 2 Oct 2007 15:18:03 -0700
-David Lutterkort <dlutter@redhat.com>
-Use external helper script to talk to yum; should avoid any more trouble with "yum list". Fixes trac #836
-
-Tue, 2 Oct 2007 16:13:21 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 2 Oct 2007 14:49:38 -0500
-Rick Bradley <rick@rickbradley.com>
-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.
-
-Tue, 2 Oct 2007 14:41:11 -0500
-Rick Bradley <rick@rickbradley.com>
-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.
-
-Tue, 25 Sep 2007 17:23:36 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 25 Sep 2007 16:01:07 -0500
-Luke Kanies <luke@madstop.com>
-Adding more indirection termini, mostly focused on caching
-
-Tue, 25 Sep 2007 15:52:26 -0500
-Luke Kanies <luke@madstop.com>
-Adding cache support to indirection. If you have
-
-Tue, 25 Sep 2007 14:11:14 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet into indirection
-
-Tue, 25 Sep 2007 12:37:36 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 25 Sep 2007 12:34:42 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Updated the configuration doc to more clearly explain where puppet.conf is expected to be by default.
-
-Tue, 25 Sep 2007 12:10:38 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://michaelobrien.info/puppet
-
-Tue, 25 Sep 2007 12:09:40 -0500
-Luke Kanies <luke@madstop.com>
-Fixing ralsh to use a configuration instead of a component
-
-Tue, 25 Sep 2007 12:00:07 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 25 Sep 2007 11:24:33 -0500
-Luke Kanies <luke@madstop.com>
-Demoting the "file does not exist" log to debug from notice
-
-Tue, 25 Sep 2007 00:43:15 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'indirection' of git://reductivelabs.com/puppet-luke
-
-Tue, 25 Sep 2007 00:42:50 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a small problem with the mailman type
-
-Mon, 24 Sep 2007 20:30:11 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Renamed princs to principals in the k5login type.
-
-Mon, 24 Sep 2007 20:22:36 -0500
-Digant Kasundra <digant@stanford.edu>
-Added k5login type written by Digant Kasundra. This is for ticket #759.
-
-Mon, 24 Sep 2007 15:58:44 -0500
-Luke Kanies <luke@madstop.com>
-I changed the Terminus class to switch camelcase
-
-Mon, 24 Sep 2007 14:45:54 -0500
-Luke Kanies <luke@madstop.com>
-Removing obsolete fact stores and node sources. The functionality has been moved into the indirector.
-
-Sun, 23 Sep 2007 19:04:31 -0500
-Luke Kanies <luke@madstop.com>
-Taking a first stab at moving configuration compiling
-
-Sun, 23 Sep 2007 15:39:07 -0500
-Luke Kanies <luke@madstop.com>
-Adding a "memory" node terminus, which will
-
-Sun, 23 Sep 2007 14:28:31 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the spec for the checksum terminus to match
-
-Sun, 23 Sep 2007 14:26:56 -0500
-Luke Kanies <luke@madstop.com>
-Adding my first integration test, verifying that
-
-Sat, 22 Sep 2007 20:00:15 -0500
-Luke Kanies <luke@madstop.com>
-Adding the first version of checksum support, which will
-
-Sat, 22 Sep 2007 17:54:46 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the 'Puppet::Util::Config' class to
-
-Sat, 22 Sep 2007 17:22:07 -0500
-Luke Kanies <luke@madstop.com>
-Adding the base file terminus. This will, at the least,
-
-Sat, 22 Sep 2007 15:04:34 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'configurations' into indirection
-
-Sat, 22 Sep 2007 14:25:17 -0500
-Luke Kanies <luke@madstop.com>
-All tests now pass in this configuration branch, which means
-
-Sat, 22 Sep 2007 12:56:32 -0500
-Luke Kanies <luke@madstop.com>
-The structure for handling resource generation is now
-
-Sat, 22 Sep 2007 01:24:04 -0500
-Luke Kanies <luke@madstop.com>
-Adding the last tests for the ldap node terminus. I managed
-
-Sat, 22 Sep 2007 00:16:39 -0500
-Luke Kanies <luke@madstop.com>
-All indirections are working, and they have all
-
-Fri, 21 Sep 2007 19:28:01 -0500
-Luke Kanies <luke@madstop.com>
-It looks like the new indirection setup is complete.
-
-Fri, 21 Sep 2007 15:49:25 -0500
-Luke Kanies <luke@madstop.com>
-Adding automatic association between terminus subclasses and
-
-Fri, 21 Sep 2007 15:15:40 -0500
-Luke Kanies <luke@madstop.com>
-Adding the first top-level terminus (yaml). It works
-
-Fri, 21 Sep 2007 13:42:39 -0500
-Luke Kanies <luke@madstop.com>
-Moving the Puppet::Indirector::Terminus class into its
-
-Fri, 21 Sep 2007 13:18:51 -0500
-Luke Kanies <luke@madstop.com>
-Adding a couple more tests to the indirector, talking about
-
-Fri, 21 Sep 2007 13:07:34 -0500
-Luke Kanies <luke@madstop.com>
-The indirector specs now all pass. I think I need
-
-Thu, 20 Sep 2007 17:31:03 -0500
-Luke Kanies <luke@madstop.com>
-The unit tests for the newly-resurrected indirection class
-
-Thu, 20 Sep 2007 15:24:20 -0500
-Luke Kanies <luke@madstop.com>
-Fixing all existing spec tests so that they now
-
-Thu, 20 Sep 2007 13:13:17 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirection
-
-Thu, 20 Sep 2007 13:05:48 -0500
-Rick Bradley <rick@rickbradley.com>
-Whitespace and comment commit.
-
-Thu, 20 Sep 2007 12:57:57 -0500
-Luke Kanies <luke@madstop.com>
-An intermediate commit so I can start working on a different
-
-Thu, 20 Sep 2007 12:55:12 -0500
-Rick Bradley <rick@rickbradley.com>
-More spec and indirector updates.
-
-Wed, 19 Sep 2007 23:13:30 -0500
-Rick Bradley <rick@rickbradley.com>
-Finally, some progress. Closing the loops and delegating registered class calls out to the actual Terminus.
-
-Wed, 19 Sep 2007 23:02:48 -0500
-Rick Bradley <rick@rickbradley.com>
-Reworking the Indirector code. Continuing to fight the classgen and instance_loader "utilities".
-
-Mon, 17 Sep 2007 16:29:43 -0700
-Luke Kanies <luke@madstop.com>
-Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirection
-
-Mon, 17 Sep 2007 15:21:44 -0700
-Luke Kanies <luke@madstop.com>
-This is basically another intermediate commit. I feel like
-
-Mon, 17 Sep 2007 16:49:53 -0500
-Rick Bradley <rick@rickbradley.com>
-Updates to indirection stuffs. Making a better spec and migrating to it.
-
-Sat, 15 Sep 2007 22:25:54 -0600
-Luke Kanies <luke@madstop.com>
-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.
-
-Sat, 15 Sep 2007 22:17:20 -0600
-Luke Kanies <luke@madstop.com>
-The whole system now uses Configuration objects instead of
-
-Fri, 14 Sep 2007 13:23:13 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Partial fix for #772. The SIGHUP now produces a EOPNOTSUPP instead of NameError.
-
-Thu, 13 Sep 2007 16:09:44 -0500
-Luke Kanies <luke@madstop.com>
-Removing the completely obsolete passwd2puppet and the obsolete component.rb
-
-Wed, 12 Sep 2007 18:40:54 -0500
-Luke Kanies <luke@madstop.com>
-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.
-
-Wed, 12 Sep 2007 18:32:26 -0500
-Luke Kanies <luke@madstop.com>
-Adding a to_graph method to TransBuckets, so that the buckets can directly generate a graph, rather than having to first convert to RAL types and then have them convert to a graph. This allows us to make it so components do not need a @children array at all. This was all done because I am having the "already a parent of" problem again, and I have gotten far enough that it is relatively easy to just make this problem go away once and for all.
-
-Wed, 12 Sep 2007 15:32:25 -0500
-Luke Kanies <luke@madstop.com>
-Another intermediate commit. The node and fact classes are now functional and are used instead of the network handlers, which have been removed. There are some failing tests as a result, but I want to get this code committed before I massage the rest of the system to make it work again.
-
-Tue, 11 Sep 2007 19:21:49 -0500
-Luke Kanies <luke@madstop.com>
-Adding setup/teardown hooks to rspec, so we can use test/unit methods
-
-Tue, 11 Sep 2007 18:48:30 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring the feature support so it loads libraries when a feature is asked about, rather than when it is defined.
-
-Tue, 11 Sep 2007 16:34:07 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'testing'
-
-Tue, 11 Sep 2007 16:19:03 -0500
-Luke Kanies <luke@madstop.com>
-The Node handler is now obsolete. Node searching is handled through the indirector. I have not yet added the tests for the node handlers themselves, which is next.
-
-Tue, 11 Sep 2007 14:45:41 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #797. Removed the warning message about specifying 'enable' or 'ensure' when initializing a service.
-
-Tue, 11 Sep 2007 14:18:43 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 11 Sep 2007 14:15:59 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #784 by applying patch by vvidic.
-
-Tue, 11 Sep 2007 12:38:56 -0500
-Luke Kanies <luke@madstop.com>
-Doing an intermediate commit so rick can look at the work I have done so far.
-
-Mon, 10 Sep 2007 17:58:23 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the instance loader method to "instance_load". It was previously autoload, which could class with Kernel.autoload.
-
-Mon, 10 Sep 2007 16:16:34 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of http://northstarlabs.net/git/puppet
-
-Mon, 10 Sep 2007 16:56:04 -0400
-Jeffrey J McCune <jeff.mccune@northstarlabs.net>
-Fixed hdiutil syntax for ticket 812
-
-Mon, 10 Sep 2007 14:28:02 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexer. Updated CLASSREF token regex in the lexer.
-
-Mon, 10 Sep 2007 15:27:57 -0400
-Jeffrey J McCune <jeff.mccune@northstarlabs.net>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Mon, 10 Sep 2007 12:42:19 -0500
-Luke Kanies <luke@madstop.com>
-Removing extraneous logging from the node handler
-
-Mon, 10 Sep 2007 12:33:26 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed #774, which fixed fully qualified collection statements
-
-Fri, 7 Sep 2007 15:38:24 -0500
-Luke Kanies <luke@madstop.com>
-*Finally* fixing the tests that were failing around users and groups. The problem was that the autoload tests were somehow clearing all loaded classes, including the providers. This is fixed now.
-
-Fri, 7 Sep 2007 12:10:59 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some failed tests. Mostly cleanup. Next is to make all of the user tests pass again, dammit.
-
-Fri, 7 Sep 2007 11:00:13 -0500
-Luke Kanies <luke@madstop.com>
-Fixing a path test. I have now made the path stuff a lot cleaner, but it apparently broke this test.
-
-Fri, 7 Sep 2007 10:58:07 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #801 -- resources that have changes when running in noop mode do not record that they were checked, so that they will be scheduled on the next run. This is a somewhat murky solution, but considering that no one had submitted this bug before, I expect it will not hit many people.
-
-Thu, 6 Sep 2007 20:50:26 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some broken tests in the master client, and adding a test for #800 but it is unfortunately disabled because we cannot realistically fix it using the current design. It will be easy after the REST refactor, though.
-
-Thu, 6 Sep 2007 20:12:30 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #795 -- configuration elements now make sure all file paths are fully qualified by prepending the wd to unqualified path names.
-
-Thu, 6 Sep 2007 20:00:24 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #802 -- tags are now applied before parent classes are evaluated, so parent classes can use tagged() to test if a node is a member of a subclass.
-
-Thu, 6 Sep 2007 19:24:25 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #807. The exception handling should more closely resemble how it used to be done.
-
-Thu, 6 Sep 2007 18:53:00 -0500
-Luke Kanies <luke@madstop.com>
-Renaming some ast resource classes and files so they make a lot more sense.
-
-Thu, 6 Sep 2007 18:45:41 -0500
-Luke Kanies <luke@madstop.com>
-Fixing #806. Resources correctly look up their fully qualified definition type, just like resource references do, which causes the resource and reference to again agree on the full name of a given defined type.
-
-Thu, 6 Sep 2007 17:18:17 -0500
-Luke Kanies <luke@madstop.com>
-A small change to the indirector, moving it to a module instead of a class. I still do not really know how i will use it, though.
-
-Thu, 6 Sep 2007 11:26:15 -0500
-Luke Kanies <luke@madstop.com>
-Adding my indirector class before i rewrite it. I am probably not going to keep any of this, but i wanted to store a copy before i got much further.
-
-Tue, 4 Sep 2007 16:59:30 -0500
-Luke Kanies <luke@madstop.com>
-Flipped the switch so that compiles now return a Configuration instance instead of pre-extracting the configuration.
-
-Tue, 4 Sep 2007 15:14:39 -0500
-Luke Kanies <luke@madstop.com>
-Successfully modified all tests and code so that all language tests pass again. This is the majority of the work necessary to make the separate "configuration" object work.
-
-Tue, 4 Sep 2007 12:09:48 -0500
-Luke Kanies <luke@madstop.com>
-We now have a real configuration object, as a subclass of GRATR::Digraph, that has a resource graph including resources for the container objects like classes and nodes. It is apparently functional, but I have not gone through all of the other tests to fix them yet. That is next.
-
-Mon, 3 Sep 2007 19:38:15 -0500
-Luke Kanies <luke@madstop.com>
-More refactoring. I have removed a few more extraneous methods from Scope, mostly just pointing directly to the compile, and I have begun (but commented out) the move to having resources to model each of the classes and nodes, in addition to the definitions. This will, again, enable a real Configuration object, and it will enable class versioning and similar features.
-
-Mon, 3 Sep 2007 18:20:04 -0500
-Luke Kanies <luke@madstop.com>
-Removing the Scope#setresource method, since it was essentially redundant. The work is done in either AST::ResourceDef#evaluate or Compile#store_resource.
-
-Mon, 3 Sep 2007 18:01:00 -0500
-Luke Kanies <luke@madstop.com>
-Doing a small amount of refactoring, toward being able to use Parser resources to evaluate classes and nodes, not just definitions. This will hopefully simplify some of the parsing work, and it will enable the use of a Configuration object that more completely models a configuration.
-
-Sat, 1 Sep 2007 09:51:03 -0500
-Luke Kanies <luke@madstop.com>
-Deleting old documentation that somehow made it back into the tree in the switch to git, and refactoring the evaluate_classes method on the compile object so I can use resources as intermediaries, thus making classes do late-binding evaluation.
-
-Tue, 28 Aug 2007 17:00:32 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the file containing all of the configuration defaults to "defaults.rb", since I am going to create a separate "configuration" top-level directory to contain all of the classes related to managing the configuration for a given node.
-
-Tue, 28 Aug 2007 16:15:05 -0500
-Luke Kanies <luke@madstop.com>
-Fixing some failing unit tests.
-
-Mon, 27 Aug 2007 17:38:39 -0500
-Luke Kanies <luke@madstop.com>
-Making a couple of small bugfixes in the configuration subsystem
-
-Mon, 27 Aug 2007 14:26:49 -0500
-Luke Kanies <luke@madstop.com>
-Adding support for providing a diff when files are being changed. Currently uses a local diff binary, but could easily be changed to use the ruby diff/lcs library. Modified puppet and puppetd to automatically show file diffs when in noop mode, but can otherwise be enabled using --show_diff. This only works when running interactively, because the diffs are printed on stdout.
-
-Sun, 26 Aug 2007 21:54:17 -0500
-Luke Kanies <luke@madstop.com>
-Multiple environment support now works, and I have even tested it in real life. This commit is mostly a bug-fix commit, resulting from the difference between real-life testing and unit testing.
-
-Sun, 26 Aug 2007 19:03:25 -0500
-Luke Kanies <luke@madstop.com>
-The fileserver now uses an environment-specific module path. I also made various bug fixes around the network tree.
-
-Sun, 26 Aug 2007 12:58:39 -0500
-Luke Kanies <luke@madstop.com>
-Adding a bit of testing for node names.
-
-Sun, 26 Aug 2007 12:53:44 -0500
-Luke Kanies <luke@madstop.com>
-Moving the node tests to rspec, and cleaning up the spec of the node, especially WRT the environment.
-
-Sun, 26 Aug 2007 12:53:36 -0500
-Luke Kanies <luke@madstop.com>
-Moving the node tests to rspec, and cleaning up the spec of the node, especially WRT the environment.
-
-Sat, 25 Aug 2007 17:14:13 -0500
-Luke Kanies <luke@madstop.com>
-And we have multiple environment support in the parser. The only remaining piece to make this complete is to add multiple environment support to the fileserver. I also renamed Configuration.rb to Compile.rb (that is, I fixed all the classes that used to know it as a configuration).
-
-Sat, 25 Aug 2007 15:55:43 -0500
-Luke Kanies <luke@madstop.com>
-Removing this test for now; I do not have time to port it from test/unit to rspec
-
-Sat, 25 Aug 2007 15:54:06 -0500
-Luke Kanies <luke@madstop.com>
-Renaming the "configuration" object to "compile", because it is only a transitional object and I want the real "configuration" object to be the thing that I pass from the server to the client; it will be a subclass of GRATR::Digraph.
-
-Sat, 25 Aug 2007 15:48:46 -0500
-Luke Kanies <luke@madstop.com>
-Oops, created a test directory in the main spec dir, rather than in the unit/ subdir
-
-Sat, 25 Aug 2007 15:47:49 -0500
-Luke Kanies <luke@madstop.com>
-Modules are now tested with spec, and they now can handle environment-specific module paths.
-
-Fri, 24 Aug 2007 19:19:44 -0500
-Luke Kanies <luke@madstop.com>
-The config class now has support for add an environment to its search path. Now I just need to go through the whole system and use the search path in addition to the parameter name itself.
-
-Fri, 24 Aug 2007 18:31:00 -0500
-Luke Kanies <luke@madstop.com>
-I have added basic support for a search path, altho not yet with any ability to manipulate it. All config tests pass in both the old tests and the new ones, so it is time to add the hooks for manipulating the search path.
-
-Thu, 23 Aug 2007 19:09:45 -0500
-Luke Kanies <luke@madstop.com>
-Adding some rspec tests for Config.rb, because I am planning on significantly changing its internals and the current tests, I think, will be harder to migrate than just writing rspec tests from scratch.
-
-Thu, 23 Aug 2007 13:25:40 -0500
-Luke Kanies <luke@madstop.com>
-Everything up to the parser (and the Modules) is ready to support multiple environments, including the parser having an environment setting. I have also created my first spec-based tests, for the interpreter (and deleted the old test/unit tests).
-
-Thu, 23 Aug 2007 11:52:58 -0500
-Luke Kanies <luke@madstop.com>
-Oops, left out the spec rake file from the main spec commit
-
-Thu, 23 Aug 2007 11:52:31 -0500
-Luke Kanies <luke@madstop.com>
-Building a stand-alone spec directory for creating the new spec-based tests.
-
-Thu, 23 Aug 2007 01:17:33 -0500
-Luke Kanies <luke@madstop.com>
-Adding the second half of the rspec upgrade -- apparently the "git add" thing I used did not remove the old files, only add the new ones.
-
-Thu, 23 Aug 2007 00:56:42 -0500
-Luke Kanies <luke@madstop.com>
-Upgrading rspec to version 1.0.8. This only includes the contents of the lib directory, and even then only the spec-related stuff, not the autotest stuff.
-
-Wed, 22 Aug 2007 22:13:23 -0500
-Luke Kanies <luke@madstop.com>
-Adding environment information to the client fact list. The environment is retrieved from the normal Puppet configuration, so it is set via puppet.conf or the cli, rather than being a normal fact.
-
-Wed, 22 Aug 2007 21:39:21 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the integration test between interpreter and configuration -- the interpreter was not passing on that the config should use ast nodes
-
-Wed, 22 Aug 2007 20:49:37 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of git://git.et.redhat.com/puppet
-
-Wed, 22 Aug 2007 19:00:48 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of ssh://reductivelabs.com/home/michael/git/puppet
-
-Wed, 22 Aug 2007 16:41:55 -0700
-David Lutterkort <dlutter@redhat.com>
-Sync to latest specfile in Fedora
-
-Wed, 22 Aug 2007 18:07:52 -0500
-Luke Kanies <luke@madstop.com>
-Merging the multi_env branch with master. There are not actually any conflicts, so this commit might only be necessary because I did not pull sufficiently often.
-
-Wed, 22 Aug 2007 18:03:55 -0500
-Luke Kanies <luke@madstop.com>
-Merge branch 'multi_env'
-
-Wed, 22 Aug 2007 17:57:28 -0500
-Luke Kanies <luke@madstop.com>
-The last commits before I actually start on the multi-environment support. There are still failing tests, but apparently only those that are also failing in trunk.
-
-Wed, 22 Aug 2007 16:14:39 -0500
-Luke Kanies <luke@madstop.com>
-Adding the topscope metadata to the configuration being returned to the client, just like it expects, and fixing how the resource handler calls the master type.
-
-Wed, 22 Aug 2007 11:31:25 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Fixed CA race condition (#693)
-
-Mon, 20 Aug 2007 22:25:00 -0500
-Luke Kanies <luke@madstop.com>
-A round of bugfixing. Many more tests now pass -- I think we are largely down to tests that (yay!) fail in trunk.
-
-Mon, 20 Aug 2007 19:09:26 -0500
-Luke Kanies <luke@madstop.com>
-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.
-
-Mon, 20 Aug 2007 13:28:40 -0500
-Luke Kanies <luke@madstop.com>
-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.
-
-Thu, 16 Aug 2007 21:21:40 -0500
-Luke Kanies <luke@madstop.com>
-The new parser configuration object works now,
-
-Thu, 16 Aug 2007 14:25:31 -0400
-Jeffrey J McCune <jeff.mccune@northstarlabs.net>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Thu, 16 Aug 2007 00:00:28 -0500
-Luke Kanies <luke@madstop.com>
-Fixing the spec library so it correctly can see its version
-
-Wed, 15 Aug 2007 17:18:43 -0500
-Luke Kanies <luke@madstop.com>
-Adding node caching, so that node sources are not spammed during file serving and such
-
-Wed, 15 Aug 2007 17:05:49 -0500
-Luke Kanies <luke@madstop.com>
-Keeping the node names in the node object, so that they are available to the interpreter
-
-Wed, 15 Aug 2007 16:56:05 -0500
-Luke Kanies <luke@madstop.com>
-Refactoring a small part of the interface between the configuration handler and the interpreter.
-
-Wed, 15 Aug 2007 16:32:06 -0500
-Luke Kanies <luke@madstop.com>
-Requiring mocha in all cases in the test tree
-
-Wed, 15 Aug 2007 16:31:44 -0500
-Luke Kanies <luke@madstop.com>
-The new configuration handler looks to be ready for usage. Now I just need to convert the interpreter to use SimpleNode objects, then continue with the Configuration object.
-
-Wed, 15 Aug 2007 15:52:27 -0400
-Jeffrey J McCune <jeff.mccune@northstarlabs.net>
-Merge commit 'aabad8e'
-
-Wed, 15 Aug 2007 14:21:59 -0500
-Luke Kanies <luke@madstop.com>
-Adding the necessary name/ip fields to the node methods
-
-Wed, 15 Aug 2007 13:55:55 -0500
-Luke Kanies <luke@madstop.com>
-Adding a "none" node source, which will be the default node source and will just return an empty node.
-
-Wed, 15 Aug 2007 14:50:42 -0400
-Jeffrey J McCune <jeff.mccune@northstarlabs.net>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Wed, 15 Aug 2007 17:24:26 +0200
-Luke Kanies <luke@madstop.com>
-Merge branch 'master' of http://northstarlabs.net/git/puppet
-
-Wed, 15 Aug 2007 04:57:15 +0200
-Luke Kanies <luke@madstop.com>
-Merge /home/michael/git/puppet
-
-Tue, 14 Aug 2007 22:57:02 -0400
-Jeffrey J McCune <jeff.mccune@northstarlabs.net>
-Merge branch 'master' of git://reductivelabs.com/puppet
-
-Tue, 14 Aug 2007 18:43:33 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Merge ssh://michael@reductivelabs.com/home/michael/git/puppet
-
-Tue, 14 Aug 2007 18:35:32 -0500
-Michael V. O'Brien <michael@reductivelabs.com>
-Added shortname support to config.rb and refactored addargs
-
-Tue, 14 Aug 2007 18:25:08 -0500
-Luke Kanies <luke@madstop.com>
-Finalizing the node handler. It now correctly uses the different node sources
-
-Tue, 14 Aug 2007 22:22:33 +0200
-Luke Kanies <luke@madstop.com>
-Merge /opt/rl/git/puppet
-
-Tue, 14 Aug 2007 15:20:50 -0500
-Luke Kanies <luke@madstop.com>
-Fixing documentation string on the file "ensure" property to remove the confusing mention of "exists"
-
-Tue, 14 Aug 2007 09:50:42 -0400
-Jeffrey J McCune <jeff.mccune@northstarlabs.net>
-Added optional per-module lib directory.
-
-Tue, 14 Aug 2007 00:09:49 -0500
-Luke Kanies <luke@madstop.com>
-An intermediate commit in the work towards adding multi-environment support.
-
-Mon, 13 Aug 2007 20:12:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merge /opt/rl/git/puppet
-
-Mon, 13 Aug 2007 19:54:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Revert "Updating more milestone names"
-
-Mon, 13 Aug 2007 19:54:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating more milestone names
-
-Mon, 13 Aug 2007 14:50:22 -0500
-Luke Kanies <luke@madstop.com>
-Applying patch by Adam Jacob to make external node tools able to handle command-line arguments
-
-Mon, 13 Aug 2007 13:02:35 -0500
-Luke Kanies <luke@madstop.com>
-Revert "Updating more milestone names"
-
-Mon, 13 Aug 2007 12:58:24 -0500
-Luke Kanies <luke@madstop.com>
-Updating more milestone names
-
-Mon, 13 Aug 2007 17:00:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding milestone names to changelog
-
-Sun, 12 Aug 2007 07:53:13 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Actually honour :namevar => true on newparam calls
-
-Fri, 10 Aug 2007 15:35:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing extraneous debugging from crontab
-
-Fri, 10 Aug 2007 03:01:55 +0000
-christian <christian@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix for setting global exit code ($?) in SUIDManager tests
-
-Thu, 9 Aug 2007 22:44:21 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Broaden assert_absent so that it thinks that :purged is equivalent to :absent
-
-Thu, 9 Aug 2007 21:43:42 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Change the service name so that it is less likely to trip on a common word and spuriously fail
-
-Thu, 9 Aug 2007 15:56:59 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-trac #763: Make redhat provider default for CentOS (patch by jtimberman)
-
-Thu, 9 Aug 2007 09:41:25 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trivial mock cleanups
-
-Thu, 9 Aug 2007 09:18:56 +0000
-christian <christian@980ebf18-57e1-0310-9a29-db15c13687c0>
-Constants in provider/interface/redhat.rb are getting redifined as they are dynamically assigned, changing them to instance variables
-
-Thu, 9 Aug 2007 09:03:28 +0000
-christian <christian@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changes to lib/ corresponding to test refactoring from r2759, was unaware that subversion only commited in the CWD
-
-Thu, 9 Aug 2007 08:49:49 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Highlight what I think is a problem in the test suite that I just can't solve
-
-Thu, 9 Aug 2007 08:45:50 +0000
-christian <christian@980ebf18-57e1-0310-9a29-db15c13687c0>
-Refactor SUIDManager tests to run without root, change SUIDManager's behavior to not silently fail when it's not root and fix all other tests that broke as a result.
-
-Thu, 9 Aug 2007 08:41:54 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Upgrade mocha to 0.5.1, which gives much better error messages
-
-Thu, 9 Aug 2007 07:56:22 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix the ral:providers:host:parsed tests so they run successfully
-
-Tue, 7 Aug 2007 02:41:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.23.2
-
-Tue, 7 Aug 2007 02:41:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.23.2
-
-Tue, 7 Aug 2007 02:38:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The last set of bug-fixes before the next release. This commit just fixes a couple of problems that resulted when I changed the Provider#initialize method to not duplicate its argument, which was necessary for ParsedFile.
-
-Mon, 6 Aug 2007 20:05:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding test support for the other mongrel configuration header
-
-Mon, 6 Aug 2007 19:23:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Copying the "commands" and "confine" statements to the actual dscl providers, since they need to be there to determine where the providers are suitable. Otherwise base classes could unnecessarily affect how subclasses work.
-
-Mon, 6 Aug 2007 17:59:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #749 -- environment settings no longer accumulate. Significantly adding to the cron tests at the same time, such that hopefully we will no longer have these recurring bugs. I now do every combinatorial of multi-line cron jobs, including doing them all in one file. There are, unfortunately, still edge cases, but maybe we will have some peace in cron space for a while, anyway.
-
-Sun, 5 Aug 2007 19:12:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the code from #745 until it can pass some basic tests
-
-Sun, 5 Aug 2007 19:04:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding syslog support by devdas (#745).
-
-Sun, 5 Aug 2007 19:01:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #751 -- the interface providers now have basic tests, at least to verify that prefetching and listing works. I think these resource types need to be largely rewritten, though, and they currently have no relationship to ifconfig, which seems strange.
-
-Sun, 5 Aug 2007 17:57:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #731 - we are now correctly only collecting exported resources
-
-Sun, 5 Aug 2007 17:49:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #730 -- mounts now call flush() before trying to mount
-
-Sat, 4 Aug 2007 20:00:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a file that should have been in a commit from yesterda
-
-Sat, 4 Aug 2007 00:36:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #735 -- gen_config now uses a single heading, matching the name of the process
-
-Fri, 3 Aug 2007 23:49:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #314 and #729; here's the changelog:
-
-Fri, 3 Aug 2007 23:14:32 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Apply fix for typo provided by Toshio Kuratomi (bz250870)
-
-Fri, 3 Aug 2007 20:43:53 +0000
-mccune <mccune@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed stray debugger method.
-
-Fri, 3 Aug 2007 20:36:49 +0000
-mccune <mccune@980ebf18-57e1-0310-9a29-db15c13687c0>
-DirectoryService provider for users and groups. Alternative to netinfo, as apple has indicated NetInfo may go away at some point in the future. It might happen in October.
-
-Fri, 3 Aug 2007 20:18:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #734. The problem was that when I switched how the configs were parsed, I managed to lose the ability to keep values set on the cli from being overridden by values set in config files.
-
-Fri, 3 Aug 2007 19:40:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Renaming the linux interface provider to redhat
-
-Fri, 3 Aug 2007 19:37:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by stick to the linux interface provider
-
-Fri, 3 Aug 2007 19:31:15 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Undo previous commit, which was an error
-
-Fri, 3 Aug 2007 19:26:57 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - otherwise we clobber settings from puppet.conf
-
-Fri, 3 Aug 2007 19:09:07 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changes for 0.23.1
-
-Tue, 31 Jul 2007 16:35:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding interface implementations, as written by Paul Rose
-
-Tue, 31 Jul 2007 02:34:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a test for rails
-
-Tue, 31 Jul 2007 02:34:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing test that ended up being redundant
-
-Mon, 30 Jul 2007 22:05:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch my emerose to fix #652.
-
-Mon, 30 Jul 2007 16:18:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the requirement that the cert dn have /CN= in it, thus hopefully catching clients without certs
-
-Mon, 30 Jul 2007 16:12:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying a modification of the patch from Marcin Owsiany, allowing Mongrel to be a CA
-
-Fri, 20 Jul 2007 19:23:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.23.1
-
-Fri, 20 Jul 2007 19:23:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.23.1
-
-Fri, 20 Jul 2007 16:46:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #726 -- mounts can now correctly handle mounted but absent filesystems.
-
-Fri, 20 Jul 2007 16:27:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some code in an attempt to fix #728, but it is all commented out since I could not get it fixed in time for beaker
-
-Fri, 20 Jul 2007 15:12:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Attempting to clean up the mount documentation as in #727.
-
-Fri, 20 Jul 2007 03:36:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Caching whether a given file or module has been loaded, because the loading was greedy and was causing files to get loaded every time a class or module was asked for
-
-Fri, 20 Jul 2007 03:24:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the mail aliases generated by the mailman list provider; it was generating capitalized list names
-
-Thu, 19 Jul 2007 22:12:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #725. I was apparently not deleting the alias I was creating to the components.
-
-Thu, 19 Jul 2007 20:02:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hopefully fixing #720 -- I added tests and a lame back-off system to give the child process time to write
-
-Thu, 19 Jul 2007 20:01:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Converting mount test to use mount everywhere instead of df
-
-Thu, 19 Jul 2007 19:23:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the ability to specify relationships to classes, using Class[name] resource references.
-
-Thu, 19 Jul 2007 18:12:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The first round of bug-fixes in preparation for beaker
-
-Thu, 19 Jul 2007 18:11:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding documentation to the "test" script
-
-Thu, 19 Jul 2007 16:16:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the chdir from util.rb, I forgot that the directory often matters
-
-Thu, 19 Jul 2007 00:52:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hopefully fixing #640, and maybe some warnings at the same time. I added a call to Process.setsid after the fork, and I chdir'd to /.
-
-Thu, 19 Jul 2007 00:48:09 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix #696. (patch by Jason Kohles)
-
-Thu, 19 Jul 2007 00:14:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #716 -- the package type was considering anything that was not "absent" to be installed, but that included "purged", thus the problem
-
-Wed, 18 Jul 2007 23:48:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by DavidS to fix #711.
-
-Wed, 18 Jul 2007 20:40:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #702, hopefully. As suggested, I switched to "mount" instead of "df" to determine whether an fs is mounted.
-
-Wed, 18 Jul 2007 19:47:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #695 -- resource references will correctly serialize and unserialize in the db
-
-Wed, 18 Jul 2007 17:32:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #703, mostly. You still cannot do multi-condition queries, but you can at least query against any parameter, and matching any value is sufficient for a match, so the tags work fine.
-
-Wed, 18 Jul 2007 16:41:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #719 -- the filebucket docs now only mention filebucket, not pbucket
-
-Wed, 18 Jul 2007 16:16:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to get rid of the warning from #724
-
-Tue, 17 Jul 2007 14:00:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying a slightly modified patch by Dean Wilson -- puppetca now exits with a non-zero code when it cannot find certs to clean.
-
-Mon, 16 Jul 2007 23:43:50 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Guard the rpm command suitability confine better so we hopefully stop seeing all of the 'Command not available' errors
-
-Sat, 14 Jul 2007 23:04:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating the docs to mention that you can use the file server with no server name
-
-Sat, 14 Jul 2007 21:18:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some logging in cron
-
-Sat, 14 Jul 2007 21:13:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the rest of #705, except for the env stuff, which I was not able to reproduce.
-
-Sat, 14 Jul 2007 20:26:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #691 -- I added "refreshable" features to the types that can restart, although exec does not have providers (yet), so I just made the docs a bit clearer
-
-Sat, 14 Jul 2007 20:20:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reordering some of the type docs
-
-Sat, 14 Jul 2007 18:09:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing notice about "import loop", which was happening constantly when autoloading module files
-
-Sat, 14 Jul 2007 17:46:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing error message when a parameter is getting redefined
-
-Fri, 13 Jul 2007 22:28:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding rpm as a specific command to :rug
-
-Fri, 13 Jul 2007 21:48:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #589
-
-Fri, 13 Jul 2007 21:46:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #468 -- fully qualified resources can now be specified as dependencies
-
-Thu, 12 Jul 2007 22:43:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #714 -- aptrpm now loads on RHEL
-
-Thu, 12 Jul 2007 22:01:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the mailman provider so it correctly matches case. Apparently mailman helpfully autocapitalizes list names.
-
-Thu, 12 Jul 2007 19:51:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing extraneous debugging
-
-Thu, 12 Jul 2007 19:49:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the interpreter autoloading so that it correctly loads classes even when being loaded from a namespace
-
-Thu, 12 Jul 2007 17:52:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the instances method. It now works when there are already managed resources.
-
-Thu, 12 Jul 2007 16:39:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the :check metaparam so it does not try to check unsupported parameters
-
-Thu, 12 Jul 2007 16:04:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing the test for a method I removed yesterday
-
-Thu, 12 Jul 2007 14:40:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying docs patch by David Schmitt from #713
-
-Thu, 12 Jul 2007 14:35:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying a version of the diff to the defined() docs from David Schmitt
-
-Thu, 12 Jul 2007 04:27:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the first half of #705 -- matching no longer fails. I think this also fixes #648.
-
-Wed, 11 Jul 2007 20:23:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Having FileType instances automatically back their contents up to a filebucket, so it is much harder to lose content. This does not yet back up crontab contents, though.
-
-Wed, 11 Jul 2007 19:30:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing transactions so that they do not flush resources that are in noop
-
-Wed, 11 Jul 2007 18:35:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a maillist type, with support for mailman. It is not as flexible as I would like, partially because of how mailman is implemented (the "mailman" command is never in the search path), but at least it is working for mailman on debian.
-
-Tue, 10 Jul 2007 23:24:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support for a "mailalias" type, with /etc/aliases support initially. I have not yet figured out how to best rebuild the aliases file when necessary.
-
-Tue, 10 Jul 2007 19:32:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding line/file info to parsing errors in ParsedFile
-
-Tue, 10 Jul 2007 19:30:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support in Property for declarating whether a given property type will match all @should values or just the first.
-
-Tue, 10 Jul 2007 19:26:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Always setting a to_s value in authstore, so we do not get dumped objects
-
-Tue, 10 Jul 2007 19:25:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Cleaning up a log message in the transaction
-
-Tue, 10 Jul 2007 19:25:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding benchmark info to fact retrieval in the config client
-
-Tue, 10 Jul 2007 15:31:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding patch by Valentin Vidic to add the "+>" syntax for adding values to parameters
-
-Tue, 10 Jul 2007 04:17:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #621 -- plugins are now downloaded directly into the $libdir, and autoload looks for them there. You can now easily download any reloadable file to your clients.
-
-Tue, 10 Jul 2007 04:00:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing some of the internals of autoloading so that there is a class-level method to query whether a given file has been loaded.
-
-Mon, 9 Jul 2007 23:15:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #710 -- you can now specify the rails_loglevel
-
-Mon, 9 Jul 2007 23:11:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a typo in a log message
-
-Mon, 9 Jul 2007 21:32:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing "element" to "resource" in the documentation, which just aligns with a terminology change we made almost a year ago.
-
-Mon, 9 Jul 2007 20:54:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the log message when a resource type cannot be found
-
-Mon, 9 Jul 2007 06:00:42 +0000
-(no author) <(no author)@980ebf18-57e1-0310-9a29-db15c13687c0>
-Ignore the pkg directory if it exists, and fix up a couple of tests that were erroring out, which also will help the confinement of package types a bit more.
-
-Mon, 9 Jul 2007 00:06:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #687.
-
-Sun, 8 Jul 2007 23:57:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by David Schmitt from #701.
-
-Sun, 8 Jul 2007 23:52:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The parser now throws an error when a resource reference is created for an unknown type. Also, resource references look up defined types and translate their type accordingly.
-
-Sun, 8 Jul 2007 23:02:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making sure that #686 is fixed -- I specifically included the Daemon module in the Puppet mongrel server, and I call daemonize on the Puppet class, rather than the Mongrel http server
-
-Sun, 8 Jul 2007 22:48:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so any timeouts will just throw an error and skip the run, rather than failing and killing the daemon. This is not the best approach, since really, each method should be wrapped, but it is sufficient.
-
-Sun, 8 Jul 2007 17:13:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying further tests to double-quoted hostnames by Valentin Vidic
-
-Sun, 8 Jul 2007 16:26:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by DavidS from #697 to allow host names to be double quoted
-
-Fri, 6 Jul 2007 22:22:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #596 -- classes in modules now autoload
-
-Fri, 6 Jul 2007 17:47:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the dpkg querying so that it works for packages that are in "config-files" state rather than just missing entirely. Also fixing logging so that the package version is visible, instead of a dumped object
-
-Fri, 6 Jul 2007 00:54:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing logging of module mounts; it was using the module as the name, rather than the module name
-
-Fri, 6 Jul 2007 00:09:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing extraneous debugging
-
-Thu, 5 Jul 2007 23:54:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #689, although I have not added unit tests. The problem was that a tag name was being removed, rather than the tag object itself.
-
-Thu, 5 Jul 2007 12:58:23 +0000
-mccune <mccune@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixed #680 puppet should handle internet enabled image files correctly.
-
-Wed, 4 Jul 2007 23:04:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by daikinee from #690. I was not able to reproduce the problems, but it did not seem to hurt anything, either.
-
-Wed, 4 Jul 2007 22:52:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #704 -- Puppet was not failing correctly when schedules were missing, I think
-
-Wed, 4 Jul 2007 22:25:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the long-obsolete Element base class. The Parameter and Type classes no longer have the same base class.
-
-Wed, 4 Jul 2007 21:06:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #620 - class names and node names now throw an error when they conflict
-
-Tue, 26 Jun 2007 22:16:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a reference to the LDAPNodes wiki page in the ldapnodes config item
-
-Mon, 25 Jun 2007 17:17:45 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix trac #684 - set exit code for status properly (patch by abnormaliti)
-
-Thu, 21 Jun 2007 21:32:32 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Create the right puppet.conf; make sure old config files get preserved and stay functional
-
-Thu, 21 Jun 2007 21:31:19 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix name of main section
-
-Thu, 21 Jun 2007 18:37:19 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rename puppet.conf to puppetd.conf
-
-Thu, 21 Jun 2007 17:40:27 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Get rid of using silly macros in %install
-
-Thu, 21 Jun 2007 17:39:34 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Use single config file
-
-Wed, 20 Jun 2007 00:16:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating reference docs
-
-Tue, 19 Jun 2007 23:52:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating trac location for laeg
-
-Tue, 19 Jun 2007 23:44:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating build files to support laeg
-
-Tue, 19 Jun 2007 23:12:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.23.0
-
-Tue, 19 Jun 2007 23:12:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.23.0
-
-Tue, 19 Jun 2007 23:12:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.23.0
-
-Tue, 19 Jun 2007 23:11:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the paths to match laeg, instead of culain.
-
-Tue, 19 Jun 2007 22:18:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modified the fileserver to cache file information, so that
-
-Tue, 19 Jun 2007 20:04:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-More updates to puppet-test
-
-Tue, 19 Jun 2007 15:43:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating puppet-test with clearer options around describe and retrieve
-
-Tue, 19 Jun 2007 01:58:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing extra debugging from the interpreter
-
-Tue, 19 Jun 2007 01:51:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating error message during test failure.
-
-Tue, 19 Jun 2007 01:49:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-More test fixes. I seem to be getting very close.
-
-Tue, 19 Jun 2007 00:27:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Refactoring puppet-test -- it now supports specifying a fork level (so you can get multiple tests running in parallel from one host), and tests are modeled explicitly, so it will be easier to add new tests.
-
-Mon, 18 Jun 2007 23:57:28 +0000
-mccune <mccune@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added documentation for pkgdmg provider in the provider desc accessor as per request in #641 It stil might not be crystal clear, but should be better than the one liner it replaces.
-
-Mon, 18 Jun 2007 21:56:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding tracing to prefetch failures, and Fixing the environment support in the cron type (#669).
-
-Mon, 18 Jun 2007 21:55:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The other half of fixing the versionable stuff -- removing "latest" as a requirement.
-
-Mon, 18 Jun 2007 21:26:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch in #572 by trombik
-
-Mon, 18 Jun 2007 21:18:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeable. I have now added back all of the "has_feature :versionable" lines.
-
-Mon, 18 Jun 2007 21:07:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding fink package provider.
-
-Mon, 18 Jun 2007 21:03:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some failing tests.
-
-Mon, 18 Jun 2007 20:10:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating the has_version work that Matt did -- the only thing he missed was that the :versionable feature depends on the :latest method, and when that is present we can safely assume that a package is versionable. Also, created the :latest method on the dpkg provider, as requested in #647.
-
-Mon, 18 Jun 2007 19:56:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by trombik to fix #628.
-
-Mon, 18 Jun 2007 19:53:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by trombik from #624.
-
-Mon, 18 Jun 2007 19:51:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying the CA server so that it will not send back a cert whose public key does not match the csr. We have been getting a lot of instances of this, so this should cut down that problem.
-
-Mon, 18 Jun 2007 19:33:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #578 -- Invalid certs are no longer written to disk.
-
-Mon, 18 Jun 2007 19:29:56 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte local modulepath, whereas 'puppetd' goes to the default server
-
-Mon, 18 Jun 2007 18:46:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing the appdmg provider to load the package provider base class, and trying to clean up the log-file opening in rails
-
-Mon, 18 Jun 2007 18:37:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding puppetrun as an executable in the gem, along with ralsh (#313).
-
-Mon, 18 Jun 2007 18:21:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for #641
-
-Mon, 18 Jun 2007 18:21:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding appdmg package provider from #641.
-
-Mon, 18 Jun 2007 18:13:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the output_file.close, as wyvern recommended
-
-Mon, 18 Jun 2007 18:09:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying the patch by wyvern from #662. This should hopefully kill the client hanging problems.
-
-Mon, 18 Jun 2007 16:26:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating rrdgraph documentation with a pointer to the new rrd package.
-
-Mon, 18 Jun 2007 15:35:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reverting the change I just made to the config handler; it was only there for testing.
-
-Mon, 18 Jun 2007 15:32:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding puppet-test, which is useful for performance testing
-
-Mon, 18 Jun 2007 06:42:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding patch by Ghislain from #670, with slight modifications.
-
-Mon, 18 Jun 2007 06:26:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #548, and making functions support other rvalues, too, including other functions.
-
-Sun, 17 Jun 2007 23:11:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #643 -- replacing the get_posix_field method with a more degenerate version that works even on broken systems
-
-Sun, 17 Jun 2007 21:41:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-All rails and language tests now pass again. All of the rails tests should now be in the rails/ directory, and I have modified resource translation so that it always converts single-member arrays to singe values, which means the rails collection does not need to worry about it.
-
-Sun, 17 Jun 2007 01:02:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #673, but I have not written a test case for it. I moved all rails-related unit tests into the rails/ dir, because they keep getting missed.
-
-Sun, 17 Jun 2007 00:06:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the yum provider, and fixing the unit tests so the failures people were experiencing will result in failed tests. This fixes #672.
-
-Fri, 15 Jun 2007 23:11:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving puppetd and puppetmasterd back to bin. Damn. Reverting the fix to #323.
-
-Fri, 15 Jun 2007 23:07:20 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Move ralsh and filebucket into /usr/bin
-
-Fri, 15 Jun 2007 23:01:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding ralsh and filebucket to the rpm and the rakefile, and changing the url in the rpm
-
-Fri, 15 Jun 2007 19:49:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying the check metaparam so that it just silently ignores metaparams and parameters, since they're uncheckable, and only tries to check properties
-
-Fri, 15 Jun 2007 19:30:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the type/title index for mysql
-
-Fri, 15 Jun 2007 15:37:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing erroneous debug message
-
-Fri, 15 Jun 2007 14:05:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to load ruby gems, in case needed libraries are installed that way, and fixing a warning in the provider
-
-Fri, 15 Jun 2007 02:40:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Significantly reworking both external_nodes and ldapnodes support (see changelog).
-
-Fri, 15 Jun 2007 00:43:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing error about non-puppet protos
-
-Thu, 14 Jun 2007 17:41:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Significantly optimizing the database queries -- I am getting about 40% better times now. See http://www.madstop.com/optimizing_the_activerecord_integration.html.
-
-Thu, 14 Jun 2007 14:23:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adjusting the rrd color stack as requested by thijs
-
-Thu, 14 Jun 2007 12:26:37 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated the CHANGELOG.
-
-Thu, 14 Jun 2007 06:23:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing (hopefully) the last two providers that had "resource.is" calls
-
-Thu, 14 Jun 2007 06:21:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing sun package provider
-
-Thu, 14 Jun 2007 06:11:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #644 -- the install.rb file works again
-
-Thu, 14 Jun 2007 06:07:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying metrics patch from #659 by thijs
-
-Thu, 14 Jun 2007 05:36:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a typo in the docs
-
-Thu, 14 Jun 2007 03:39:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A few small fixes here and there, and the rest of the zones commit
-
-Thu, 14 Jun 2007 03:39:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #655 -- Solaris zones are again fully functional, from what I can tell
-
-Thu, 14 Jun 2007 03:38:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding indexes for the rails tables
-
-Wed, 13 Jun 2007 23:03:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the indexes migration, since the indexes are now in the main db schema
-
-Wed, 13 Jun 2007 22:31:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Wed, 13 Jun 2007 20:19:38 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added to_s to the values to ensure the check versus the database will be
-
-Wed, 13 Jun 2007 20:01:34 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-documentation fix
-
-Wed, 13 Jun 2007 16:14:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing mongrel test so it does not try to load the mongrel server class on machines without mongrel
-
-Wed, 13 Jun 2007 15:51:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #666 by Rainhead and monachus
-
-Tue, 12 Jun 2007 20:06:51 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changed the host to "eager fetch" all the resources and their associated
-
-Tue, 12 Jun 2007 00:38:03 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added the teardown of the database back to the tests.
-
-Tue, 12 Jun 2007 00:35:27 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Revert unintentional change.
-
-Tue, 12 Jun 2007 00:31:16 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Major rework of the rails feature. Changed the relationship between
-
-Mon, 11 Jun 2007 22:49:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #550 -- I had to list pass and dump as optional fields.
-
-Mon, 11 Jun 2007 22:30:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #112 - mounts now default to 0 for dump and pass
-
-Mon, 11 Jun 2007 21:54:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #637 -- defined resources can now correctly be virtual or exported
-
-Mon, 11 Jun 2007 21:28:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing old line from the fix for #660 -- I had strangely just commented it out, rather than removing it
-
-Mon, 11 Jun 2007 21:13:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #660 by applying patch by freiheit. Looks like this is another problem with yaml on 1.8.1.
-
-Mon, 11 Jun 2007 20:48:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Oops; I forgot to add the base class for package providers. Also, cleaning up the package provider code a touch
-
-Mon, 11 Jun 2007 18:07:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a simple unit test for mongrel, and adding the ability to select the header used to store the client SSL dn.
-
-Mon, 11 Jun 2007 17:33:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing error when commands fail -- the error code is now printed, instead of the inspection of it
-
-Fri, 8 Jun 2007 18:49:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding (slightly modified) urpmi support from #592 by Devin
-
-Fri, 8 Jun 2007 17:20:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Finishing off the type/provider interface work, including adding package prefetch for all packages. The only not-done one is yum -- prefetch is set up for rpm, but not yum. We need to modify prefetching so that it also prefetches latest information, to avoid having to run yum so many times.
-
-Thu, 7 Jun 2007 16:17:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the "Server is not a class" problem with mongrel
-
-Tue, 5 Jun 2007 18:12:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patches from Valentin Vidic to fix open file discriptor and open port problems
-
-Tue, 5 Jun 2007 01:17:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the few test failures that resulted from the changes to provider listing
-
-Mon, 4 Jun 2007 20:37:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
- Significantly reworked the type => provider interface with respect to
-
-Mon, 4 Jun 2007 02:21:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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).
-
-Sun, 3 Jun 2007 19:36:02 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-this is a spurious commit to test the trac site
-
-Fri, 1 Jun 2007 22:15:32 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Change pi to list properties instead of states
-
-Fri, 1 Jun 2007 22:12:28 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add protect and priority properties; patch provided by Matt Hyclak
-
-Fri, 1 Jun 2007 22:05:56 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix trac #601: wrong location for client pidfile
-
-Thu, 31 May 2007 22:47:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #532 -- reparsing config files no longer throws an exception. The problem only occurred when reparsing a configuration file that was also being managed (which was common) and only whent the manifest was up to date (the combination was uncommon). Reparsing would find the existing file object and use it to check permissions and such, then it would remove all of the internal data in the object, for cleanup; the problem is, the client still had a reference to the object, so when it went to run its configuration, this broken reference was used.
-
-Thu, 31 May 2007 20:31:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing --show-available to --showall, as requisted by Jeremy Dreese on the list
-
-Wed, 30 May 2007 22:29:40 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switch the package type to use a :versionable feature, and convert all providers to use the feature. Hope it doesn't break anything.
-
-Wed, 30 May 2007 20:36:29 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add a grammatically correct 'has_feature' alias, and switch to using it where appropriate in existing code
-
-Wed, 30 May 2007 20:28:13 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Clean up a really hairy code construct in the useradd provider
-
-Wed, 30 May 2007 18:25:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing up2date name matching, as mentioned by Jeremy Dreese on the list
-
-Wed, 30 May 2007 14:24:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the resource title to be text instead of a string, because some title are > 255 chars
-
-Wed, 30 May 2007 10:09:22 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Mark all package providers that don't currently report themselves as being versionable as not supporting versioning; this way we get a more sensible error message when people try to specify a package version. See #647 for some discussion.
-
-Fri, 25 May 2007 22:24:49 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Correct a problem with the dpkg provider's handling of the :purged state, and expand the package type's understanding of what purged actually means. Fixes #644
-
-Fri, 25 May 2007 20:39:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a warning for when no properties are specified on services
-
-Fri, 25 May 2007 19:22:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a debug statement describing why restarts are skipped on services
-
-Fri, 25 May 2007 04:49:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing the method to check for hostdir writability in the rrdgraph report
-
-Fri, 25 May 2007 04:07:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the location of the classes.txt to the state dir
-
-Fri, 25 May 2007 02:10:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding more detail to the per-host reports dirs, since it was not setting mode or ownership.
-
-Fri, 25 May 2007 00:31:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding better error reporting on unmatched brackets -- you will now get notification of what was expected in most cases
-
-Thu, 24 May 2007 19:17:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating the exec docs to specify that the timeout is in seconds
-
-Sun, 20 May 2007 16:35:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need to be fixed
-
-Fri, 18 May 2007 23:45:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #501 -- there is now a splay option, disabled by default and when running under --test
-
-Fri, 18 May 2007 23:27:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the execute bit to install.rb and fixing #473 -- there was a /win/ regex that matched darwin but was just supposed to match windows
-
-Fri, 18 May 2007 17:51:49 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing a documentation bug
-
-Fri, 18 May 2007 03:34:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the notify type so that it always uses the loglevel for logging
-
-Thu, 17 May 2007 22:08:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #568
-
-Thu, 17 May 2007 21:51:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #566 -- definitions, tags, and classes can now be single characters
-
-Thu, 17 May 2007 21:43:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding #629 -- an undef keyword now exists
-
-Thu, 17 May 2007 20:57:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #507 (behaviour in cycles) by changing the topsort algorithm.
-
-Wed, 16 May 2007 16:46:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Using the method for retrieving the dipper class, in case it has not been loaded
-
-Wed, 16 May 2007 16:35:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making sure there is an editor set for ralsh
-
-Wed, 16 May 2007 00:00:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Redoing autoload a bit in preparation for adding a plugindir
-
-Tue, 15 May 2007 19:22:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A round of fixes so unit tests pass; most of the failures were from the merging of the transaction-refactor branch
-
-Tue, 15 May 2007 00:11:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #569 - I have added a dynamic facts option to choose which facts will be ignored.
-
-Mon, 14 May 2007 18:15:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the "is" related problems in yum and rpm support, but there are still some package providers that use the "is" method (grep for "\.is[^_a-zA-Z]" in the package providers), and the util/posix.rb module has a call to obj.is. I will fix those soon.
-
-Mon, 14 May 2007 18:12:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing obsolete parsedtype
-
-Mon, 14 May 2007 17:27:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Attempting to fix the fact that the yum package provider calls [] on the ensure property, and making the resulting error more readable
-
-Mon, 14 May 2007 16:04:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing some problems with the config timeout -- I am not sure it ever actually worked
-
-Mon, 14 May 2007 15:19:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a weird bug that occurred because I was changing @parentclass in the AST stuff the first time it was called, from a string to a the actual instance of the parent. This worked fine as long as the parentclass was only called when parsing was complete, such as during evaluation, but if anything resulted in it being called earlier (e.g., attempting to add to the class during parsing), then things behaved, um, badly. This commit fixes the method so that the variable is not modified; there is now @parentclass and @parentobj.
-
-Mon, 14 May 2007 15:15:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a path problem that resulted from the changes I made to internal variable names -- the pathbuilder method in file referred to @resource instead of @parent
-
-Sat, 12 May 2007 01:59:08 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Use @http in store, add filterhost
-
-Sat, 12 May 2007 01:40:47 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-First try at the REST config_store
-
-Sat, 12 May 2007 00:25:25 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Initial configuration storage abstraction layer stuff.
-
-Fri, 11 May 2007 15:11:21 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated the CHANGELOG with changes for retrieve and acts_as_taggable.
-
-Fri, 11 May 2007 15:07:08 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed acts_as_taggable from the rails stuff. I haven't removed the tables from the schema nor the indexes yet.
-
-Thu, 10 May 2007 22:10:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Not parsing old versions of puppet.conf -- otherwise, puppet parses the whole configuration.
-
-Thu, 10 May 2007 21:46:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the to_trans method and ralsh a bit so ralsh now works with the new lack of "is" method
-
-Thu, 10 May 2007 21:27:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-correcting some of the function reference docs
-
-Wed, 9 May 2007 23:08:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #605 -- providers now refer to @resource or @resource_type.
-
-Wed, 9 May 2007 22:05:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #607 -- parameters and properties now refer to a @resource rather than a @parent. The @parent parameter is still set for now, for backward compatibility.
-
-Wed, 9 May 2007 21:30:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #606 -- now only components mention @children.
-
-Wed, 9 May 2007 18:57:15 +0000
-mccune <mccune@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allow Darwin to remount rather than unmount / mount, as per puppet-users discussion "mount type and ensure => present on OS X" (Message-Id: <C44C8E86-DF31-4344-9B74-937325A03F5F@madstop.com>)
-
-Wed, 9 May 2007 16:21:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Getting rid of the last vestiges of the logger tests
-
-Wed, 9 May 2007 16:13:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The TODO file has never really meant anything, and it hasn't been modified in 2.5 years
-
-Wed, 9 May 2007 15:26:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding default provider info to the providers report
-
-Wed, 9 May 2007 14:43:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the ability to fail correctly in the fileserver -- a constant was not defined correctly for it
-
-Wed, 9 May 2007 12:34:47 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed FIXARB's from the pfile stuff. These have been resolved.
-
-Wed, 9 May 2007 12:33:22 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed FIXARB's from a file that will be going away.
-
-Wed, 9 May 2007 12:32:38 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed override of change_to_s since it is the same as the overridden method in EnsureProperty.
-
-Wed, 9 May 2007 12:32:17 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed override of change_to_s since it is the same as the overridden method in EnsureProperty.
-
-Wed, 9 May 2007 12:31:10 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed calls to is.
-
-Wed, 9 May 2007 12:30:03 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed the testing method: checknewinsync.
-
-Wed, 9 May 2007 01:51:20 +0000
-ballman <ballman@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging of refactor-transacton to the trunk. This work removes the :is attribute from properties and relies on the provider to cache or return the current value of the property.
-
-Tue, 8 May 2007 20:42:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hopefully final version of the providers reference
-
-Tue, 8 May 2007 19:29:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Intermediate commit of more reference work, including making provider suitable more introspectable. I am about to significantly change the output format of the providers reference, so i want to get this committed before that change.
-
-Tue, 8 May 2007 16:25:18 +0000
-josb <josb@980ebf18-57e1-0310-9a29-db15c13687c0>
-The result of .compact.join("\n") isn't assigned to anything. Fix.
-
-Tue, 8 May 2007 16:13:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing configprint so it fails correctly when an invalid parameter is provided, rather than throwing a stack trace
-
-Tue, 8 May 2007 04:38:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Sorting the network handlers in the network reference
-
-Mon, 7 May 2007 23:59:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a dynamic? option for references, so those are not stored in trac
-
-Mon, 7 May 2007 22:29:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Lots of work related to generating more reference. Moving all of the individual references out of puppetdoc and into an external "reference" class, which itself can autoload, so it is now easy to add new types of references. Also adding a network reference, along with an unfinished provider reference.
-
-Mon, 7 May 2007 22:25:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the obsolete logger network interface
-
-Mon, 7 May 2007 20:07:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-First run at moving references to lib/puppet instead of puppetdoc
-
-Mon, 7 May 2007 18:59:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a module to abstract using Autoload to load and manage instances
-
-Sun, 6 May 2007 05:51:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the time-cleaning in the rrdgraph report
-
-Sun, 6 May 2007 05:42:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #206 and #422. Executables will still look for the deprecated config files and load them using the old parse method, but they now prefer a single configuration file, and files can set parameters (owner, mode, group) in brackets on the same line.
-
-Fri, 4 May 2007 23:09:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Consolidating all of the configuration parameter declarations into configuration, at least partially just because then the docs for each parameter have to be a bit better. Also, I have gotten rid of the "puppet" section, replacing it with "main", and changed, added, or removed a couple of other sections. In general, we should now prefer more sections, rather than fewer.
-
-Fri, 4 May 2007 17:38:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Correcting function reference markup
-
-Fri, 4 May 2007 05:48:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch to puppetrun docs from JosB
-
-Fri, 4 May 2007 05:06:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding --summarize option to the changelog
-
-Fri, 4 May 2007 05:04:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a --summarize option, to get a transaction summary
-
-Thu, 3 May 2007 20:45:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #615 (subclasses with similar names) by getting rid of the class "type" and "fqname", and instead using "classname" everywhere. You should no longer see unqualified class/definition names anywhere. Also, rewriting how snippet tests work, to avoid creating all of the files, since the point was the parsing tests, not functional tests.
-
-Thu, 3 May 2007 05:24:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a fact handler, along with an abstract interface for fact stores and a simple yaml fact store, towards the Node Classification work.
-
-Thu, 3 May 2007 04:38:51 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so that the output that comes back is more easily parsed, without needing to understand all sorts of foreign languages
-
-Thu, 3 May 2007 01:00:26 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Update to latest shipped for Fedora/RHEL
-
-Thu, 3 May 2007 00:41:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing all the work that josb did, plus a couple of small changes
-
-Wed, 2 May 2007 18:15:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch to puppetd from Jos Backus
-
-Tue, 1 May 2007 22:44:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing class name for Handler in puppetd
-
-Tue, 1 May 2007 22:20:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding --serve back in as an option to puppetd, and failing when a handler is specified but missing
-
-Tue, 1 May 2007 04:00:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog with version number
-
-Tue, 1 May 2007 03:52:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.4
-
-Tue, 1 May 2007 03:52:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.4
-
-Tue, 1 May 2007 03:52:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.4
-
-Tue, 1 May 2007 03:45:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the remount stuff back to not repeating the mount options.
-
-Tue, 1 May 2007 03:14:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "supports_parameter?" method to test whether a given provider supports the features required by a given parameter. This is used during attribute instance creation, but its creation was necessicated by test code.
-
-Mon, 30 Apr 2007 21:08:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the fileserver naming tests after the change to allow "-" in fileserver module names.
-
-Mon, 30 Apr 2007 19:42:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #430 (I hope) -- execs now autorequire the specified user
-
-Mon, 30 Apr 2007 19:41:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switching the simpler features to a single file, so it is easier to add new features
-
-Mon, 30 Apr 2007 19:29:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing cron to correctly match blank lines, fixing #602
-
-Mon, 30 Apr 2007 19:21:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Working a little bit on rails failures, with no real progress
-
-Mon, 30 Apr 2007 18:15:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a bug in the tests introduced a while back when I switched to using "generate_report"
-
-Mon, 30 Apr 2007 17:30:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating the changelog for #594
-
-Mon, 30 Apr 2007 17:29:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #594 -- Files on the local machine but not remote machine now purge. Note that this introduces a difference in behaviour between recursing locally and recursing remotely.
-
-Mon, 30 Apr 2007 16:19:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding purge => true to downloading of facts and plugins, and removing some extraneous logging from the provider base class
-
-Mon, 30 Apr 2007 15:57:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allowing "-" in fileserver module names, #617
-
-Mon, 30 Apr 2007 15:43:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the resource handler to return the whole object, rather than just type and title
-
-Mon, 30 Apr 2007 15:38:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Not stripping domain info from the ldap node, as requested
-
-Mon, 30 Apr 2007 15:28:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switching the mount command to always add the mount options, so that the parsed provider can be used even in cases where /etc/fstab is ignored, like it is on OS X.
-
-Mon, 30 Apr 2007 15:19:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the tests for the aptrpm provider.
-
-Mon, 30 Apr 2007 14:40:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "rug" package provider from #609
-
-Sat, 28 Apr 2007 01:18:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-I managed to put those provider tests in the wrong file -- the file meant to test the resource type interactions with providers, rather than the provider file. Fixing that, and the failed test resulting from that silly mistake.
-
-Fri, 27 Apr 2007 23:25:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Okay, one last try -- the Util#binary command was not returning a path in all true cases, and the provider tests were poorly written and missed it.
-
-Fri, 27 Apr 2007 23:20:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Apparently I messed up providers a bit; binaries were not having their full paths returned, which made most providers suddenly unsuitable. This fixes that, and adds tests to verify behaviour.
-
-Fri, 27 Apr 2007 18:41:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Closing #585 -- providers can now have optional commands, which only differ from normal commands in that they do not affect a provider's suitability
-
-Thu, 26 Apr 2007 19:09:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #603 -- I had to add a special case for escaped carriage returns. I am not entirely sure this is the right solution, but so be it.
-
-Thu, 26 Apr 2007 18:58:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #574; puppetmasterd now exits with non-zero error code when there is a failure
-
-Thu, 26 Apr 2007 18:56:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding extra info to the "Parameter already set" error, as requested in #573
-
-Wed, 25 Apr 2007 21:44:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Possibly adding the ability to manage passwords on os x. I expect it does not work, since there is probably no way to set up an encrypted password, but at least it now creates a user that can not log in by default.
-
-Wed, 25 Apr 2007 20:59:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the ability to manage passwords with the useradd provider
-
-Wed, 25 Apr 2007 20:04:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the ability for parameters to declare that they require a given feature, and resources will not instantiate that parameter if required features are missing. This is mostly useful for properties.
-
-Tue, 24 Apr 2007 20:47:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a note to the references indicating that they are autogenerated.
-
-Tue, 24 Apr 2007 18:59:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Refactoring puppetdoc so it is a bit cleaner and is actually object-oriented. PDF output still fails miserably (there has to be some kind of markup problem, but I have no idea what), but other output now successfully varies on the pages.
-
-Tue, 24 Apr 2007 06:39:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Last modifications to rst conversion before bedtime
-
-Tue, 24 Apr 2007 06:20:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-All conversions to RST are done, but I did not quite succeed at making puppetdoc able to generate a single PDF with all of the references in them.
-
-Tue, 24 Apr 2007 02:41:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Mostly done with the conversion to restructured text, but there are still some tweaks to perform on the typedocs output.
-
-Mon, 23 Apr 2007 18:01:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile providers can have records just define a bunch of methods at once, rather than using lots of hooks. This is cleaner when custom parse and generate methods are used.
-
-Mon, 23 Apr 2007 06:16:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Translating all of the docs except the type docs to RST
-
-Mon, 23 Apr 2007 03:30:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the naming restrictions on cron names
-
-Fri, 20 Apr 2007 16:40:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #588 - the parser correctly ignores directories in globbing now
-
-Fri, 20 Apr 2007 16:29:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #587 -- just defaulting to root when there is no USER set in the environment.
-
-Fri, 20 Apr 2007 15:59:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #591 -- puppetd now correctly restarts itself when it receives a HUP
-
-Fri, 20 Apr 2007 15:59:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the stubs for nodevar; I did not mean to commit them
-
-Fri, 20 Apr 2007 14:33:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding note about the class variables in the change log
-
-Fri, 20 Apr 2007 02:22:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Enhancing the docs a bit for the apple package provider.
-
-Thu, 19 Apr 2007 19:54:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the commit
-
-Thu, 19 Apr 2007 19:54:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support for aptrpm from #227 as added by Ian Burrell
-
-Thu, 19 Apr 2007 19:48:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding patch by apowers from #545.
-
-Thu, 19 Apr 2007 19:47:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding init script by apowerrs from #546.
-
-Thu, 19 Apr 2007 19:12:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing fileserver doc links
-
-Thu, 19 Apr 2007 18:34:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the functionality requested in http://mail.madstop.com/pipermail/puppet-users/2007-April/002398.html .
-
-Wed, 18 Apr 2007 21:15:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Only caching the configuration when it has been successfully turned into Puppet objects
-
-Tue, 17 Apr 2007 18:54:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a --version argument to puppetca
-
-Fri, 6 Apr 2007 15:49:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the test package for debian
-
-Wed, 4 Apr 2007 21:35:00 +0000
-mccune <mccune@980ebf18-57e1-0310-9a29-db15c13687c0>
-Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to execute
-
-Tue, 3 Apr 2007 15:51:18 +0000
-mccune <mccune@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix for #565: Final merge of changes from source:branches/execute-refactor into source:trunk
-
-Sat, 31 Mar 2007 06:35:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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*
-
-Fri, 30 Mar 2007 23:45:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Fri, 30 Mar 2007 23:17:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Fri, 30 Mar 2007 15:48:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating the docs for the sourceselect parameter
-
-Fri, 30 Mar 2007 00:47:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Renaming some methods so that we can generate a report on a transaction and then retrieve it later
-
-Fri, 30 Mar 2007 00:46:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #567. I overrode the propertychanges method to only return changes if the file exists or if the file has a property that could create the file.
-
-Thu, 29 Mar 2007 18:22:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Enhancing the report docs a bit
-
-Wed, 28 Mar 2007 06:58:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding last bits to the change log for 0.22.3
-
-Wed, 28 Mar 2007 06:39:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.3
-
-Wed, 28 Mar 2007 06:39:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.3
-
-Wed, 28 Mar 2007 06:39:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.3
-
-Wed, 28 Mar 2007 06:27:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing puppetdoc with the recent changes to the networking code
-
-Wed, 28 Mar 2007 06:06:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a bug I apparently introduced in the testing that would have made user management not work with netinfo. In the process, I am enabling validation on the nameservice subclasses.
-
-Wed, 28 Mar 2007 05:45:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the documentation to match reality, as reported in #548.
-
-Tue, 27 Mar 2007 22:16:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to fix the problem that occurs when noop somehow manages to be nil when downloading files
-
-Tue, 27 Mar 2007 18:06:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing gems to automatically include dependencies
-
-Mon, 26 Mar 2007 17:19:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog and adding filebucket to the exluded file list in the Rakefile
-
-Mon, 26 Mar 2007 17:19:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog and adding filebucket to the exluded file list in the Rakefile
-
-Sat, 24 Mar 2007 22:07:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #562; I had to fix how the client class was loaded
-
-Sat, 24 Mar 2007 21:33:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by Ian Burrell from #559
-
-Sat, 24 Mar 2007 21:24:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Refactoring some of the rails code. The speed is now pretty good, but the tagging stuff does not seem to be working and is certainly working very ineffficiently. Blake says he is going to take a look at that.
-
-Sat, 24 Mar 2007 21:17:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Renaming pbucket to filebucket
-
-Sat, 24 Mar 2007 21:16:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Finalizing the filebucket client, with test code.
-
-Sat, 24 Mar 2007 19:57:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding filebucket client app
-
-Thu, 22 Mar 2007 22:22:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the "readcert" method after getting the signed cert; the method got refactored, and essentially renamed in the process
-
-Thu, 22 Mar 2007 15:40:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving the authconfig setting to configuration.rb instead of network/authconfig.rb, as mentioned by Koen Vereeken
-
-Thu, 22 Mar 2007 04:56:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rails is now significantly faster. I refactored all of the queries; they are mostly reduced to three queries, each of which is relatively fast, although there are still a ton of file- and tag-related queries that I cannot find the source of. Note that this speedup requires indexes, which will only get added if you start puppetmasterd with --dbmigrate (although you cannot always start with that, as there is an error in the init code). I expect that the indexes will not help unless you forcibly reindex your database, but after that you should see significant speed improvements.
-
-Wed, 21 Mar 2007 22:12:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a migration to create indexes
-
-Wed, 21 Mar 2007 20:45:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #553; -M is no longer added when home directories are managed
-
-Wed, 21 Mar 2007 20:39:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the same bug as the Metric stuff, but for logs this time.
-
-Wed, 21 Mar 2007 18:32:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the Metric class old clients can still refer to the Puppet::Metric class.
-
-Wed, 21 Mar 2007 01:40:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a small bug in testing whether instance methods are already defined.
-
-Mon, 19 Mar 2007 23:09:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.2
-
-Mon, 19 Mar 2007 23:09:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.2
-
-Mon, 19 Mar 2007 23:04:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hopefully the last batch of commits before I release 0.22.2. Mostly just get tests to pass.
-
-Mon, 19 Mar 2007 22:34:28 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Remove no-lockdir patch. Clean changelog
-
-Mon, 19 Mar 2007 22:31:23 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Change puppet's homedir to /var/lib/puppet
-
-Mon, 19 Mar 2007 22:18:35 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't clobber an explicitly given waitforcert
-
-Mon, 19 Mar 2007 22:13:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reverting changeset [2243]; this apparently causes chkconfig not to work
-
-Mon, 19 Mar 2007 21:37:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Absolutely guaranteeing that the provider is always created before anything else. Previously, it could get created later if it were using a default.
-
-Mon, 19 Mar 2007 21:29:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #432 - you can now manage home dirs with users. You cannot yet purge home directories, because there is still controversy over how that should be done. Also, allowdupe is now handled like a feature, which is, um, better.
-
-Mon, 19 Mar 2007 20:24:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "has_feature" method, so a provider can just declare that it has a given feature
-
-Mon, 19 Mar 2007 19:39:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Finally fixing #504, I think; I even have tests to prove it. It was a little thing, in the end.
-
-Mon, 19 Mar 2007 19:19:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-cleaning up an error message a bit
-
-Mon, 19 Mar 2007 19:16:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Clarifying the errors a bit when nodes come from external sources.
-
-Mon, 19 Mar 2007 18:42:14 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Apply patch from Ian Burrel (trac #479)
-
-Mon, 19 Mar 2007 18:40:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the "ralsh" executable (formerly known as x2puppet).
-
-Mon, 19 Mar 2007 17:43:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating the config generation stuff a bit, mostly just cleanup, but also changing the servername fact to be the fqdn of the server.
-
-Mon, 19 Mar 2007 17:43:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the config cache location to the state dir
-
-Mon, 19 Mar 2007 17:42:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding context to the warning message about unknown escapes
-
-Mon, 19 Mar 2007 17:42:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing execution to reopen stdin to /dev/null
-
-Mon, 19 Mar 2007 17:42:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing notify to default to its message being its name
-
-Mon, 19 Mar 2007 16:42:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another round of bug-fixes, prompted by test logs from David Schmitt
-
-Mon, 19 Mar 2007 13:56:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the spelling of David Schmitt's name and giving credit to Chris McEniry in the changelog.
-
-Mon, 19 Mar 2007 08:30:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a provider feature table to the provider feature docs
-
-Mon, 19 Mar 2007 08:15:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding provider features. Woot!
-
-Mon, 19 Mar 2007 06:42:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Following Russ Allbery's advice and using the Candidate field in the apt-cache output. Apparently I'm blind.
-
-Mon, 19 Mar 2007 05:22:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for #487
-
-Mon, 19 Mar 2007 05:21:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, because it clearly shows which version will be installed. This is basically impossible to test well, so I just added a test that verifies we always get a value back, although I cannot really test that it is the "right" value. Also, I modified the logging of packages so if there is a latest version, you will get the new version number, along with the old, in the log.
-
-Mon, 19 Mar 2007 04:43:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Taking another crack at #504 -- I was using Pidlock incorrectly. I should have been using "locked?" but was using "lock".
-
-Mon, 19 Mar 2007 04:40:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A slight fix for #507. This should at least provide better information if this problem crops up, although I cannot reproduce it.
-
-Mon, 19 Mar 2007 04:23:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the "found a bug" message to something a bit more informative.
-
-Mon, 19 Mar 2007 04:18:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #447 - filebuckets now use deeply nested paths
-
-Mon, 19 Mar 2007 03:34:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Oops. Fixing the other tests to now past the facts to "fresh?", as required by the fact checking.
-
-Mon, 19 Mar 2007 01:44:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the fact caching so that facts are only downloaded and retrieved once, rather than once during fresh checking and once during config compile.
-
-Mon, 19 Mar 2007 01:42:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #519. The facts are now cached in the state file and changes to them force a recompile.
-
-Mon, 19 Mar 2007 01:19:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #544 -- there is now an --ignoreimport option for commit hooks.
-
-Mon, 19 Mar 2007 00:46:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding #539. Definitions can now have titles, and both $title and $name are guaranteed to be set within any definition.
-
-Sun, 18 Mar 2007 23:47:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding test to make sure ensure does not conflict with any of the creating types.
-
-Sun, 18 Mar 2007 23:39:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding #541. There is now a "generate" function.
-
-Sun, 18 Mar 2007 23:08:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #538. There is now a simple file() function to read in file contents.
-
-Sun, 18 Mar 2007 22:54:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Looks like I already accidentally committed the switch from using system() to exec(). I am hoping this will fix the many problems people are having with processes hanging around (e.g., #509). This change just removes the attempts at closing TCPServer instances, which should now be fixed from using exec instead of system.
-
-Sun, 18 Mar 2007 22:48:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The first round of fixes for failing tests.
-
-Sun, 18 Mar 2007 19:25:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-More work on #542 -- services in noop now produce noop events so that they can themselves trigger further changes
-
-Sun, 18 Mar 2007 19:11:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing bogus log message in file parsing
-
-Sun, 18 Mar 2007 19:02:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the cycle checks from the splice! method in pgraph, which *considerably* speeds up splicing of very large graphs.
-
-Sun, 18 Mar 2007 19:01:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Getting rid of a warning in the rpm provider
-
-Sun, 18 Mar 2007 18:18:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding example cron tab from #492 and making the read/write tests ignore whitespace. This cron now parses successfully, as I thought it would with the move to providers.
-
-Sun, 18 Mar 2007 18:00:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #529 -- specified targets keep their values. The problem was that I was using model[:target] instead of model.should(:target) and model.is(:target). The real problem was that my tests were using a parameter for tests but all of the real code uses properties.
-
-Sun, 18 Mar 2007 17:08:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #533 -- puppetd now exits in onetime mode.
-
-Sun, 18 Mar 2007 16:56:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #491 -- the client correctly realizes when the cache file is missing and only considers the config to be in sync if that is not the case.
-
-Sun, 18 Mar 2007 16:39:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to clean up the error message from #490. It looks like the problem is just a failure in one of the types, and it has nothing to do with the state file.
-
-Sat, 17 Mar 2007 23:16:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #542. Transactions now cause services to warn when they would have gotten restarted by a noop resource. Also fixing #549 -- transactions now only refuse to delete required resources if they are being purged. All other resources can be deleted just fine.
-
-Sat, 17 Mar 2007 23:11:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #540. I modified Puppet::Network::Client::Master so that it disables noop during its run, so that facts and plugins will always be downloaded.
-
-Sat, 17 Mar 2007 02:50:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing cron support (I hope). It now uses providers, and seems to work, at least on my os x box.
-
-Sat, 17 Mar 2007 02:48:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding spec libs, so we can use them some day
-
-Wed, 14 Mar 2007 17:52:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Clarifying that the ruby RRD support is provided by a binary library
-
-Wed, 14 Mar 2007 17:49:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Significantly reworking the internals of the fileparsing code. It now
-
-Fri, 9 Mar 2007 01:40:35 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't blow up when PUPPETLIB isn't set
-
-Fri, 9 Mar 2007 00:52:47 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Search manifests first within modules, and if no module is found, search in
-
-Fri, 9 Mar 2007 00:49:35 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Introduces a new implicit 'modules' fileserver module, whose allow/deny can
-
-Fri, 9 Mar 2007 00:48:28 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-The template function now tries to first find a template within a module
-
-Fri, 9 Mar 2007 00:47:27 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-The basic plumbing for modules: a modulepath config parameter, and a new
-
-Thu, 8 Mar 2007 21:18:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support for a prefetch hook on individual providers, rather than only supporting it for the whole class.
-
-Thu, 8 Mar 2007 19:07:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a few of the log messages so file content changes always include the md5 sum
-
-Thu, 8 Mar 2007 17:35:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a bit more testing to the config stuff
-
-Thu, 8 Mar 2007 17:07:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Thu, 8 Mar 2007 16:53:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the config path to use Puppet[:name] rather than Puppet.name
-
-Thu, 8 Mar 2007 07:37:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Oops, forgot a file in the commit
-
-Thu, 8 Mar 2007 07:36:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a bug related to link recursion that caused link directories
-
-Thu, 8 Mar 2007 07:09:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Thu, 8 Mar 2007 06:03:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Thu, 8 Mar 2007 01:47:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Putting the final touches on #144, most of which I had provided in the mongrel work.
-
-Thu, 8 Mar 2007 01:23:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #489. I was unnecessarily converting to octal in config.rb
-
-Thu, 8 Mar 2007 00:50:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some changelog info for the next release, which is still a ways away, probably.
-
-Thu, 8 Mar 2007 00:21:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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].
-
-Thu, 8 Mar 2007 00:16:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #531 and #414. This includes pretty much a complete redesign
-
-Wed, 7 Mar 2007 22:20:51 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix typo in default config and add simple test to check default config sanity
-
-Wed, 7 Mar 2007 01:16:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Turning a failure into an error when, for some reason, pfiles do not have paths set.
-
-Tue, 6 Mar 2007 19:03:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging the webserver_portability branch from version 2182 to version 2258.
-
-Fri, 2 Mar 2007 01:48:23 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Sync with latest Fedora specfile
-
-Fri, 2 Mar 2007 01:38:21 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't include bin/pi in distributed tarball (and hence fix trac #471)
-
-Thu, 1 Mar 2007 17:41:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Apparently the include function was not failing when it could not find asked-for classes. Now it does.
-
-Thu, 1 Mar 2007 00:07:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allowing trailing commas in selectors
-
-Wed, 28 Feb 2007 17:03:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing patch by Dennis Jacobfeuerborn to only use the domain name if it is set.
-
-Wed, 28 Feb 2007 16:58:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "ignorecache" option to always force a recompile of the configuration
-
-Wed, 28 Feb 2007 07:20:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #464 and #515.
-
-Wed, 28 Feb 2007 06:52:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch in #528 by ask.
-
-Wed, 28 Feb 2007 06:46:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #467. It is a hackish solution, because I just reordered the definition of the params, but it works for now, anyway.
-
-Wed, 28 Feb 2007 05:32:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing at least part of #514. This does not get rid of all errors, but at least it fixes the spurious warning
-
-Wed, 28 Feb 2007 05:32:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a problem with the splice! method on the graphing. The problem was another issue with hash ordering, where it would usually work but sometimes start failing. The solution was to splice the containers in topological-sort order.
-
-Wed, 28 Feb 2007 01:21:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying a modified form of the patch by cstorey from #523. The modifications were mostly around the fact that Strscan does not set $1 and its ilk.
-
-Wed, 28 Feb 2007 00:14:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #526. Implemented as a period of "never", rather than adding a new parameter.
-
-Wed, 28 Feb 2007 00:07:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #477. setvar() can now accept the file and line info from callers.
-
-Tue, 27 Feb 2007 23:57:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #199 and moving service tests (which are completely atrocious) around.
-
-Tue, 27 Feb 2007 23:18:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by cstorey from #521
-
-Tue, 27 Feb 2007 23:17:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making the package provider tests able to be executed separately, and using "clear" instead of resetting @objects in the types.
-
-Tue, 27 Feb 2007 23:16:54 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the default for RHEL >= 5. Fixes trac #478
-
-Tue, 27 Feb 2007 22:14:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #142. As expected, trivial.
-
-Tue, 27 Feb 2007 21:31:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by DavidS from #522, along with test code and a small bit of code cleanup.
-
-Tue, 27 Feb 2007 20:34:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Redoing some aspects of the graphing in hopes of helping hte performance a bit.
-
-Tue, 27 Feb 2007 17:36:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing file backup defaults to correctly use the puppet filebucket by default.
-
-Tue, 27 Feb 2007 17:11:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the log messages for source and content properties to mention the md5 sum of the new content
-
-Tue, 27 Feb 2007 16:30:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-More code related to #517. Oops.
-
-Tue, 27 Feb 2007 16:30:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #517 and more. Classes now support more than one namespace in their search path, parent classes automatically have their namespaces added to subclass namespaces, and (huzzah) there is a "search" function that can be used to add new namespaces into their search path.
-
-Tue, 27 Feb 2007 16:11:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #524. Functions, both statements and rvalues, now support no arguments as long as you use parens.
-
-Mon, 26 Feb 2007 01:17:48 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Actually commit the changes to lib/puppet that were supposed to be part of [2223] (Fuck svn and it's partial-repository-by-default behaviour)
-
-Fri, 23 Feb 2007 08:18:10 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Partially complete #241. Add a 'purged' value for Package.ensure, and add a handler for all of the Debian providers. Also wrote sensible test cases, and so we've now got Mocha running around in our source tree.
-
-Fri, 23 Feb 2007 00:31:17 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix #516, 'Cached manifests get unescaped twice'
-
-Thu, 22 Feb 2007 23:11:59 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Print stacktrace in debug mode when catchign a signal - useful for understanding client hangs
-
-Thu, 22 Feb 2007 12:10:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Thu, 22 Feb 2007 12:02:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #505, #508, and #513.
-
-Wed, 21 Feb 2007 17:14:26 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allow 'key=' to be the only thing on a line (livna uses this)
-
-Wed, 21 Feb 2007 00:06:25 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-I believe this fixes the issues in ticket #469
-
-Tue, 20 Feb 2007 00:35:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #495.
-
-Sun, 18 Feb 2007 20:09:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing extraneous debugging
-
-Sun, 18 Feb 2007 05:58:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a problem in collecting exported resources. Virtual resources worked fine, but exported resources resulted in an essentially infinite loop.
-
-Sat, 17 Feb 2007 19:34:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the default dbadapter back to sqlite3
-
-Sat, 17 Feb 2007 19:19:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #510 by curzonj. Note that the right solution to this problem is to use the ruby API, but it does not appear to be stable yet.
-
-Sat, 17 Feb 2007 02:07:32 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Re-add the files
-
-Sat, 17 Feb 2007 02:06:46 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Undo the param_name param_value merge
-
-Sat, 17 Feb 2007 02:05:55 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Renamed Puppet.name to Puppet.execname so rails 1.2 doesn't freak out
-
-Sat, 17 Feb 2007 01:57:50 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Undo the param_names param_values changes
-
-Sat, 17 Feb 2007 01:52:59 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Undo the params & facts stuff
-
-Fri, 16 Feb 2007 23:26:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing date to datetime in the database
-
-Fri, 16 Feb 2007 23:25:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to fix problem of locks lying around
-
-Fri, 16 Feb 2007 23:25:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding hook to update timestamp when a report is run
-
-Fri, 16 Feb 2007 23:14:51 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.
-
-Fri, 16 Feb 2007 23:06:50 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Update relationships
-
-Fri, 16 Feb 2007 06:06:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Thu, 15 Feb 2007 22:36:38 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-This works for me. Probably not the most universal fix.
-
-Thu, 15 Feb 2007 22:32:30 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Apparently using "gem" requires an environment we don't have.
-
-Thu, 15 Feb 2007 20:26:40 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merge fact_names & fact_values, and param_names & param_values.
-
-Thu, 15 Feb 2007 19:08:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing features to use the new feature location
-
-Thu, 15 Feb 2007 17:10:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #502 by Jose
-
-Tue, 13 Feb 2007 15:20:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #497 by Jose Gonzalez
-
-Mon, 12 Feb 2007 18:55:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by Jeff McCune from #496
-
-Sun, 11 Feb 2007 23:55:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #474 by David Schmitt.
-
-Sun, 11 Feb 2007 23:52:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #482.
-
-Sun, 11 Feb 2007 23:51:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #493.
-
-Sun, 11 Feb 2007 23:50:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying doc patch from #494.
-
-Thu, 8 Feb 2007 05:11:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #484. Moving unit tests at the same time.
-
-Thu, 8 Feb 2007 02:22:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Okay, last file moves for the night. The test code has been moved to match the lib directory, and I have moved a couple of things into network/ instead of network/server, since they did not belong as much.
-
-Thu, 8 Feb 2007 01:39:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving all of the client and server code into a single network/ directory. In other words, more code structure cleanup.
-
-Wed, 7 Feb 2007 23:56:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving some of the stand-alone classes into the util/ subdirectory, to clean up the top-level namespace a bit. This is a lot of file modifications, but most of them just change class names and file paths.
-
-Wed, 7 Feb 2007 18:20:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a libdir setting for puppet, so you can store your modifications to puppet in a separate directory. This probably will still be somewhat limited because it will always depend somewhat on load order. For instance, if you add a new provider, it might not be available when you expect, since providers are all loaded as soon as a type is loaded, which might happen before the libdir is set. It should always work fine if you do not override it, but if you do override it, things might behave a bit strange.
-
-Wed, 7 Feb 2007 17:48:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a parameter to allow you to override how an exec refreshes itself.
-
-Wed, 7 Feb 2007 17:29:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing exec so that the checks apply to whether an exec is refreshed.
-
-Wed, 7 Feb 2007 17:29:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Disabling the netinfo mount provider
-
-Wed, 7 Feb 2007 17:21:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reorganizing some of the tests.
-
-Wed, 7 Feb 2007 06:47:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging the state-rename branch. This includes the diff from version 2156 to 2168. All states should now be properties, with backward compatibility for the types that restricted themselves to the methods.
-
-Tue, 6 Feb 2007 20:30:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing the cookbook link fix
-
-Tue, 6 Feb 2007 17:09:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the default value for :ensure on mounts.
-
-Tue, 6 Feb 2007 06:13:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing the cookbook link
-
-Thu, 1 Feb 2007 19:24:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing exec so it actually works when path is specified as an array
-
-Thu, 1 Feb 2007 16:18:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.1
-
-Thu, 1 Feb 2007 16:18:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.1
-
-Thu, 1 Feb 2007 16:18:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.1
-
-Thu, 1 Feb 2007 16:15:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #470, I think. I basically just threw away the validation and let suidmanager do it all when running commands.
-
-Thu, 1 Feb 2007 05:57:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The resolve functionality in "test" is almost working...
-
-Thu, 1 Feb 2007 05:43:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding note about removing mounts netinfo provider
-
-Thu, 1 Feb 2007 05:13:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Oops, that last commit seems to have broken the rakefile. Works again.
-
-Thu, 1 Feb 2007 05:03:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to get the functionality I had in previous tests. Mostly I want
-
-Thu, 1 Feb 2007 01:29:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing executable tests to take new rundir into account
-
-Thu, 1 Feb 2007 01:20:20 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Filenames for test must _end_ with '.rb'
-
-Thu, 1 Feb 2007 01:19:52 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix to make running tests work in ruby 1.8.5
-
-Thu, 1 Feb 2007 00:58:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing selector tests to get rid of a lame hash ordering bug in the tests.
-
-Thu, 1 Feb 2007 00:57:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing rails test to take into account the fact that resources now do not always return arrays
-
-Thu, 1 Feb 2007 00:56:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing autogen so it passes on non-Darwin systems.
-
-Thu, 1 Feb 2007 00:34:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a purging bug introduced by [2138]. I had to move the purge check to the recurse method, rather than the localrecurse method, because the purge check needs to happen after sourcerecurse.
-
-Thu, 1 Feb 2007 00:12:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Deleting the file even if a source is specified, as mentioned by Robert Nickel.
-
-Wed, 31 Jan 2007 19:38:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Renaming "pelement" to "resource". The old name is a holdover from before we had settled on "resource" as a term.
-
-Wed, 31 Jan 2007 19:37:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing Files to work with the Resource server. Basically I just remove the "target" value if it is a nullop, so that it does not cause a conflict with "contents" on the far side.
-
-Wed, 31 Jan 2007 18:19:12 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding explicit umasks to these tests.
-
-Wed, 31 Jan 2007 16:51:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing rundir so that it is only set to be in /var if the process is named puppetd or puppetmasterd. Otherwise the unit tests set it to /var/run/puppet, which has the chance to cause hangs.
-
-Wed, 31 Jan 2007 16:50:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing all remnants of the old symlink type
-
-Wed, 31 Jan 2007 06:48:31 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Revert 2125, and instead change the way the 'latest' version is selected from the sorted list of versions
-
-Tue, 30 Jan 2007 19:32:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.22.1, although I am not quite ready to commit yet.
-
-Tue, 30 Jan 2007 19:18:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Puppet can now read files on stdin. This means you can put "#!/usr/bin/env puppet" in the first line of a puppet manifest and then execute the manifest normally. Yay!
-
-Tue, 30 Jan 2007 19:07:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Providing a partial fix for #428. Resources can now be deleted as long as all of their dependencies are also being deleted. This, combined with the fix to #433, means that you can now explicitly specify the order of deletion, and everything will work as long as all required objects are being removed, too.
-
-Tue, 30 Jan 2007 18:43:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Partially fixing #460, take 3 -- fully-qualified classes can now be included.
-
-Tue, 30 Jan 2007 18:39:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Partially fixing #460, take 2 -- fully-qualified definitions can now be used.
-
-Tue, 30 Jan 2007 18:18:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Partially fixing #460 -- fully-qualified class names can be used as parent classes.
-
-Tue, 30 Jan 2007 17:57:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #462. The package sort order was always resulting in the lowest-version package being first, rather than highest, so I inverted the sort order.
-
-Tue, 30 Jan 2007 17:44:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch in #465.
-
-Tue, 30 Jan 2007 17:41:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing #427. Facts now timeout, both in loading and downloading
-
-Tue, 30 Jan 2007 08:17:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-splitting the tagmail report into multiple methods and adding test code
-
-Tue, 30 Jan 2007 06:46:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Not creating the listening server at all if --onetime is enabled.
-
-Tue, 30 Jan 2007 06:34:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #440, albeit with a slightly hackish fix.
-
-Tue, 30 Jan 2007 05:27:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving code from external sources into an external/ directory
-
-Tue, 30 Jan 2007 01:21:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving the switch that disables the certificate authority into the main library, so they can be disabled in the configuration file.
-
-Tue, 30 Jan 2007 01:12:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #433. I basically just added checks to all the places where I add edges, to make sure automatic relationships lose out to explicit ones.
-
-Mon, 29 Jan 2007 22:52:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the warning message related to namespaceauth.conf
-
-Mon, 29 Jan 2007 22:49:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a problem that occurs when puppetd starts with an up-to-date configuration -- the default schedules and filebucket were not being created.
-
-Mon, 29 Jan 2007 19:35:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #463. I redid all the autogen stuff so it can handle autogenerating string values for stupid os x.
-
-Mon, 29 Jan 2007 18:32:46 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-pointing documentation to the wiki now
-
-Mon, 29 Jan 2007 18:16:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #438.
-
-Mon, 29 Jan 2007 17:30:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #444. I was losing the list of sources when creating new children.
-
-Mon, 29 Jan 2007 00:53:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A couple small bug-fixes
-
-Mon, 29 Jan 2007 00:47:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Doing more work on #113. Mostly, just making sure remounts do not happen spuriously very often. They will still have extra remounts when changing the value of "ensure", but that is not currently avoidable (similar to #199).
-
-Mon, 29 Jan 2007 00:07:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing info around newtype options
-
-Sun, 28 Jan 2007 23:40:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #113. I added support in the transaction for self-refreshing, which just creates a special trigger for resources that have self-refreshing enabled. Logging is a bit different for them, so it is clear why they are refreshing. I still need to verify the remount methods work in the providers.
-
-Sun, 28 Jan 2007 22:54:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "self_refresh" option, so resources can refresh themselves if they have changed in the current transaction.
-
-Sun, 28 Jan 2007 20:43:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #454.
-
-Sun, 28 Jan 2007 20:22:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #441.
-
-Sun, 28 Jan 2007 19:39:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #431. Collection was always returning an array, even when only a single value was passed.
-
-Sun, 28 Jan 2007 02:08:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing how transactions check whether a resource is being deleted. This is a small step towards fixing #428.
-
-Sat, 27 Jan 2007 22:53:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #455. A simple fix, fortunately.
-
-Sat, 27 Jan 2007 20:30:21 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-hoo
-
-Sat, 27 Jan 2007 20:13:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating reference docs
-
-Fri, 26 Jan 2007 22:36:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing documentation references to refer to the wiki
-
-Fri, 26 Jan 2007 22:15:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #442. You can now do: defined(File[...]) to see if a resource is defined.
-
-Fri, 26 Jan 2007 21:58:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #434.
-
-Fri, 26 Jan 2007 21:54:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #423. Configurations now default to timing out after 30 seconds (tunable with configtimeout). This only happens for remote configurations, not local configs compiled using puppet.
-
-Fri, 26 Jan 2007 21:45:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #418. The problem was that multiple objects might include Daemon, which means that Daemon#shutdown can be called multiple times.
-
-Fri, 26 Jan 2007 21:45:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Using Time instead of Time.to_i for compile time, because some versions of ruby have trouble converting Bignum to yaml
-
-Fri, 26 Jan 2007 21:19:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding client name to processing line
-
-Fri, 26 Jan 2007 20:48:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #445. Nodes can now inherit from default.
-
-Fri, 26 Jan 2007 20:37:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing selector error message
-
-Fri, 26 Jan 2007 20:02:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-reworking the selector case-insensitivity test
-
-Fri, 26 Jan 2007 00:38:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing an extraneous debug message, and fixing the case where the server compile fails in --test mode -- it resulted in an extra warning message.
-
-Thu, 25 Jan 2007 21:53:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #457, as submitted by Jeff McCune.
-
-Wed, 24 Jan 2007 22:57:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making yum the default packager for centos
-
-Tue, 23 Jan 2007 20:33:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Wrapping the resource generation methods in begin/rescue blocks so that failures cannot kill the transaction.
-
-Tue, 23 Jan 2007 20:13:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing error-catching in resources.rb
-
-Tue, 23 Jan 2007 16:01:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.22, which fixes #429.
-
-Tue, 23 Jan 2007 15:32:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #415. Configuration parsing now removes trailing whitespace.
-
-Tue, 23 Jan 2007 15:28:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #424. The configuration compile time is now cached in the yaml cache file.
-
-Tue, 23 Jan 2007 15:26:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing rundir so that it does not throw an error when not running as root
-
-Tue, 23 Jan 2007 13:49:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #437. Transactions now check whether graphs are cyclic, with a somewhat-useful error message if they are.
-
-Tue, 23 Jan 2007 05:22:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #436. Also finally renamed pfile/uid.rb to match the state name.
-
-Tue, 23 Jan 2007 05:11:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #421 by changing the rundir to /var/puppet/run.
-
-Tue, 23 Jan 2007 04:01:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #416. There is now an option (downcasefacts) that determines whether facts are downcased by the client.
-
-Mon, 22 Jan 2007 19:44:36 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Make rpm operations much faster by suppressing unneeded verification
-
-Mon, 22 Jan 2007 15:29:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating docs with new location for reference info
-
-Thu, 18 Jan 2007 22:50:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving the reference docs to the top level
-
-Thu, 18 Jan 2007 22:06:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updates
-
-Mon, 15 Jan 2007 23:07:52 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Use a specific ActiveRecord subclass to check for the proper existence of AR in the Rails feature test, so that we don't kill everything if the machine has Rails installed, but it's an old version that doesn't support polymorphic associations
-
-Fri, 12 Jan 2007 01:02:48 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Make the version string optional in the dpkg-query output parsing regex (Fixes: #425)
-
-Thu, 11 Jan 2007 02:12:20 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Clear existing yumrepo instances befoer listing - assumes list should only return "is" instances
-
-Wed, 10 Jan 2007 03:25:25 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Enclose values in single, not double quotes; otherwise if values have $ in them, the manifest will be incorrect
-
-Wed, 10 Jan 2007 03:24:05 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allow listing of yumrepos
-
-Wed, 10 Jan 2007 03:23:34 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Sync with latest in Fedora repo
-
-Sat, 6 Jan 2007 01:18:17 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Minor cleanup, leave cursor at beginning of indented line, not its end
-
-Sat, 6 Jan 2007 01:07:23 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add indentation written by Mario Martelli
-
-Fri, 5 Jan 2007 22:39:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating docs for 0.22.0
-
-Fri, 5 Jan 2007 22:26:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.0
-
-Fri, 5 Jan 2007 22:26:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.0
-
-Fri, 5 Jan 2007 22:26:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.22.0
-
-Fri, 5 Jan 2007 22:25:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Last round of fixes before the next release
-
-Fri, 5 Jan 2007 21:55:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing puppet test task for older ruby versions
-
-Fri, 5 Jan 2007 21:49:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing rake test so it works with the new puppet loader
-
-Fri, 5 Jan 2007 20:20:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding #408.
-
-Fri, 5 Jan 2007 18:26:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Messing around a bit with how tests work
-
-Fri, 5 Jan 2007 17:15:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a bit more comments to the :template function
-
-Fri, 5 Jan 2007 17:09:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a few testing bugs that have crept in, and fixing a self-reference problem when configuring, graphing, and setting graphdir manually.
-
-Fri, 5 Jan 2007 05:12:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #411.
-
-Fri, 5 Jan 2007 04:54:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Further work on #407. I forgot to actually connect it to the interpreter internals.
-
-Fri, 5 Jan 2007 04:44:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #407. You can use external_node to specify a command to retrieve your node information.
-
-Fri, 5 Jan 2007 00:09:36 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't rely on the type to store the actual NVR of the package; breaks in the provider tests since they call the provider slightly differntly
-
-Thu, 4 Jan 2007 23:51:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a timeout to execs. This is not really a sufficient solution, since it needs to be added throughout the system, but this is a good start. The default timeout is 5 minutes.
-
-Thu, 4 Jan 2007 22:45:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Using Puppet.settraps in puppet executable, instead of old ad-hoc code.
-
-Thu, 4 Jan 2007 22:40:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by mccune from #409.
-
-Thu, 4 Jan 2007 21:33:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Regressing to always creating files/directories as root, rather than trying to do it as the right user.
-
-Thu, 4 Jan 2007 21:24:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Throwing warnings instead of exceptions when dpkg-query produces info we cannot understand
-
-Thu, 4 Jan 2007 21:05:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing module_puppet to use the usage? feature.
-
-Thu, 4 Jan 2007 20:59:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Re-enabling the dirchmod test and fixing its syntax
-
-Thu, 4 Jan 2007 20:43:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to fix #364. Somewhat used the patch provided by nslm.
-
-Thu, 4 Jan 2007 20:31:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing filebuckets so that only the client bucket is created on clients
-
-Thu, 4 Jan 2007 20:09:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing tests so they now include descriptions with all config options, which is now required.
-
-Thu, 4 Jan 2007 19:47:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Creating two filebuckets by default, one for the client and one for the server
-
-Thu, 4 Jan 2007 19:47:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #403.
-
-Thu, 4 Jan 2007 06:54:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-#398 is already fixed, but this will fix things so it cannot happen again
-
-Thu, 4 Jan 2007 06:44:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #391. Keeping track of times of compile and freshness checks.
-
-Thu, 4 Jan 2007 06:29:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Setting up specific allowed types for sshkey
-
-Thu, 4 Jan 2007 02:21:27 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Handle continuation lines in inifiles properly; stick a little closer to how python's ConfigParser parses
-
-Thu, 4 Jan 2007 01:01:31 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Explicitly require puppet/filetype; otherwise, tests for this module fail
-
-Wed, 3 Jan 2007 23:22:29 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Simple script to produce type info
-
-Wed, 3 Jan 2007 19:51:21 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix yum update breakage - query should not change the name the user gave us; instead, the fully versioned pacakge name is now stored in the instance parameter
-
-Wed, 3 Jan 2007 19:47:51 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Tone down the debug spewage from yum
-
-Wed, 3 Jan 2007 19:45:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding extra connection statements and enabling concurrency support in rails, hopefully fixing #399.
-
-Wed, 3 Jan 2007 19:43:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #394. LoadedFile was not checking to see if files went missing.
-
-Wed, 3 Jan 2007 19:42:33 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-The package name must match at the beginning of a line; otherwise we might get fooled by other yum spewage
-
-Wed, 3 Jan 2007 19:09:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Not saving tags right away. This seems to cause postgres to explode.
-
-Wed, 3 Jan 2007 18:44:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a check to the rakefile to throw a warning if the test task is missing
-
-Wed, 3 Jan 2007 17:32:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #401. Transactions were trying to trigger every resource, even those that did not respond to the specified callback.
-
-Wed, 3 Jan 2007 00:47:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Not setting the graphdir to the puppet user, since it is only used by puppetd
-
-Wed, 3 Jan 2007 00:44:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Using text for parameter values, instead of string, so the fields support larger amounts of text
-
-Tue, 2 Jan 2007 22:24:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding postgres as a dbadapter option
-
-Tue, 2 Jan 2007 21:31:41 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix trac #354, and some other oddities around installing multiple versions of the same package.
-
-Tue, 2 Jan 2007 20:23:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing "sourcematch" to "sourceselect"
-
-Tue, 2 Jan 2007 07:35:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding sourcematch parameter to file.
-
-Tue, 2 Jan 2007 06:58:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the error thrown when a dependency cannot be retrieved, WRT to #395.
-
-Tue, 2 Jan 2007 06:54:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #396. Using the provider command instead of a direct exec, which automatically captures stderr.
-
-Mon, 1 Jan 2007 23:20:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying the "Resource#set" method to simplifying adding new parameters
-
-Mon, 1 Jan 2007 23:11:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A couple of small fixes to pass existing tests.
-
-Mon, 1 Jan 2007 21:33:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some failing tests on fedora.
-
-Mon, 1 Jan 2007 21:32:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Enabling debugging except when running under rake.
-
-Mon, 1 Jan 2007 21:08:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing graphing tests, and correctly only using storeconfigs in tests where rails is available
-
-Mon, 1 Jan 2007 00:08:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #369. I was not flushing changes to disk when ensure was out of sync. This is going to become a common problem, and should probably be addressed by the framework rather than by individual types, but for now, it works.
-
-Sun, 31 Dec 2006 22:10:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #390. You can now add --graph to produce dot files, and you can then produce pngs or whatever from those.
-
-Sun, 31 Dec 2006 06:27:24 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Use Puppet::Util.sync instead of MonitorMixin to ensure that only one thread runs the executor at once
-
-Sun, 31 Dec 2006 06:26:23 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix a syntax error in lib/puppet/daemon.rb (That'll teach me to not run the test suite before committing)
-
-Sun, 31 Dec 2006 06:25:13 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Create rundir in a test that needs it
-
-Sun, 31 Dec 2006 05:57:23 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switch puppet/daemon.rb to use Pidlock
-
-Sun, 31 Dec 2006 05:45:53 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switch the run-lock to use Pidlock instead of the ad-hoc code
-
-Sun, 31 Dec 2006 04:31:53 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Make Pidlock#lock return true if we currently hold the lock
-
-Sun, 31 Dec 2006 04:07:48 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add a Puppet::Util::Pidlock class, for use by locks and PID files
-
-Sun, 31 Dec 2006 02:58:55 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-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
-
-Sat, 30 Dec 2006 23:31:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch by rainhead from #392.
-
-Fri, 29 Dec 2006 22:01:03 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add updated_at for all tables
-
-Fri, 29 Dec 2006 19:38:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing debugging
-
-Fri, 29 Dec 2006 18:15:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hopefully fixing tagging problem
-
-Fri, 29 Dec 2006 18:08:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Still trying to track down the tagging problem
-
-Fri, 29 Dec 2006 18:05:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a bit better error reporting when tags are bad
-
-Fri, 29 Dec 2006 18:03:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-exiting sleeper after no more than two minutes
-
-Fri, 29 Dec 2006 17:45:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving the tagging stuff to an "external" directory, instead of "lib".
-
-Fri, 29 Dec 2006 17:28:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding carriage returns to output of puppetrun
-
-Fri, 29 Dec 2006 17:27:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to clean up how rails is loaded
-
-Fri, 29 Dec 2006 17:27:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Supporting arrays for the backup parameter
-
-Fri, 29 Dec 2006 17:19:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Features now load dynamically using method_missing, so that undefined features never throw errors.
-
-Fri, 29 Dec 2006 05:03:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a bit more testing to mounts, and pulling a bit of the transaction into a separate method to shorten the apply() method.
-
-Fri, 29 Dec 2006 04:53:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Finally writing unit tests for Transaction#trigger, and drastically simplifying the method in the process.
-
-Fri, 29 Dec 2006 04:20:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-*whew* Okay, simplified the splice method a bit, and I am actually somewhat confident that the stronger testing is correct. I have had a lot of problems with tests usually passing but sometimes failing, mostly because of ordering problems related to multiple edges.
-
-Fri, 29 Dec 2006 04:15:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Did a short-cut on the graphing, since we currently only support one type of subscription. This solution still will not scale to all that many edges, but it works, although it will fail if we need to support different types of subcriptions.
-
-Fri, 29 Dec 2006 00:05:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A couple of small bug fixes
-
-Fri, 29 Dec 2006 00:01:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Some tweaks to graph splicing, although I do not think it will be enough to handle some of the edge cases.
-
-Thu, 28 Dec 2006 19:14:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Looks like providers work again on Solaris.
-
-Thu, 28 Dec 2006 08:06:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-I have not yet finished testing, but most of the providers now successfully pass arrays to execute() instead of strings, which means that the vast majority of execution problems are now gone. I will finish testing tomorrow, hopefully, and will also hopefully be able to verify that the execution-related bugs are fixed.
-
-Thu, 28 Dec 2006 07:20:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #387, hopefully.
-
-Thu, 28 Dec 2006 06:49:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #388. Paths now look a lot cleaner.
-
-Thu, 28 Dec 2006 00:08:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A couple of small bug-fixes
-
-Wed, 27 Dec 2006 19:53:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #353. It was as simple as exiting with a different error code depending on the results of the call.
-
-Wed, 27 Dec 2006 19:42:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #386.
-
-Wed, 27 Dec 2006 19:37:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switching files to use a filebucket named "puppet" by default. Also, set up MasterClient to create that default filebucket.
-
-Wed, 27 Dec 2006 18:20:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #365. I am not sure what the problem was in previous versions, because the new graphing stuff changed the solution to this problem, but it all works now.
-
-Wed, 27 Dec 2006 17:18:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Closing #362. Case-insensitivity is handled by downcasing all host names.
-
-Wed, 27 Dec 2006 07:02:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hopefully fixing #355. I could not actually reproduce the specific problem, but I found a couple of issues around the problem and they are all gone now.
-
-Sat, 23 Dec 2006 17:06:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #348. Overrides now support an extra end-comma.
-
-Sat, 23 Dec 2006 06:30:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Loading the rails lib early on, so that the rails configuration parameters are accepted on the CLI, as noted in #357.
-
-Sat, 23 Dec 2006 06:26:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #343. Collections and definition evaluation both now happen on every iterative evaluation, with collections being evaluated first. This way collections can find resources that either are inside defined types or are the types themselves.
-
-Sat, 23 Dec 2006 05:19:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #349. Doing some hackery so defined types can now (again) be used as dependencies.
-
-Sat, 23 Dec 2006 05:05:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #66. The "defined" function previously checked for definitions and types, but since types and classes can't have the same name anyway, the function now works for classes.
-
-Sat, 23 Dec 2006 04:49:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Not downcasing facts any longer, closing #210 (although not using the patch from mpalmer, since I had not noticed the patch was there). Also, making all nodes, classes, and definitions case insensitive, closing #344. Finally, I added case insensitivity to the language in general, which should preserve backwards compatibility and probably makes the most sense in the long run anyway.
-
-Fri, 22 Dec 2006 01:28:01 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allow execution of bare strings as long as there's no attempt to change uid/gid
-
-Thu, 21 Dec 2006 18:09:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing test to work with new style of graphing.
-
-Thu, 21 Dec 2006 02:47:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-*whew* Fixing the vast majority of the graph-related performance problems. I found a simple solution to handling events produced by generated resources, and that basically fixed all of the performance problems. Transaction tests still fail, but I wanted to get the fix in now so I do not forget it.
-
-Wed, 20 Dec 2006 19:41:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #380. The problem was that a method was sometimes returning :absent when I expected it to return nil when the group was not found. All fixed, yay.
-
-Wed, 20 Dec 2006 19:12:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some defaults to users, mostly for darwin because it is kinda stupid when it comes to this info
-
-Wed, 20 Dec 2006 18:57:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding test for the fix to #361
-
-Wed, 20 Dec 2006 18:53:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #361, I think. It appears to be a problem with missing a setting for realname.
-
-Tue, 19 Dec 2006 22:47:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #384, by jgonzalez
-
-Tue, 19 Dec 2006 22:46:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #385. Puppetca correctly exits with non-zero exit code if there are no certs to sign.
-
-Tue, 19 Dec 2006 22:42:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, but it is much better. There is still plenty of bug-fixing to do on other platforms, I expect.
-
-Tue, 19 Dec 2006 22:04:09 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Re-add support for tags and file/lines
-
-Tue, 19 Dec 2006 05:47:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding :replace aliases, as requested in #366.
-
-Tue, 19 Dec 2006 04:57:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-All rails *and* language tests now pass, with the exception of a language/resource test that passes by itself but fails when run as part of the whole suite. Also, I added deletion where appropriate, so that unspecified resources, parameters, and facts are now deleted, as one would expect.
-
-Tue, 19 Dec 2006 02:08:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing most of the rails stuff. I think everything basically works now, and now I am just going through and making sure things get deleted when they are supposed (i.e., you remove a resource and it gets deleted from the host's config).
-
-Mon, 18 Dec 2006 20:49:08 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix up a problem with initialising an sqlite3 data store, presumably only with older versions of Rails
-
-Mon, 18 Dec 2006 19:23:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding daily snapshot tasks, altho they only work at my site
-
-Sun, 17 Dec 2006 22:19:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Some more graph optimizations; I think I am now close enough that I am basically just going to spend a bit more time making sure the modeling is right in the transactions, and then walk away for now.
-
-Sun, 17 Dec 2006 00:08:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a simpler and *much* faster tree_from_vertex method, and using it instead of the default one
-
-Sun, 17 Dec 2006 00:06:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Requiring puppet/rails in the interpreter before Rails.init
-
-Sun, 17 Dec 2006 00:05:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Getting rid of the db init stdout and reindenting
-
-Sat, 16 Dec 2006 23:59:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Simplifying the splitpath method a bit, altho it is still strangely slow
-
-Sat, 16 Dec 2006 23:59:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Simplifying the the Puppet::Type[] method
-
-Sat, 16 Dec 2006 23:58:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Redoing the benchmarking a little bit
-
-Fri, 15 Dec 2006 21:10:22 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Go back to restype and remove STI classes, they were more trouble than they were worth.
-
-Fri, 15 Dec 2006 21:01:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying rails test
-
-Fri, 15 Dec 2006 18:05:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Fri, 15 Dec 2006 17:39:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding unit test for #364. It passes on OS X.
-
-Fri, 15 Dec 2006 01:44:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Fri, 15 Dec 2006 00:33:30 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-I like to checkin one-liners a lot. I'm cool.
-
-Fri, 15 Dec 2006 00:30:48 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't use find_or_create_by_title since titles aren't unique.
-
-Fri, 15 Dec 2006 00:17:16 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Remove old files, don't require pp anymore
-
-Fri, 15 Dec 2006 00:14:42 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-These are the same versions from changeset 1837
-
-Fri, 15 Dec 2006 00:11:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Some rails modifications
-
-Fri, 15 Dec 2006 00:07:19 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't dump out debugging stuff.
-
-Fri, 15 Dec 2006 00:06:00 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't symbolize the param names
-
-Fri, 15 Dec 2006 00:05:34 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rename some stuff I missed when it was reverted
-
-Thu, 14 Dec 2006 23:35:50 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-acts_as_taggable plugin
-
-Thu, 14 Dec 2006 23:24:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving the mount provider tests into a subdir, and fixing the basedir calculation in tests so it does not matter where the test is called from
-
-Thu, 14 Dec 2006 23:20:26 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-New rails stuff redux.
-
-Thu, 14 Dec 2006 23:13:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Small changes to the test rakefile. This rakefile still is not completely satisfactory, as I cannot use it to load all libs but only run on test method, which is often important when trying to track down a bug that only occurs when multiple files are loaded.
-
-Thu, 14 Dec 2006 22:56:33 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix service.list, in particular for the redhat provider
-
-Thu, 14 Dec 2006 22:50:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing painfully difficult to find bug in defining exported resources
-
-Thu, 14 Dec 2006 19:53:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reworking the package tests. Now providers are tested individually
-
-Thu, 14 Dec 2006 03:34:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rewriting the test rakefile so test directories can be more than one directory deep. This will be particularly useful for providers.
-
-Wed, 13 Dec 2006 21:34:32 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix up the filelist for gems, so that all of lib/puppet gets put into the gem, not just the top-level .rb files
-
-Wed, 13 Dec 2006 17:59:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another round of bug fixing. Now everything passes except mounts, at least on OS X.
-
-Wed, 13 Dec 2006 16:40:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the next round of bugs, mostly little things but I had to modify transactions so they are willing to delete implicit resources even if they have dependencies, else we would often not be able to purge files at all.
-
-Wed, 13 Dec 2006 02:31:15 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Never default to rpm provider; use up2date on RedHat. This also works on RHEL5, which does not have up2date, the provider properly fails over to using yum
-
-Wed, 13 Dec 2006 00:47:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-You can now use the "resources" type to purge resources. I still need to modify transactions so they do not purge resources that have relationships. Also, apparently the noop metaparam was never actually working; now it is, and there is a test for it.
-
-Tue, 12 Dec 2006 23:47:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a note about facter to the faq
-
-Tue, 12 Dec 2006 22:19:36 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Change the filelist slightly so that the externally-included lib/rake doesn't end up in the gem
-
-Tue, 12 Dec 2006 21:33:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a metatype to manage resources of a specified type. For now, this metatype just supports purging unmanaged resources. Also, fixed a few tests here and there
-
-Tue, 12 Dec 2006 20:11:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Working some on the export/collect problem. It actually works now, but there are not yet sufficient tests for it, so I will leave the bug open until we have got the new work in place. I also added a "rails" feature, so I do not have to keep testing whether ActiveRecord is defined.
-
-Tue, 12 Dec 2006 17:31:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a short note on variable interpolation
-
-Tue, 12 Dec 2006 17:08:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a bit of clarity about file locations
-
-Tue, 12 Dec 2006 05:56:15 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add a task to build Debian packages more-or-less 'directly' out of SVN.
-
-Mon, 11 Dec 2006 23:33:35 +0000
-mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add external Rake task file as an svn:external, and modify the Rakefile to add lib to the load path
-
-Mon, 11 Dec 2006 23:32:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-All tests should now pass, with the possible exception of some tests that might fail when all tests are run in one process.
-
-Mon, 11 Dec 2006 20:44:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Almost all tests now pass. I have basically reached the point where I was before I integrated graphing, except that all of the relationship handling is now inside the transaction, and any kind of recursion (including file) is *tons* easier to model and manage.
-
-Mon, 11 Dec 2006 18:16:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Most tests now pass in the whole system, but there are still about 8 cases that do not work. I am working on those now.
-
-Sun, 10 Dec 2006 18:41:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the explicit load for most types in type.rb
-
-Sun, 10 Dec 2006 00:46:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the reference to the symlink type
-
-Sun, 10 Dec 2006 00:45:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Most of the graph handling is now done, and all of the recursive types (basically just file, tidy, and component) now correctly use the generation mechanisms in the transactions, instead of sticking them in their @children array. Now I just need to go through the rest of the tests and make sure everything passes.
-
-Sun, 10 Dec 2006 00:43:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the symlink type finally.
-
-Sat, 9 Dec 2006 16:40:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another intermediate commit. Most of the graphing work itself is now done, but I am in the middle of converting files to use the graphs and at the same time am writing some actually decent tests for the file recursion stuff.
-
-Wed, 6 Dec 2006 20:41:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding note about --no-client
-
-Fri, 1 Dec 2006 17:54:43 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix bug in example code: all resources now must have names
-
-Fri, 1 Dec 2006 04:11:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Most of the graphing work is now done. I have also added the generator work in transactions, but I need to migrate files to using it. Until that migration is done, files will not work correctly for many cases.
-
-Fri, 1 Dec 2006 00:21:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing link to fsconfig reference
-
-Sun, 26 Nov 2006 09:55:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Intermediate commit -- I am ready to start pushing the graph stuff into the types and transactions, which will break everything for a little while.
-
-Tue, 21 Nov 2006 02:08:46 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Make spec file work for Fedora < 5 and RHEL < 5
-
-Fri, 17 Nov 2006 20:15:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding GRATR and the beginnings of graph integration.
-
-Fri, 17 Nov 2006 16:03:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing typo
-
-Fri, 17 Nov 2006 04:58:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #342. Classes needed to have their namespaces set to their fully qualified names, so that contained code and definitions looked for definitions starting with that fq name.
-
-Fri, 17 Nov 2006 04:56:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing mount tests after fixing the backward compatibility
-
-Thu, 16 Nov 2006 21:47:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing backwards compatibility in mounts -- they were not correctly copying the path over to the name
-
-Thu, 16 Nov 2006 21:45:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #347 (I hope). Doing a provisional require of rubygems.
-
-Thu, 16 Nov 2006 21:37:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #346 -- on some scripts I accidentally used "feature" instead of "features"
-
-Wed, 15 Nov 2006 01:26:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing configuration storage -- there was a check being done that caused false values to get converted to nil values, which failed in the database
-
-Tue, 14 Nov 2006 17:11:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating syntax matcher to highlight dollar signs in prototypes
-
-Mon, 13 Nov 2006 16:59:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.20.1
-
-Mon, 13 Nov 2006 16:59:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.20.1
-
-Mon, 13 Nov 2006 16:59:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.20.1
-
-Mon, 13 Nov 2006 16:58:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.20.1
-
-Mon, 13 Nov 2006 09:46:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another small fix, just for solaris
-
-Mon, 13 Nov 2006 08:50:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another testing fix
-
-Mon, 13 Nov 2006 08:48:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing more tests
-
-Mon, 13 Nov 2006 08:40:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixes to the test system, and a couple of small fixes to the main code. Also, disabled the "port" type, because I cannot seem to model it correctly.
-
-Mon, 13 Nov 2006 07:55:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a small syntax error in the port provider
-
-Mon, 13 Nov 2006 07:49:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Temporarily reverting all of the recent rails work so that I can release 0.20.1
-
-Mon, 13 Nov 2006 07:24:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding svn keyword to notify type and reindenting
-
-Mon, 13 Nov 2006 06:42:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the caveat so that the log message is always provided during a run.
-
-Mon, 13 Nov 2006 06:27:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #339 for real this time -- fixing the log message
-
-Mon, 13 Nov 2006 06:11:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #339, and the bigger problem it concealed. Metaparams are now only added to resources that do not explicitly set them.
-
-Mon, 13 Nov 2006 05:32:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #335
-
-Mon, 13 Nov 2006 05:21:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing some debugging, and trying to track down a bug where symlinks get recreated for now reason
-
-Mon, 13 Nov 2006 05:13:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Ported sshkey over, yay.
-
-Mon, 13 Nov 2006 04:20:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a NetInfo provider for hosts. Yay!
-
-Mon, 13 Nov 2006 03:28:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hosts now work again, and it should be straightforward to create a netinfo provider, too.
-
-Mon, 13 Nov 2006 02:07:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Ports are still broken, but I need to work on something else while I am thinking about how to fix them. Stupid /etc/services.
-
-Sun, 12 Nov 2006 22:17:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a comment to namespaceauth.conf
-
-Sun, 12 Nov 2006 22:16:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding up-to-date example configs
-
-Sun, 12 Nov 2006 21:25:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to get a netinfo provider for mounts working, but i give up. I am leaving it in place but marked as highly experimental.
-
-Sun, 12 Nov 2006 04:12:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Mounts work again, at least with the parsedfile provider. I still need to create a netinfo provider, but it should be short and easy. And, painfully, I still need to port the other six or so subclasses to this new provider.
-
-Sat, 11 Nov 2006 22:11:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Doing some refactoring in how state values are set. The primary motivation was to provide the ability for the "newvalue" method to specify whether the provider should still be called, and if so, in what order (e.g., before or after).
-
-Sat, 11 Nov 2006 19:07:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the state class so that blocks are optional for values. This is useful for cases where you want to specify values for validation but you want a method called on the provider instead.
-
-Sat, 11 Nov 2006 07:40:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-An intermediate commit. All of the classes that use parsedfile are assuredly broken, since I have basically completely rewritten it. These classes have been a thorn in my side almost since I created them, yet they have been significantly less functional that I wanted. So, I decided to do the rewrite I have been putting off, just to spend all of the maintenance time now so I do not spend 3 days on them every release.
-
-Fri, 10 Nov 2006 23:52:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding module for parsing files. This module is only included into the parsedfile provider base class, but it is cleaner to have it broken out like this.
-
-Fri, 10 Nov 2006 20:06:49 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix silly regexp mistake where lines with values containing '=' were parsed improperly.
-
-Fri, 10 Nov 2006 17:51:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some warnings
-
-Fri, 10 Nov 2006 06:01:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Mostly small changes toward 0.20.1
-
-Thu, 9 Nov 2006 22:50:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #324. Mkusers was not specifically ignoring the root user, and it is now.
-
-Thu, 9 Nov 2006 22:33:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating docs with correct links for the doc restructuring, as mentioned in #322.
-
-Thu, 9 Nov 2006 22:12:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #326 -- parseonly now just creates a simple Master without opening a port
-
-Thu, 9 Nov 2006 22:02:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing #327; debian packages now correctly register their "latest" status
-
-Thu, 9 Nov 2006 21:43:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a simple report that just duplicates client logs onto the server
-
-Thu, 9 Nov 2006 21:25:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Slightly more doc updates
-
-Thu, 9 Nov 2006 21:24:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-More doc updates -- I moved the doc headers into separate files, rather than having them in the code
-
-Thu, 9 Nov 2006 21:06:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Small fixes here and there. The rails changes needs to be pushed through the collection code, so I am committing so Blake can take a look at that.
-
-Thu, 9 Nov 2006 20:47:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating docs
-
-Thu, 9 Nov 2006 20:32:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Refactoring the doc generator a big
-
-Thu, 9 Nov 2006 20:29:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating documentation
-
-Thu, 9 Nov 2006 19:00:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing rrdgraph report (as marked in #334); also, expanding the docs on all of the existing reports.
-
-Thu, 9 Nov 2006 18:59:16 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-The new rails files.
-
-Thu, 9 Nov 2006 18:57:01 +0000
-shadoi <shadoi@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rails stuff part 1
-
-Wed, 8 Nov 2006 20:51:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some sticky problems with checksums when just using the "check" metaparam.
-
-Wed, 8 Nov 2006 05:22:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging the code over from the oscar branch. I will now be doing all development in the trunk again, except for larger changes, which will still get their own branch. This is a merge of the changes from revision 1826 to revision 1834.
-
-Mon, 23 Oct 2006 23:41:39 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Syncing up with FE repo specfile (only mandatory changelog entries)
-
-Mon, 23 Oct 2006 16:24:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making some documentation changes
-
-Fri, 20 Oct 2006 22:25:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some Class.to_s handling
-
-Fri, 20 Oct 2006 19:58:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Mostly rewrote intro doc
-
-Wed, 18 Oct 2006 20:07:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.20.0
-
-Wed, 18 Oct 2006 20:07:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.20.0
-
-Wed, 18 Oct 2006 20:07:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.20.0
-
-Wed, 18 Oct 2006 20:06:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.20
-
-Wed, 18 Oct 2006 19:54:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another round of bugfixing, including finding out that the tagmail report was leaving zombie processes lying around
-
-Wed, 18 Oct 2006 19:23:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A round of bug-fixing on OS X
-
-Wed, 18 Oct 2006 19:16:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Doing some work on the DSL. It behaves a little more like the real language now, although overrides use the same syntax as normal resources, and there is no facility for specifying defaults
-
-Wed, 18 Oct 2006 18:15:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another round of bug-fixes in preparation for 0.20.0
-
-Wed, 18 Oct 2006 14:40:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #318.
-
-Wed, 18 Oct 2006 14:39:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #319.
-
-Wed, 18 Oct 2006 06:01:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the realize() function to be just syntactic sugar for a collection -- it literally creates a collector object now. The benefit of this is that it is late-binding, so file order does not affect whether a resource is available.
-
-Wed, 18 Oct 2006 05:28:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding docs for virtual resources
-
-Wed, 18 Oct 2006 04:45:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "realize" function that can be used to make one or more resource non-virtual. It is just syntactic sugar for a collection by title.
-
-Wed, 18 Oct 2006 04:03:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hacking cron so that it works even though I have changed ParsedType. The whole stupid thing needs to be rewritten from scratch, but this is the best i can do for 0.20.
-
-Wed, 18 Oct 2006 03:43:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding prefetch of providers to transactions. Nothing is using it yet. I wrote it for cron jobs, but it is too much work to fix this for cron jobs right now.
-
-Wed, 18 Oct 2006 00:22:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing virtual object collection. I apparently broke it when I added rails collection back, and I never created any end-to-end tests.
-
-Tue, 17 Oct 2006 23:07:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing doc generation for objects w/out their own docs
-
-Tue, 17 Oct 2006 22:45:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a bug that only occurred if a defined resource was already defined in memory.
-
-Tue, 17 Oct 2006 21:53:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-sshkey now uses a provider
-
-Tue, 17 Oct 2006 21:38:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Ported mount over to using providers
-
-Tue, 17 Oct 2006 19:47:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing ports to now use a provider
-
-Tue, 17 Oct 2006 19:41:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Working on migrating the parsedtypes to using providers for the parsing aspects. This just converts the hosts; I will convert the others next. This is all work from the sync-retrieve-refactor branch, modified to work with trunk.
-
-Tue, 17 Oct 2006 15:14:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing puppetmodule to use env to find ruby
-
-Tue, 17 Oct 2006 15:12:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-First batch of fixes from running tests.
-
-Tue, 17 Oct 2006 06:09:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing sbindir path, thus fixing #302.
-
-Tue, 17 Oct 2006 06:03:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Tue, 17 Oct 2006 03:06:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rewriting nearly all of the tests for the tidy type, and redoing the internals of the testing.
-
-Mon, 16 Oct 2006 22:01:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the test scripts so that the library path
-
-Mon, 16 Oct 2006 19:12:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing gennode; it was not actually adding the class code to the generated node.
-
-Mon, 16 Oct 2006 18:26:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Mon, 16 Oct 2006 18:26:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Mon, 16 Oct 2006 18:26:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Mon, 16 Oct 2006 18:26:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Mon, 16 Oct 2006 18:25:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a ruby header to all of the tests so that they can now be executed as normal ruby scripts.
-
-Mon, 16 Oct 2006 18:04:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making all test suites executable, adding some tests for handling changing files from one type to another, and fixing #304. The problem with #304 was only occurring when backing up to a filebucket (I can only think the example code was wrong)
-
-Mon, 16 Oct 2006 03:54:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #291 -- the problem was that instead of throwing an error on a missing server, puppet was just exiting.
-
-Mon, 16 Oct 2006 02:46:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving all of the configuration parameters out of puppet.rb into puppet/configuration.rb, and adding a PATH setting as requested in #307, although it does not include a default.
-
-Mon, 16 Oct 2006 02:35:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the ability to have hooks for configuration parameters. This will simplify things like setting the shell path.
-
-Mon, 16 Oct 2006 02:06:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-correcting warning about spaces before parens
-
-Mon, 16 Oct 2006 01:01:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding patch from Jeff McCune, #317
-
-Sun, 15 Oct 2006 20:07:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding explicit load of ast/branch to its subclasses
-
-Sat, 14 Oct 2006 16:24:35 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Format tweak for fact tutorial.
-
-Sat, 14 Oct 2006 16:16:29 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a summary of using facter and using imported facter facts with puppet.
-
-Sat, 14 Oct 2006 15:59:48 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some documentation to the programmer's documentation introducing the concept of providers.
-
-Sat, 14 Oct 2006 15:54:29 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some documentation to the programmer's documentation introducing the concept of providers.
-
-Thu, 12 Oct 2006 17:15:26 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-New documentation hierarchy: fixing indexes.
-
-Thu, 12 Oct 2006 17:11:58 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-New documentation hierarchy: fixing indexes.
-
-Thu, 12 Oct 2006 17:00:11 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-New documentation hierarchy: fixing indexes.
-
-Thu, 12 Oct 2006 16:37:05 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-New documentation hierarchy: adding indexes.
-
-Thu, 12 Oct 2006 15:58:16 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-New documentation hierarchy.
-
-Thu, 12 Oct 2006 15:57:41 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-New documentation hierarchy.
-
-Wed, 11 Oct 2006 17:32:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-I was stupidly creating an error but not raising it.
-
-Wed, 11 Oct 2006 02:34:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving methods around so they are alphabetical
-
-Tue, 10 Oct 2006 20:59:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing the metatype branch -- this is just splitting the type.rb code into multiple files for readability
-
-Tue, 10 Oct 2006 19:06:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Catching missing ldap correctly in puppetrun
-
-Mon, 9 Oct 2006 22:51:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the problem reported by Adnet Ghislain where facts do not load on later runs.
-
-Mon, 9 Oct 2006 18:34:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing code from [1754] -- I stupidly did not even do a parse check, and I had to refactor the patch because parameters do not have code associated with their values.
-
-Mon, 9 Oct 2006 18:29:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #234 from David Schmitt. This is also untested, and the patch is slightly modified.
-
-Mon, 9 Oct 2006 18:20:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding modified patch from #256 -- apt now uses "responsefile" for the preseed file. This is untested, though, since I do not know how to test it.
-
-Mon, 9 Oct 2006 18:00:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding patch from #308.
-
-Mon, 9 Oct 2006 17:52:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #298 - refreshonly now correctly deals with specified false values
-
-Mon, 9 Oct 2006 17:41:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an autoflush mechanism available so logs will flush to disk immediately. I also now trap USR2 and reopen logs when it is sent, so if you just want to reopen logs you do not have to restart the whole process.
-
-Mon, 9 Oct 2006 16:44:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #309 -- files now correctly replace any number of slashes with a single slash. Also, trailing slashes are removed, since that is how Puppet expects to find files internally.
-
-Mon, 9 Oct 2006 16:36:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #301 -- s/logfile/logdest/g
-
-Mon, 9 Oct 2006 16:33:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #310 -- users no longer autorequire their homedirs, and files now autorequire their owner and group.
-
-Sat, 7 Oct 2006 20:52:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Refactoring reporting. Reports are now modules instead of simple methods.
-
-Sat, 7 Oct 2006 00:19:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "genmodule" equivalent to classgen, which we will use for reporting
-
-Fri, 6 Oct 2006 18:45:39 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added a section about testing.
-
-Fri, 6 Oct 2006 17:21:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding id tag to tags.page
-
-Fri, 6 Oct 2006 16:12:10 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Documentation edit
-
-Fri, 6 Oct 2006 16:07:33 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a document to outline the use of tags
-
-Fri, 6 Oct 2006 13:49:11 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Expanded documentation for rrdgraph report.
-
-Fri, 6 Oct 2006 03:13:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Thu, 5 Oct 2006 22:18:05 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-More specific configuration and argument documentation.
-
-Thu, 5 Oct 2006 22:17:00 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Documented signals the puppet daemons accept
-
-Thu, 5 Oct 2006 22:05:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding id tag to reports
-
-Thu, 5 Oct 2006 21:22:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the rrdgraph report so that it creates a separate rrd directory for each host
-
-Thu, 5 Oct 2006 20:47:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing weird case where the default node is in one node source and the real node is in a different one
-
-Thu, 5 Oct 2006 19:24:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing ldap nodes -- they were always returning true because i was returning an empty array for missing nodes.
-
-Thu, 5 Oct 2006 16:00:42 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changed document priority.
-
-Wed, 4 Oct 2006 22:56:20 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another minor formatting fix.
-
-Wed, 4 Oct 2006 21:49:57 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Missing tick.
-
-Wed, 4 Oct 2006 21:44:56 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some documentation on reports.
-
-Wed, 4 Oct 2006 19:46:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating install docs with new suse pkgs
-
-Wed, 4 Oct 2006 18:44:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing some left-over debugging
-
-Wed, 4 Oct 2006 18:24:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
-
-Wed, 4 Oct 2006 18:00:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Renaming logfacility to syslogfacility as recommended by lutter.
-
-Wed, 4 Oct 2006 16:34:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding configurability to the syslog facility, using the "logfacility" parameter.
-
-Wed, 4 Oct 2006 14:08:48 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Do restart as stop + start, since sending HUP to puppetmaster doesn't work (see trac #289)
-
-Tue, 3 Oct 2006 19:43:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding links to the real deb pkgs
-
-Tue, 3 Oct 2006 13:32:39 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Comment out the setting of PUPPET_LOG, so that puppetd uses its default
-
-Mon, 2 Oct 2006 17:08:36 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Messages will now be at current loglevel, regardless of whether the object path is displayed.
-
-Mon, 2 Oct 2006 16:50:05 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added parameter 'withpath' to toggle printing of the object path.
-
-Mon, 2 Oct 2006 16:04:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a note about single-quoting node names
-
-Fri, 29 Sep 2006 22:08:40 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-- New type Notify for sending client-side log messages
-
-Fri, 29 Sep 2006 22:05:19 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-- New type Notify for sending client-side log messages
-
-Fri, 29 Sep 2006 19:07:53 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing warnonce to Puppet::Util::Warnings.warnonce.
-
-Fri, 29 Sep 2006 19:01:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing suidmanager so it uses warnonce instead of using a variable that only existed in Util
-
-Fri, 29 Sep 2006 18:07:56 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rephrased a short section about finalizing the object dependence hierarchy.
-
-Thu, 28 Sep 2006 16:34:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing reported problem of crons rewriting every time when the environment is set
-
-Wed, 27 Sep 2006 17:36:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing what I hope are the last batch of problems caused by the addition of the suidmanager module. Also fixing a couple of other small issues that somehow cropped up. All tests should now pass again.
-
-Wed, 27 Sep 2006 17:04:57 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Just fixed some RCS/CVS id tags.
-
-Wed, 27 Sep 2006 17:02:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding flush functionality as requested by Scott Seago
-
-Wed, 27 Sep 2006 00:53:21 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-File types were dying silently on OS X when the group specified in the manifest was not a valid group.
-
-Tue, 26 Sep 2006 15:30:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing SUIDManager#asuser so that it only resets egid and euid if they were changed
-
-Tue, 26 Sep 2006 00:03:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a note about another error
-
-Mon, 25 Sep 2006 20:10:38 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added some documentation to the security page to offer some example invocations useful for generating/signing certificates for clients and servers.
-
-Mon, 25 Sep 2006 19:06:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-regenning configref with the fixed spacing
-
-Mon, 25 Sep 2006 19:00:24 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Expanded documentation of command-line arguments for the puppet executables. (Tweak)
-
-Mon, 25 Sep 2006 18:52:00 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Expanded documentation of command-line arguments for the puppet executables.
-
-Mon, 25 Sep 2006 18:51:13 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Expanded documentation of command-line arguments for the puppet executables.
-
-Fri, 22 Sep 2006 23:07:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.19.3, and merging the version changes over.
-
-Fri, 22 Sep 2006 22:43:41 +0000
-erikh <erikh@980ebf18-57e1-0310-9a29-db15c13687c0>
-! rename file because rake_test_loader is dumb.
-
-Fri, 22 Sep 2006 22:42:15 +0000
-erikh <erikh@980ebf18-57e1-0310-9a29-db15c13687c0>
-+ 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.
-
-Fri, 22 Sep 2006 22:24:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging the fix to server/master.rb
-
-Fri, 22 Sep 2006 22:18:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Some small housekeeping things that I saw while doing other bug hunting
-
-Fri, 22 Sep 2006 20:04:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding note about the irc channel
-
-Fri, 22 Sep 2006 19:52:50 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Harded-coded pathname to OSX's ssh_known_hosts as a work-around until the ssh pathnames are user-configurable.
-
-Fri, 22 Sep 2006 19:33:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some test reports
-
-Fri, 22 Sep 2006 17:19:02 +0000
-erikh <erikh@980ebf18-57e1-0310-9a29-db15c13687c0>
-+ 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.
-
-Fri, 22 Sep 2006 05:14:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating CHANGELOG for 0.19.2
-
-Fri, 22 Sep 2006 05:04:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.2
-
-Fri, 22 Sep 2006 05:04:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.2
-
-Fri, 22 Sep 2006 05:04:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.2
-
-Fri, 22 Sep 2006 04:57:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-As requested by Christian Warden, triggering an object now results in
-
-Thu, 21 Sep 2006 23:33:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some error handling for when a non-existent report is asked for, and adding a bit more testing.
-
-Thu, 21 Sep 2006 23:09:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding trace information to autoload.rb
-
-Thu, 21 Sep 2006 22:30:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switching Autoload#loadall from using "load" to using "require", so it will not reload already-loaded files. Also updating the checksum docs a bit.
-
-Thu, 21 Sep 2006 21:46:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing error in tagmail when there are no messages to report
-
-Thu, 21 Sep 2006 21:38:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Disabling a test on solaris, since apparently sh on solaris is different than everywhere else
-
-Thu, 21 Sep 2006 21:28:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Small test fixes in preparation for 0.19.2
-
-Thu, 21 Sep 2006 20:28:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding class list method to group. Also added a test to verify every type responds to "list", but it does not pass right now so it is disabled.
-
-Thu, 21 Sep 2006 19:43:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding an Autoload instance to Type.rb so that I can load all known types for documentation purposes. And, of course, loading all types in puppetdoc. Also updating zone.rb to fix markdown's stupidity in trying to interpret the ERB template, and adding some timeouts to puppettest.rb
-
-Thu, 21 Sep 2006 19:38:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-more fixes to the zone examples
-
-Thu, 21 Sep 2006 19:31:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-doc updates
-
-Thu, 21 Sep 2006 18:59:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Doc updates
-
-Thu, 21 Sep 2006 18:15:41 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Typo: As stood had "remove" for "remote"
-
-Thu, 21 Sep 2006 18:13:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #245, opened by marthag.
-
-Thu, 21 Sep 2006 18:09:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #278, opened by Digant, with patch.
-
-Thu, 21 Sep 2006 17:22:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #274. I just set :ensure to be :link when :target is set.
-
-Thu, 21 Sep 2006 17:16:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #283, opened by luke.
-
-Thu, 21 Sep 2006 17:06:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #285, opened by ericb.
-
-Thu, 21 Sep 2006 15:54:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #288.
-
-Thu, 21 Sep 2006 15:47:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Thu, 21 Sep 2006 06:06:43 +0000
-ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixed a minor typo
-
-Wed, 20 Sep 2006 22:38:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)
-
-Wed, 20 Sep 2006 22:32:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding an extra make target for debugging, rather than defaulting to always creating the debug file
-
-Wed, 20 Sep 2006 14:44:06 +0000
-erikh <erikh@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rake::TestTasks were running the test suite inadvertantly against the installed tree instead of the development tree due to a botched "libs" setting.
-
-Tue, 19 Sep 2006 18:37:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing provider commands and Util#execute so they always include the command output when possible, as mentioned on the list
-
-Tue, 19 Sep 2006 18:22:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Regenerating docs, and correcting some markup mistakes
-
-Tue, 19 Sep 2006 18:21:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Small update to the fileserver tests; it was apparently not making some test dirs correctly
-
-Tue, 19 Sep 2006 18:04:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Converting to using the Rakefile for testing. The old 'test' script is
-
-Tue, 19 Sep 2006 16:12:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reworking test/lib structure a bit, and renaming all of the files so that their file names match their module names
-
-Tue, 19 Sep 2006 09:05:04 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix trac #282 (Change URL to configref, mention --genconfig)
-
-Tue, 19 Sep 2006 07:59:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Small modification so i can make more changes
-
-Tue, 19 Sep 2006 07:04:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changes from the trunk
-
-Tue, 19 Sep 2006 06:03:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-going through all of the other providers and making sure any reference to a state uses the :should value, not the :is value.
-
-Tue, 19 Sep 2006 05:45:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing case of silly states on os x, where files are owned by "nobody" and File.stat returns a huge number. I thought i had already fixed this, but apparently not. I added a test, and it is definitely fixed now.
-
-Tue, 19 Sep 2006 05:35:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the same bug in the netinfo provider -- it was retrieving the "is" value instead of the "should" value
-
-Tue, 19 Sep 2006 04:59:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #280; added a warning and exiting if no hosts are specified to clean
-
-Tue, 19 Sep 2006 04:56:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-applying patch from #275. aptitude -q works fine on my testing release, but apparently stable does not support it
-
-Tue, 19 Sep 2006 04:51:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing the no-longer-necessary type/nameservice info -- it is all in the provider tree now
-
-Tue, 19 Sep 2006 04:03:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to fix a bug where files other than site.pp do not get noticed for reparsing
-
-Mon, 18 Sep 2006 12:18:56 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add config option 'node_name' to control what puppetmaster considers the proper name of a client (name in the SSL cert or name uploaded with facter) Default to name from the cert
-
-Mon, 18 Sep 2006 10:45:14 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Better documentation around certificate revocation and mgmt
-
-Fri, 15 Sep 2006 18:32:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.1
-
-Fri, 15 Sep 2006 18:32:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.1
-
-Fri, 15 Sep 2006 18:32:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.1
-
-Fri, 15 Sep 2006 18:32:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.19.1
-
-Fri, 15 Sep 2006 18:25:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding testing for the default? method, and fixing it to support arrays and returning false when no defaults are specified
-
-Fri, 15 Sep 2006 17:32:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Using the "trace" configuration parameter to determine whether a stack trace should be printed, rather than just using "debug". I added the param a little while ago and was using it internally in Puppet::DevError, but I just now went through the whole configuration and switched to using it.
-
-Fri, 15 Sep 2006 16:54:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding patch from #235
-
-Fri, 15 Sep 2006 16:38:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing docs, as mentioned in #271.
-
-Fri, 15 Sep 2006 16:25:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reverting the work done in [1605] and [1606]. I have added it as a patch in #271.
-
-Fri, 15 Sep 2006 07:09:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but everything now works as expected when variables are either undefined or set to empty strings.
-
-Fri, 15 Sep 2006 06:55:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch in #160.
-
-Fri, 15 Sep 2006 06:52:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #262. I somehow lost the line that only added a given user's jobs to each tab.
-
-Fri, 15 Sep 2006 06:22:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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
-
-Fri, 15 Sep 2006 06:06:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-This commit adds two important features (but which probably were not
-
-Fri, 15 Sep 2006 05:58:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Specifically rescuing Exception, since apparently the default does not rescue LoadErrors and everything else
-
-Fri, 15 Sep 2006 05:35:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-collecting output from blastlist, for later use
-
-Fri, 15 Sep 2006 04:00:38 +0000
-erikh <erikh@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merged test framework into trunk - still not ready until tests are converted to use it.
-
-Fri, 15 Sep 2006 03:27:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the "Adding aliases" message, so it is clear when an alias with spaces in it is used
-
-Fri, 15 Sep 2006 03:22:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #267. The problem was that the user provider was retrieving the @is value instead of the @should value, because it was using [] instead of the should method. I fixed the FakeModel to behave a bit more like real types, so that it keeps track of the is/should values, and also to keep track of which attributes are valid, since I immediately ran into another problem stemming from the use of the fakemodel.
-
-Fri, 15 Sep 2006 02:20:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.19.0
-
-Fri, 15 Sep 2006 02:01:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Raising element creation errors up outside the "create" method, so that tests can more easily tell when an object is invalid.
-
-Fri, 15 Sep 2006 01:27:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing spelling of retrieve, to fix ##268
-
-Fri, 15 Sep 2006 01:01:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #269. I was aliasing every case where the title and name were different, where I should only have been aliasing isomorphic types, which does not include exec
-
-Thu, 14 Sep 2006 18:11:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Catching all errors encountered during loading, not just LoadError, to fix ongoing problems with rdoc/usage.
-
-Thu, 14 Sep 2006 16:50:46 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Let puppetd listen (when given --listen) without a CRL
-
-Thu, 14 Sep 2006 16:45:39 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Brute force fix for trac #266
-
-Thu, 14 Sep 2006 10:16:41 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix test_host_specific to not depend on the path of the test directory and reenable it
-
-Thu, 14 Sep 2006 08:59:00 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Expanding the Fedora/RHEL instructions some
-
-Thu, 14 Sep 2006 06:15:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding note about david's yum repo
-
-Thu, 14 Sep 2006 03:10:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the problem with fileserver expansions, and doing a bit of refactoring to make things clearer
-
-Wed, 13 Sep 2006 23:10:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the interpreter to nodesearch across all listed names, just like is done in the manifests. Also fixing a comment in type.rb
-
-Wed, 13 Sep 2006 20:52:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing typo
-
-Wed, 13 Sep 2006 18:05:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding gentoo notes
-
-Wed, 13 Sep 2006 17:43:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a :trace config option that prints stack traces of DevErrors, and using that in DevError instead of :debug
-
-Wed, 13 Sep 2006 17:43:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding test code for providers that makes sure the default and confine mechanisms work internally.
-
-Wed, 13 Sep 2006 16:50:43 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible to generate certs that are valid for < 1 day
-
-Wed, 13 Sep 2006 16:48:56 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Use Pupet.warning instead of nonexistant 'warning'
-
-Wed, 13 Sep 2006 16:24:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #261. Applied patch, with small modifications.
-
-Wed, 13 Sep 2006 16:11:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a module for helping with warnings, starting only with the "warnonce" method
-
-Tue, 12 Sep 2006 09:58:54 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Sync with FE repo
-
-Tue, 12 Sep 2006 09:58:15 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Disable the sample fileserver module by default, otherwise users get spurious warnings about nonexisting directories
-
-Wed, 6 Sep 2006 22:09:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.0
-
-Wed, 6 Sep 2006 22:09:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.0
-
-Wed, 6 Sep 2006 22:09:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.19.0
-
-Wed, 6 Sep 2006 04:49:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying the provider base class so that it defines a method for every used command (e.g., you call "commands :rpm => 'rpm'", and it defines an "rpm" method. I then pushed this throughout the package providers, which are the heaviest users of commands.
-
-Wed, 6 Sep 2006 00:49:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding aptitude support, including a new util::package module that provides a method for package version sorting, and a couple of smaller bug fixes. This fixes #237.
-
-Tue, 5 Sep 2006 23:46:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding hasrestart parameter to services
-
-Tue, 5 Sep 2006 23:20:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding an "env" parameter to exec, for providing extra environment settings, as requested in #236.
-
-Tue, 5 Sep 2006 22:57:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "withenv" execution util method, and using it in :exec for path handling. Next will be other env handling.
-
-Tue, 5 Sep 2006 22:41:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #230. If the first line in the cron tab, before the header, starts with TZ= then the header will be inserted after the TZ line.
-
-Tue, 5 Sep 2006 22:35:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing small bug in cron where removed fields are not deleted from the file
-
-Tue, 5 Sep 2006 21:29:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding further gentoo support -- finalized portage support, plus conf and init info for puppetd
-
-Tue, 5 Sep 2006 20:53:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the Daemon module back into the Client class, which fixes #247.
-
-Tue, 5 Sep 2006 18:33:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding an "ignoretags" attribute to transaction, and setting it for downloading plugins or facts, and for creating config directories
-
-Tue, 5 Sep 2006 18:10:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the ability to download facts from the central server. This allows facts to be available before the configuration is compiled.
-
-Tue, 5 Sep 2006 17:04:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A small fix to the install/update aspects of packaging.
-
-Tue, 5 Sep 2006 16:39:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the package type so that :ensure is always used for version specification, rather than :version, which is now deprecated. This provides much more consistency. I have not tested on all platforms yet, but I want to enable testing on Gentoo, also.
-
-Tue, 5 Sep 2006 04:04:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating documentation for how to specify versions
-
-Tue, 5 Sep 2006 03:55:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying a patch from Jose Gonzalez Gomez; apparently this makes package updating work
-
-Tue, 5 Sep 2006 03:51:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding portage support again, since it was added in the branch i reverted
-
-Tue, 5 Sep 2006 01:51:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing all of the changes I made towards refactoring in the last couple of days. They have all been moved into the sync-retrieve-refactor branch. This branch will soon become 0.19.0, and will not include that refactoring.
-
-Tue, 5 Sep 2006 01:41:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing a small amount of work in cron. I have decided that this is too last-minute, and not important enough to hold up the release. I want to get this refactoring done, but it is clearly not the 4 hour job I hoped it was. It will have to be in another release, I think.
-
-Tue, 5 Sep 2006 01:03:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing functional mount support. All that's left in this chunk of work is cron.
-
-Mon, 4 Sep 2006 16:30:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding first version of the portage provider, as contributed by Jose Gonzalez Gomez
-
-Mon, 4 Sep 2006 03:13:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Ports now work with a provider
-
-Sun, 3 Sep 2006 22:01:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Intermediate commit; ports are not working yet
-
-Sun, 3 Sep 2006 21:40:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing SSHKey support.
-
-Sun, 3 Sep 2006 21:06:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Beginning the process of moving parsedtypes to a provider. Each parsed
-
-Sun, 3 Sep 2006 16:41:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-This is the initial commit of the changes to sync and retrieve. The
-
-Sun, 3 Sep 2006 04:13:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Renaming parsedfile to loadedfile, which makes much more sense and reduces some naming conflicts
-
-Sun, 3 Sep 2006 03:14:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding Gentoo support from #224.
-
-Sun, 3 Sep 2006 03:03:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding eat-last-line support in ERB
-
-Sun, 3 Sep 2006 02:59:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding pre- and post-hooks, as requested in #233.
-
-Sun, 3 Sep 2006 02:49:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #239 -- missing checks now throw an ArgumentError. This will break if any command purposefully returns 127, but that would be a bug anyway, I suppose.
-
-Sun, 3 Sep 2006 02:37:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support for file purging, as requested in #250. Any unmanaged files in a purge-enabled directory will be removed.
-
-Sun, 3 Sep 2006 02:12:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "force" parameter in files to fix #242. Currently only used when replacing directories with links, but should probably be used in other places.
-
-Sun, 3 Sep 2006 02:03:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Specifying true/false allowed values for file[:replace].
-
-Sun, 3 Sep 2006 01:58:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding logcheck script from #244.
-
-Sun, 3 Sep 2006 01:56:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying patch from #251, and switching "confine" to "commands", so we can document the command requirements.
-
-Sun, 3 Sep 2006 01:52:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding SuSE files from #252.
-
-Sun, 3 Sep 2006 01:49:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applying the patch from #253 plus tests.
-
-Sun, 3 Sep 2006 01:31:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating templating docs with more about usage, and adding installation notes about ruby segfaults on Debian
-
-Sun, 3 Sep 2006 01:29:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding note about configprint, indicating what versions include it
-
-Sun, 3 Sep 2006 01:28:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding zone patches
-
-Sat, 2 Sep 2006 19:04:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #257, where host aliases were not being retained. The problem was that the "should" method was returning an empty array if it was not set, and it should instead return nil.
-
-Sat, 2 Sep 2006 18:10:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-batch of small bug fixes
-
-Sat, 2 Sep 2006 16:12:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making sure that the svn bin directory is at the beginning of PATH, rather that at the end, so the svn-versions of the exes are being tested.
-
-Sat, 2 Sep 2006 16:11:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing type/provider references on type removal
-
-Fri, 1 Sep 2006 17:47:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding notes about the libruby deb package
-
-Thu, 31 Aug 2006 00:40:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-disabling reporting until i can find a way to make reporting only work with puppetd, not puppet -- clearly puppet should not try to report
-
-Thu, 31 Aug 2006 00:39:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the state so it tries to call provider methods and only checks for errors, rather than checking with respond_to?
-
-Wed, 30 Aug 2006 18:17:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Setting both "report" to true by default; I am going to enable pluginsync by default once I have plugins well-documented
-
-Wed, 30 Aug 2006 06:58:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing array printing in to_manifest
-
-Wed, 30 Aug 2006 05:25:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing service refreshing -- there was a problem persisting from the provider work
-
-Wed, 30 Aug 2006 05:25:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-downgrading the template interpolation message
-
-Tue, 29 Aug 2006 23:39:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding back in the code to change the euid. I removed this yesterday because I thought it was redundant. It is absolutely clear that I need to add tests for running as separate users.
-
-Tue, 29 Aug 2006 23:27:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding automatic stacktrace printing to deverror. I need to go through and remove the redundant puts in the rest of the code, but I need this now for some client debugging
-
-Tue, 29 Aug 2006 06:10:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-disabling chuser on os x, since it is broken with < ruby 1.8.5
-
-Tue, 29 Aug 2006 06:10:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing provider commands; I broke them when making them easier to document
-
-Tue, 29 Aug 2006 05:42:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Skipping blank lines and comments in autosign.conf
-
-Tue, 29 Aug 2006 00:34:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing report lookup so it looks up by name, not method
-
-Tue, 29 Aug 2006 00:31:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing autosign mode to 644
-
-Tue, 29 Aug 2006 00:23:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing tagmail config processing so it fails when appropriate
-
-Mon, 28 Aug 2006 23:56:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing reports error reporting
-
-Mon, 28 Aug 2006 23:42:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing location of ca cert
-
-Mon, 28 Aug 2006 23:28:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing report autoloading; I was calling the wrong method, and they were never getting loaded
-
-Mon, 28 Aug 2006 18:30:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Upgrading Triggering line from info to notice
-
-Mon, 28 Aug 2006 16:30:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a module specifically for making doc generation easier, and adding defaults info to provider docs.
-
-Mon, 28 Aug 2006 07:03:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Last commit of puppet docs for the night
-
-Mon, 28 Aug 2006 06:55:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying providers so that docs generate better
-
-Mon, 28 Aug 2006 06:43:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding provider docs for required binaries
-
-Mon, 28 Aug 2006 06:24:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating generated docs
-
-Mon, 28 Aug 2006 06:13:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding pointer to templating docs into the file[content] documentation
-
-Mon, 28 Aug 2006 06:12:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding notice that "$" is now required in definition prototypes
-
-Mon, 28 Aug 2006 06:10:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding first draft of templating doc
-
-Mon, 28 Aug 2006 05:59:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "configprint" option for printing out the local config state
-
-Mon, 28 Aug 2006 05:32:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a little more validation to the schedule, and documenting the source search-path stuff in files
-
-Mon, 28 Aug 2006 04:50:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Tracking down some weird bugs that managed to creep into the parser. I expect that the main ones were a result of the If support.
-
-Mon, 28 Aug 2006 03:44:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing some changes to the %h expansion in fileserving. This change makes the expansion entirely isolated in the Mount class, which makes it much easier to test. Also, switched the fileserver config to use ParsedFile, which makes it a bit easier to understand and handle reparsing.
-
-Mon, 28 Aug 2006 03:42:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing the other half of the fix for #231; oops
-
-Mon, 28 Aug 2006 02:27:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #231.
-
-Sat, 26 Aug 2006 06:29:59 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Support for %h and %H replacement in the path of fileserver modules.
-
-Fri, 25 Aug 2006 23:30:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Demoting the xmlrpc access logs to debug from info
-
-Fri, 25 Aug 2006 21:36:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing permissions on the cert file and the ca cert file, since it is no problem for them to be readable and sometimes it is required
-
-Fri, 25 Aug 2006 20:00:21 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Try this; seems to work for machines with both ActiveSupport installed and not. MissingSourceFile is an AS thing, though it subclasses LoadError.
-
-Wed, 23 Aug 2006 03:30:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding up2date support, as submitted by Kostas Georgiou (with some modifications to support providers).
-
-Wed, 23 Aug 2006 02:23:25 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Certificate revocation through puppetca. Keep a simple text inventory of all certificates ever issued.
-
-Tue, 22 Aug 2006 23:34:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing definition inheritance. I have not yet written tests yet, but my last commit pretty seriously broke some things without me realizing it, so I wanted to get this in.
-
-Tue, 22 Aug 2006 21:27:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "if/else" constructs. No operators, no elsif, but it is a good start, anyway.
-
-Tue, 22 Aug 2006 00:33:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Function autoloading now works as requested in #214.
-
-Mon, 21 Aug 2006 23:50:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding warnings and error throwing for #218 -- metaparams in prototypes are treated specially.
-
-Mon, 21 Aug 2006 23:12:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding faq item about ipv6 support
-
-Mon, 21 Aug 2006 23:04:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Accepting patch from #220, thus fixing the bug.
-
-Mon, 21 Aug 2006 23:02:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #225. Normal file copying worked with spaces, but recursive file copying did not. I modified one of the support methods so it works now.
-
-Mon, 21 Aug 2006 22:54:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #228. The real problem was that "present" should match any type of file existence, whereas it was just matching files. If the file was a directory, as in this case, Puppet considered it to be out of sync. Now, "present" matches files, links, or directories, but still creates an empty file if the path is missing.
-
-Mon, 21 Aug 2006 22:23:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding cookbook into to the docs index page
-
-Mon, 21 Aug 2006 21:54:13 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Support for certificate revocation and checking connections on the server against the CRL
-
-Mon, 21 Aug 2006 19:32:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a link to the cookbook
-
-Sun, 20 Aug 2006 02:28:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making some of the metaprogramming a bit more explicit and a bit easier to manage. In the process, I have created multiple Util modules, only one of which is used for this current commit.
-
-Thu, 17 Aug 2006 05:08:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Finishing changes to support titles instead of two types of names. This is basically a bug-fix commit.
-
-Wed, 16 Aug 2006 19:49:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A first pass of changing one of the types of names to titles. I still have to fix a lot of tests, but the core itself is now working.
-
-Mon, 14 Aug 2006 06:21:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging r1468 from the implementations branch with r1438 from when the branch was first created.
-
-Mon, 14 Aug 2006 06:08:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing changes that require dollar signs in prototypes
-
-Mon, 7 Aug 2006 18:23:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing classing example, since it involves parameterized classes
-
-Sun, 6 Aug 2006 23:41:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some documentation for the cfengine module
-
-Sat, 5 Aug 2006 00:06:05 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix problem when --fqdn is used
-
-Wed, 2 Aug 2006 18:42:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-documentation updates, pointing to the suse yum repository and specifically mentioning package locations
-
-Tue, 1 Aug 2006 23:53:40 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix shebang lines in executables
-
-Tue, 1 Aug 2006 22:45:09 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added comments to stay in sync with the spec file checked into Fedora Extras CVS
-
-Mon, 31 Jul 2006 22:56:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-more ordering info
-
-Mon, 31 Jul 2006 22:48:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding ordering information
-
-Mon, 31 Jul 2006 22:48:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing puppetdoc to add ordering info
-
-Mon, 31 Jul 2006 22:25:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the master server so that it always uses the Facter hostname, not the cert or IP hostname.
-
-Mon, 31 Jul 2006 21:13:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating links after a link validator
-
-Mon, 31 Jul 2006 20:50:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing faq links
-
-Thu, 27 Jul 2006 07:21:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding DSL class. Sorry, not much in the way of docs.
-
-Mon, 24 Jul 2006 15:44:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing more doc links
-
-Sun, 23 Jul 2006 19:18:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-doc updates
-
-Sat, 22 Jul 2006 21:10:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.4
-
-Sat, 22 Jul 2006 21:10:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.4
-
-Sat, 22 Jul 2006 21:10:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.4
-
-Sat, 22 Jul 2006 21:09:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.18.4
-
-Sat, 22 Jul 2006 03:32:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Another batch of bug fixes, this time focused on OS X patches. Looks like I did not test on os x last time.
-
-Fri, 21 Jul 2006 23:12:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-First round of bugfixes in preparation for 0.18.4
-
-Fri, 21 Jul 2006 21:16:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #77. As I feared, this was a pretty complicated fix; I had to add a lot of infrastructure to both ParsedFile and Config. All config files now have a timer created for them, and by default they check for file changes every 15 seconds. If there is a change, they get rid of values set by the file (but not set on the cli) and set the new values, then the re-use all of the sections, so that any changed directories or whatever get recreated.
-
-Fri, 21 Jul 2006 20:11:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding timeout functionality to the ParsedFile class, in preparation to adding config reloading to the Config class.
-
-Fri, 21 Jul 2006 19:38:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Apparently objects were legal rvalues, which does not make any sense. Fixed this, and added a test verify.
-
-Fri, 21 Jul 2006 19:33:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #185. Added a check for cdrom sources, and added an override parameter.
-
-Fri, 21 Jul 2006 19:05:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with :allowdupe.
-
-Fri, 21 Jul 2006 15:37:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #200. I basically just moved the daemonize statement before most other code. This makes things a little less nice when starting puppetd manually, since it might still fail and the user would not know without checking logs, but it is the only real option at this point.
-
-Fri, 21 Jul 2006 15:20:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #202. Just bumped the log level to notice and changed the wording slightly
-
-Fri, 21 Jul 2006 15:15:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applied patch in #203
-
-Fri, 21 Jul 2006 15:10:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #201; users now autorequire extra groups
-
-Fri, 21 Jul 2006 15:10:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-moving plugin evaluation into a begin/rescue block
-
-Fri, 21 Jul 2006 15:10:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing puppetdoc's output
-
-Thu, 20 Jul 2006 22:51:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding all mailing lists to index
-
-Thu, 20 Jul 2006 19:01:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing message about the statefile not existing
-
-Thu, 20 Jul 2006 16:57:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-more doc modifications
-
-Thu, 20 Jul 2006 16:06:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating some docs, and renaming configuration reference page
-
-Thu, 20 Jul 2006 15:40:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-All docs moved over now, and the real index page exists again
-
-Thu, 20 Jul 2006 15:30:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-committing docs before i move all of them into a separate subdirectory
-
-Tue, 18 Jul 2006 23:34:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding Solaris SMF manifests and methods
-
-Tue, 18 Jul 2006 15:35:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #191. I was only testing for parsed cron instances, not for created ones.
-
-Tue, 18 Jul 2006 14:00:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing bug in scope/interpreter where nodes found in ldap must have parent nodes. The problem was that the the scope was using the presence of a parent node to determine whether a node was found. Instead I added a flag in the arguments to "Scope#evaluate" to mark nodes as found.
-
-Tue, 18 Jul 2006 13:19:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a unit test for plain "nodesearch"
-
-Sun, 16 Jul 2006 20:56:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing html markup
-
-Sun, 16 Jul 2006 20:41:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing html markup
-
-Thu, 13 Jul 2006 20:37:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing index page in the docs
-
-Tue, 11 Jul 2006 21:18:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.3
-
-Tue, 11 Jul 2006 21:18:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.3
-
-Tue, 11 Jul 2006 21:18:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.3
-
-Tue, 11 Jul 2006 20:58:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing filebucket server so that paths are not added multiple times
-
-Tue, 11 Jul 2006 20:40:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding tests for previous config bugfixes, and updating changelog
-
-Tue, 11 Jul 2006 20:22:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing reports so that multiple host report directories can be created. There was a config conflict before.
-
-Tue, 11 Jul 2006 20:17:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing templating so it immediately fails when a variable is not found, as opposed to passing up the method_missing heirarchy, which was causing a nasty memory leak and some kind of weird, long-running search
-
-Tue, 11 Jul 2006 20:07:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing weird case involving interpolating config params in a URL
-
-Tue, 11 Jul 2006 19:42:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing weird cases where configs might think non-files could be files
-
-Tue, 11 Jul 2006 18:38:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding sysidcfg param to zones
-
-Tue, 11 Jul 2006 17:36:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing templating bug that can result in what looks like an infinite loop, and changing default timeout to 2 minutes instead of 30 seconds
-
-Tue, 11 Jul 2006 16:53:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reducing log level of missing file
-
-Tue, 11 Jul 2006 16:52:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing error when template does not exist
-
-Tue, 11 Jul 2006 16:27:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing misstated error name ExecutionError in blastwave packaging support
-
-Tue, 11 Jul 2006 16:17:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing reports server so it refers to the main server
-
-Mon, 10 Jul 2006 23:13:06 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Default the passno to 2, defaulting to 0 is a bad idea since it disables fsck
-
-Mon, 10 Jul 2006 21:17:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing plugin owner to root
-
-Mon, 10 Jul 2006 21:10:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing default plugin host to be $server
-
-Fri, 7 Jul 2006 19:26:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding rake targets
-
-Fri, 7 Jul 2006 18:50:39 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Doc change: explain what the values for ensure do
-
-Thu, 6 Jul 2006 17:59:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding another state that is equivalent to "stopped" for smf services
-
-Thu, 6 Jul 2006 04:43:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the newly generated docs
-
-Thu, 6 Jul 2006 04:39:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-More documentation updates. I think this is sufficient for replacement of the plone site.
-
-Thu, 6 Jul 2006 02:42:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing rakefile so it generates docs from markdown, and adding big-picture.page to the menu
-
-Thu, 6 Jul 2006 02:31:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing faq.rst file
-
-Thu, 6 Jul 2006 00:40:36 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updates; remove mention of patches from specfile completely
-
-Wed, 5 Jul 2006 18:10:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.18.2
-
-Wed, 5 Jul 2006 17:17:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Accepting the patch from #190.
-
-Wed, 5 Jul 2006 17:13:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing cf2puppet from rpm
-
-Tue, 4 Jul 2006 23:53:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.2
-
-Tue, 4 Jul 2006 23:53:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.2
-
-Tue, 4 Jul 2006 23:53:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.2
-
-Tue, 4 Jul 2006 23:53:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-small fixes towards 0.18.2
-
-Tue, 4 Jul 2006 16:43:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding host information to reports and tagmail report
-
-Tue, 4 Jul 2006 16:30:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-renaming tagmail config file
-
-Tue, 4 Jul 2006 16:27:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Redoing reporting a bit, so that reports are now defined as methods. If they are not methods, then they cannot use return, which makes things a bit uglier.
-
-Tue, 4 Jul 2006 16:07:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing some smallish bugs in preparation for 0.18.2
-
-Tue, 4 Jul 2006 06:06:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing a small but important typo, and adding sunfreeware as a dupe of blastwave packages
-
-Tue, 4 Jul 2006 05:45:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding blastwave packaging, and doing some fixes on gem and sun packaging
-
-Mon, 3 Jul 2006 23:15:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Some updates resulting from trying to track down a segfault introduced when I upgraded to 1.8.4-5 in Debian. I never found the segfault and had ot downgrade to 1.8.4-1. I expect it will not be encountered in real life, only in testing.
-
-Mon, 3 Jul 2006 20:06:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding Ruby Gem support to packaging
-
-Mon, 3 Jul 2006 16:22:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding minimal update checking for templates. It will only check the templates that have been parsed in this process, but it is better than nothing.
-
-Sun, 2 Jul 2006 19:28:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-documentation updates
-
-Sat, 1 Jul 2006 17:27:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-More report and metrics manipulations. This should be the last of it.
-
-Fri, 30 Jun 2006 22:30:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Significantly redoing metrics. There are now no class variables for metrics, nor no class methods for it.
-
-Fri, 30 Jun 2006 20:46:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-committing tests for previous changes
-
-Fri, 30 Jun 2006 20:43:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-oops; adding transaction report class
-
-Fri, 30 Jun 2006 20:43:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to merge metrics and reports. There is now a separate transaction report class, and it works throughout the previously existing system. I will next go through trying to make a metric report that graphs the metrics in rrd.
-
-Fri, 30 Jun 2006 20:41:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a "thinmark" method, which does a simple benchmark with no logging
-
-Fri, 30 Jun 2006 14:44:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Accepting patch #189, although I am just putting the environment statement in the main part of the class, since there are two apt commands
-
-Fri, 30 Jun 2006 14:42:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #133. Added a "notify" and a "before" metaparam; notify is the opposite of subscribe, and before is the opposite of require.
-
-Fri, 30 Jun 2006 01:43:02 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix a small bug in mount where parsing fails if dump and pass are missing (they are optional on Linux) Revamp the tests slightly so that they parse fstabs provided in svn rather than relying on the fstab on the system the test is running on.
-
-Fri, 30 Jun 2006 00:28:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving the template handling into a simple wrapper object so templates don't have full access to the scope object without some real hacking.
-
-Thu, 29 Jun 2006 23:51:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding some tests for the template function
-
-Thu, 29 Jun 2006 23:35:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding initial template support. It is just a function, and a method_missing method on Scope.
-
-Thu, 29 Jun 2006 20:32:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-First commit of complete reporting support. The only existing report at this point is the tagmail report. I expect reporting to get significantly modified from here, but it is a good start.
-
-Thu, 29 Jun 2006 19:29:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing the #!ruby lines to #!env ruby
-
-Thu, 29 Jun 2006 17:11:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding reporting client, server, and tests. At this point, the server just stores the report in a file as YAML.
-
-Thu, 29 Jun 2006 16:05:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding report collection to both statechange and transaction.
-
-Wed, 28 Jun 2006 20:33:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.1
-
-Wed, 28 Jun 2006 20:33:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.1
-
-Wed, 28 Jun 2006 20:33:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.1
-
-Wed, 28 Jun 2006 20:14:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-For each type, adding a "new<type>" method to Puppet::Type, so instead of typing Puppet::Type.type(:file).create(...) you can now type Puppet::Type.newfile(...).
-
-Wed, 28 Jun 2006 19:47:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Cleaning up plugin handling a bit -- they can now be colon-separated paths, and I added a separate "plugindest" setting for determining where plugins are synchronized to. The major feature I added, though, is that Puppet::Type now knows how to load plugins, and treats :pluginpath as a search path for plugins.
-
-Wed, 28 Jun 2006 18:51:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing zone tests
-
-Wed, 28 Jun 2006 17:49:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding message about retrieving plugins
-
-Wed, 28 Jun 2006 16:31:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating CHANGELOG for 0.18.1
-
-Wed, 28 Jun 2006 16:17:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving the timer monitoring to after the services are created (because they actually create the timers), and adding a sleep statement to give the threads enough time to create the timers.
-
-Wed, 28 Jun 2006 15:17:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing backgrounding in puppetrun; I had the bit flipped between the client and the server, such that setting --foreground caused the clients to go into the background.
-
-Tue, 27 Jun 2006 22:16:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Converting Parameter#proxymethods from using eval to using define_method
-
-Tue, 27 Jun 2006 21:16:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making sure fail function converts everything to strings
-
-Tue, 27 Jun 2006 21:14:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "fail" function, which will raise a ParseError if it is encountered.
-
-Tue, 27 Jun 2006 18:47:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Catching errors thrown during object evaluation and marking the objects as failed.
-
-Tue, 27 Jun 2006 18:46:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding hooks for ignoring files in the plugins directory, and defaulting to ignoring cvs and svn files
-
-Tue, 27 Jun 2006 18:15:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing that info message, duh; it produces a lot of spurious output during parsing
-
-Tue, 27 Jun 2006 17:59:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding info messages about errors loading plugins
-
-Tue, 27 Jun 2006 17:23:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support for special freebsd @schedule crap. Also making sure that cron listing works as expected.
-
-Tue, 27 Jun 2006 05:53:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-switching puts to print, so the carriage returns are always included in the messages
-
-Tue, 27 Jun 2006 05:15:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Largely refactored how log destinations are handled, although it is not exposed externally. Most of this work is related to handling a large number of small problems related to threading.
-
-Tue, 27 Jun 2006 00:22:03 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changes to make puppet package more LSB compliant. Update specfile for very latest Fedora ruby packaging guidelines. lsb-config.patch only checked in for documentation purposes, since changes are part of this checkin.
-
-Mon, 26 Jun 2006 22:47:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some more small problems in puppetrun
-
-Mon, 26 Jun 2006 19:19:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding more docs to puppetrun, and fixing bug that can cause hosts to get skipped
-
-Mon, 26 Jun 2006 18:52:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding - to HUP in init scripts
-
-Mon, 26 Jun 2006 18:35:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating init scripts to use HUP for restarting
-
-Mon, 26 Jun 2006 18:16:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "latest" test for rpms, since I have been told this is not working. It seems to be working fine, but the test cannot hurt.
-
-Mon, 26 Jun 2006 17:51:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding HUP and USR1 hooks
-
-Tue, 20 Jun 2006 18:46:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #178. I just added URI escaping and unescaping to file names.
-
-Tue, 20 Jun 2006 18:38:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #175. The setpidfile setting was being ignored.
-
-Tue, 20 Jun 2006 18:31:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #182. Added a retry section to try reconnecting to ldap. Only one reconnect is attempted in a given search, and LDAP produces bad enough error messages that we reconnect regardless of the error thrown.
-
-Tue, 20 Jun 2006 18:10:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Setting pluginsync default to false, and (hopefully) fixing autosign problem when the file exists and autosign is set to true (#180). The problem was that the puppetmasterd script was redundantly setting autosign in the CA, when the CA already knows how to deal with autosigning, which meant that autosign was being set before the config was parsed. Thus, there was no bug when autosign was set on the command line but there was when it was set in the config.
-
-Tue, 20 Jun 2006 01:34:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing broken symlink behaviour mentioned on the list
-
-Tue, 20 Jun 2006 00:25:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding plugins and plugin management. The Master Client will now automatically download plugins if pluginsync is enabled, and they will be automatically sourced.
-
-Mon, 19 Jun 2006 19:50:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-documentation updates
-
-Mon, 19 Jun 2006 19:12:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-More documentation changes.
-
-Sun, 18 Jun 2006 00:12:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding id tags to all of the docs
-
-Sun, 18 Jun 2006 00:11:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-further work on converting from rst to markdown
-
-Sun, 18 Jun 2006 00:10:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-further work on converting from rst to markdown
-
-Sun, 18 Jun 2006 00:00:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-further work on converting from rst to markdown
-
-Sat, 17 Jun 2006 02:04:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating some docs and puppetdoc in preparation for a move to webgen instead of plone
-
-Sat, 17 Jun 2006 01:57:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing the old rst index file
-
-Sat, 17 Jun 2006 01:56:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating docs to work with webgen
-
-Thu, 15 Jun 2006 23:13:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing my autorequire fix; oops
-
-Thu, 15 Jun 2006 18:28:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing autorequire message to include the object type
-
-Thu, 15 Jun 2006 15:43:36 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Delete entries from the config file if their should is 'absent'
-
-Thu, 15 Jun 2006 15:41:47 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Test that setting a state to 'absent' really deletes it from the config
-
-Thu, 15 Jun 2006 15:27:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding test and fix for empty execs being ignored
-
-Thu, 15 Jun 2006 15:17:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing interpreter to initialize ldap in the nodesearch_ldap method, which really only matters for testing (since it is already being inited in the nodesearch method
-
-Wed, 14 Jun 2006 22:12:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making links even if the target does not exist
-
-Wed, 14 Jun 2006 18:12:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.0
-
-Wed, 14 Jun 2006 15:39:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.0
-
-Wed, 14 Jun 2006 15:39:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.18.0
-
-Wed, 14 Jun 2006 15:39:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.18.0
-
-Wed, 14 Jun 2006 15:30:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating documentation for sshkey
-
-Wed, 14 Jun 2006 14:40:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing transaction tests to just warn when the user is not in more than one group, rather than failing.
-
-Wed, 14 Jun 2006 05:55:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Setting options and the facility for syslog
-
-Wed, 14 Jun 2006 05:19:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some logging issues with puppetmasterd when daemonized with verbose mode on, and fixing ldap support when daemonizing
-
-Wed, 14 Jun 2006 04:27:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing statechange noop message so it's a bit clearer
-
-Wed, 14 Jun 2006 00:44:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Just logging host failures, not exiting
-
-Wed, 14 Jun 2006 00:22:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding fqdn, an --all flag, and --test mode to puppetrun
-
-Wed, 14 Jun 2006 00:11:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding namespaceauth and --listen docs to puppetrun
-
-Tue, 13 Jun 2006 23:49:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding fixes for solaris zones
-
-Tue, 13 Jun 2006 23:41:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-abstracting out ldap connections so that there is a single method responsible for all of them and a single connection can be shared in all classes if necessary
-
-Tue, 13 Jun 2006 23:36:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding ssl usage to puppetrun
-
-Tue, 13 Jun 2006 23:36:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing ldap usage when ldap libs are not available
-
-Tue, 13 Jun 2006 23:11:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing extraneous debugging
-
-Tue, 13 Jun 2006 23:07:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing installer; it somehow got broken with recent DESTDIR fixes
-
-Tue, 13 Jun 2006 22:55:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #173. At this point, I am just calling both "--add" and "on", or "--del" and "off". This should probably be broken up into other states, but....
-
-Tue, 13 Jun 2006 22:54:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing parallelization to match the docs
-
-Tue, 13 Jun 2006 21:23:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing packaging to deal with the fact that yum exits with 0 exit code even when it is told to install a non-existent package.
-
-Tue, 13 Jun 2006 20:21:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Correcting puppetrun docs and fixing a test so it works with older versions of facter
-
-Tue, 13 Jun 2006 18:09:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support for default nodes as requested in #136.
-
-Tue, 13 Jun 2006 18:09:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing puppetclient schema to descend from top instead of iphost
-
-Tue, 13 Jun 2006 17:31:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #169. Tags are ignored during config.
-
-Tue, 13 Jun 2006 17:26:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the main bug reported on the list today relating to file sourcing truncating linked-to files.
-
-Tue, 13 Jun 2006 17:25:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding noop marker as requested
-
-Tue, 13 Jun 2006 15:57:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A round of bug-fixing in preparation for the next release.
-
-Mon, 12 Jun 2006 20:54:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding nothing test to zone tests
-
-Mon, 12 Jun 2006 20:04:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing ldap node lookup. The test was set up badly, in that it did not actually provide a way to enable ldap node support, even though there was a config option that should have worked. All works now.
-
-Mon, 12 Jun 2006 19:04:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-turning on output flushing
-
-Mon, 12 Jun 2006 19:01:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding support for following referrals
-
-Mon, 12 Jun 2006 18:23:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #135. I was setting the object to the result of an include? test, instead of just "obj = ary[val]", so all but the first bucket-backed files were getting errors.
-
-Fri, 9 Jun 2006 21:22:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Found a bug where single-value selectors can fail on a second compile. Fixed it, and am now compiling all snippets twice.
-
-Fri, 9 Jun 2006 18:42:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-modifying rakefile to specify the package hosts; they were previously hard-coded in the build library
-
-Thu, 8 Jun 2006 21:46:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #168. Reworked the regex to allow matching TLDs.
-
-Thu, 8 Jun 2006 20:54:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #167. Started with the submitted patch and made a few more modifications, and added a regression test.
-
-Thu, 8 Jun 2006 20:38:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #157. Objects are no longer allowed to be their own parents, and there are checks in both directions to stop this.
-
-Thu, 8 Jun 2006 20:06:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #166. Function names are no longer reserved words.
-
-Thu, 8 Jun 2006 17:28:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #158. I did not add a force option, since I always back files up before I replace them.
-
-Thu, 8 Jun 2006 16:32:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding faq to docs
-
-Thu, 8 Jun 2006 16:32:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #154. Basically just accepted the patch that fixes master.rb and added a test case for it.
-
-Thu, 8 Jun 2006 16:18:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Applied patch from #153.
-
-Thu, 8 Jun 2006 16:15:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #155. It is now valid to have arrays with no values, although you will still likely get erratic behaviour elsewhere in the system, depending on what you do with this.
-
-Thu, 8 Jun 2006 16:10:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #159 -- packages now have a default value for ensure (:installed).
-
-Wed, 7 Jun 2006 20:03:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding rakefile for the docs
-
-Wed, 7 Jun 2006 18:14:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-copying all documentation from the plone site
-
-Tue, 6 Jun 2006 04:06:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing largely complete Solaris zone support. I still need to add static filesystem support, but everything else should work.
-
-Tue, 6 Jun 2006 04:02:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing one of the stack traces from error output
-
-Mon, 5 Jun 2006 16:05:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #163. Strings can now correctly escape dollar signs.
-
-Fri, 2 Jun 2006 23:38:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Intermediate commit; most of the core zone functions now work, and some of the configuration functions work.
-
-Thu, 1 Jun 2006 21:17:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing node tests to handle comma separation
-
-Thu, 1 Jun 2006 20:39:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-temporary commit so i can transfer my testing to a faster, sparc box
-
-Thu, 1 Jun 2006 00:48:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject
-
-Thu, 1 Jun 2006 00:30:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #161. Basically, AST::ObjectDef now catches when users specify a name as a parameter instead of the name before the colon and modify the results accordingly. This catches this kind of problem, and the normal name handling picks up everything else.
-
-Wed, 31 May 2006 22:52:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #162. Node names must now be comma-separated.
-
-Sun, 28 May 2006 22:13:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding an "execute" method to Puppet::Util, and including the module in element.rb
-
-Sun, 28 May 2006 21:04:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding zone management stub; switching to my home vm for testing
-
-Thu, 25 May 2006 21:54:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing destdir in installer, and adding solaris conf stuff
-
-Thu, 25 May 2006 06:24:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Did some work on making sure object removal actually works, thus stopping some potential memory leaks. Also explicitly removed objects in more places, again hopefully forestalling memory leaks.
-
-Thu, 25 May 2006 06:08:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Reworking cron; adding many unit tests, and making it much more like a ParsedType (although still not quite the same). Too many of my tests were invalid; I think those are all fixed now, and it appears to work as desired.
-
-Fri, 19 May 2006 21:15:35 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Small fix to include puppetrun in /usr/bin
-
-Fri, 19 May 2006 20:29:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding puppetrun to the red hat spec file
-
-Fri, 19 May 2006 19:20:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.17.2
-
-Fri, 19 May 2006 19:19:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.17.2
-
-Fri, 19 May 2006 19:18:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #138, all of it, I think. Environment settings are now allowed, although all bets are off in terms of parsing existing environment settings in crontabs.
-
-Fri, 19 May 2006 18:31:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a small fix to cron tabs; they will at least parse tabs that have env settings in them, although you still cannot, at this point, set them.
-
-Fri, 19 May 2006 17:58:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-slight ldap fixes in puppetrun
-
-Fri, 19 May 2006 17:29:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-First version of puppetrun. It seems to mostly work, but I need to test it with greater parallelization.
-
-Thu, 18 May 2006 22:16:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added the last of the tests for the runner, along with the necessary work in puppetd to be able to start it.
-
-Thu, 18 May 2006 20:41:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a lot of structure to puppet.rb to make it easier to manage multiple objects in a single process, including making it easy to add threads. Added some testing for all of that.
-
-Thu, 18 May 2006 17:48:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing user[:groups] management when the user is absent
-
-Thu, 18 May 2006 05:34:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.17.1
-
-Thu, 18 May 2006 05:33:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.17.1 and 0.17.0
-
-Thu, 18 May 2006 05:09:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allowing empty files
-
-Thu, 18 May 2006 05:00:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #146. I think I mostly just fixed the error message; I do not think there was another bug there.
-
-Wed, 17 May 2006 23:42:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing stupid debian rails mistake
-
-Tue, 16 May 2006 01:52:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making sure file recursion works for all valid inputs
-
-Mon, 15 May 2006 21:51:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating version on spec file
-
-Mon, 15 May 2006 21:38:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.17.0
-
-Mon, 15 May 2006 21:14:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Wrapping the host storage into a transaction. It might have a slight performance improvement, but, ah, unlikely.
-
-Mon, 15 May 2006 20:59:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a test to make sure that defaults get taken up by components
-
-Mon, 15 May 2006 20:19:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding code to try for the rails gem if the library cannot be found normally, and adding some protections in case there are problems
-
-Mon, 15 May 2006 19:16:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-only performing collection tests if activerecord is available
-
-Mon, 15 May 2006 19:12:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-failing more intelligently in init if ActiveRecord is missing
-
-Mon, 15 May 2006 19:11:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making sure yum fails on unknown packages
-
-Mon, 15 May 2006 18:37:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing extraneous logging
-
-Mon, 15 May 2006 18:02:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-I believe I have finalized export/collection support. I still want to go through all of the code and s/collectable/exported/g (thanks to womble for that term).
-
-Sun, 14 May 2006 02:42:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-I had to redo how the scopes handled collectable objects (which I will soon change to being called "exported objects"). All seems to work now, though.
-
-Sat, 13 May 2006 21:34:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Made a *huge* performance difference in storing hosts -- down from about 25 seconds per host to about 5 seconds on my machine. I will almost definitely still use forking or something to make this not affect the clients
-
-Sat, 13 May 2006 20:01:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-I appear to have object collection working, incredibly. This commit does the collection from the database up to adding the objects to the current scope, which is what sends it to the client.
-
-Sat, 13 May 2006 18:27:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The "collectable" syntax now works end-to-end -- the parser correctly recognizes it, the AST objects retain the settings, the scopes do the right conversion, the interpreter stores them all in the database, and then it strips the collectable objects out before sending the object list to the client
-
-Sat, 13 May 2006 16:15:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a few more fields to the host table
-
-Sat, 13 May 2006 04:52:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding initial rails support. One can now store host configurations using ActiveRecord into a database (I have only tested sqlite3). Tomorrow will be the grammars used to retrieve those records for object collection.
-
-Sat, 13 May 2006 02:14:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some small changes towards fixing #140 and #83, but this work needs to take a back seat to object collection, so i will come back to it later.
-
-Fri, 12 May 2006 22:22:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #141. It was a problem related to the recent parser changes I made.
-
-Fri, 12 May 2006 19:01:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing some extraneous logging
-
-Wed, 10 May 2006 16:10:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating doc system to add the list of valid values to the doc string, and tweaking a few docs.
-
-Tue, 9 May 2006 16:39:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Slight modifications to package parsing on *bsd. It should be better about catching the version number, and unparseable lines are now just warnings, not errors.
-
-Tue, 9 May 2006 06:01:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-It is just a snippet test, and thus a functional test but not a coverage test, but definition overrides officially work. This was important because it enables definitions to be collectable, which was not possible without the mechanism that enables this.
-
-Tue, 9 May 2006 05:50:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Preliminary commit of the first phase of the parser redesign. The biggest difference is that overrides should now work for definitions (although i do not yet have a test case -- i will add one on the next commit). The way this is implemented is by having scopes translate themselves at eval time, but in two phases -- the first phase does the overrides, and the second phase does the evaluation of definitions and classes.
-
-Fri, 5 May 2006 19:47:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making a test to verify that the functionality womble is looking for now works
-
-Fri, 5 May 2006 19:43:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making trigger logs much clearer -- you now get info logs indicating how many dependencies changed, and debug logs indicating what those dependencies are
-
-Fri, 5 May 2006 18:18:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing how events work. Events are now responded to inline, while an object is being applied.
-
-Thu, 4 May 2006 17:05:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing default for pattern to include the binary if it is included
-
-Thu, 4 May 2006 16:46:04 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-require the very latest facter to avoid problems because facter changed iphostnumber to ipaddress
-
-Thu, 4 May 2006 05:12:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Small bug fixes
-
-Thu, 4 May 2006 03:03:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the problem that lutter ran into; the issue seems to be that Facter could not find the ipaddress on the server.
-
-Wed, 3 May 2006 22:23:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing log messages
-
-Wed, 3 May 2006 22:21:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing log messages
-
-Wed, 3 May 2006 06:08:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.16.5
-
-Wed, 3 May 2006 06:06:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.16.5
-
-Wed, 3 May 2006 05:57:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving importing files with classes in them. This is a better solution than what I had before the bug, anyway. Also, some documentation fixes.
-
-Wed, 3 May 2006 04:36:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some naming problems with crons, and adding appropriate tests
-
-Tue, 2 May 2006 15:54:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allowing dashes in class names, although grammar rules restrict it from working anywhere except node names or in tag(). They are valid in host names, and many companies have them in the host names; in fact, this fix is for a company with this exact problem -- they cannot use puppet with their nodes because all their hosts have dashes in the host names.
-
-Tue, 2 May 2006 15:29:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switching to just using "preserve" for file copying in file#handlebackups
-
-Tue, 2 May 2006 05:11:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.16.4
-
-Tue, 2 May 2006 05:10:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.16.4
-
-Tue, 2 May 2006 04:30:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #132, which involved creating a separate CA client and using it to retrieve the certificates. There was more work to do because of the weird client/daemon/server heirarchy.
-
-Mon, 1 May 2006 01:09:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.16.3
-
-Mon, 1 May 2006 01:08:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog
-
-Mon, 1 May 2006 01:07:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Bug fixes from OS X for 0.16.3
-
-Sun, 30 Apr 2006 23:22:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hopefully final bug fixes in preparation for 0.16.3
-
-Sun, 30 Apr 2006 20:20:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing tests looking for pmap
-
-Sun, 30 Apr 2006 20:19:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing TransObject#to_type so that it does not modify the object being converted
-
-Sun, 30 Apr 2006 19:31:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing test for service paths; only testing if it is a directory if it is present.
-
-Sun, 30 Apr 2006 19:04:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added some code that could be used later to make sure the user and mode are also copied on backups.
-
-Sun, 30 Apr 2006 18:46:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a check to make sure the mode is copied over.
-
-Sun, 30 Apr 2006 18:11:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the docs a bit for the executables, adding a --daemonize option to puppetd and puppetmasterd so they can still be daemonized with debugging or verbosity enabled, and causing puppetd to fail to start if a PID file exists (and not setting a pid file if running with --onetime enabled).
-
-Fri, 28 Apr 2006 19:46:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Puppetd now has an option for listening -- just run the --listen option, and it will start up with a pelement server. It will fail to start if the authconfig file (defaulting to /etc/puppet/namespaceauth.conf) is missing, since it defaults to access at this point.
-
-Fri, 28 Apr 2006 17:19:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making file copying significantly faster -- i found an extra call to "describe" in file sources and an extra read/checksumming of the dest file
-
-Fri, 28 Apr 2006 16:18:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #128. md5lite was being used instead of full md5. At this point, md5lite cannot be used for source copies.
-
-Fri, 28 Apr 2006 04:08:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding in all of the patches necessary to make a prototype rails interface to puppet nodes work. The biggest change is that there is now a separate NetworkClient class for every Client subclass, because otherwise you get namespace collisions. Most everything other change is a relatively minor patch.
-
-Fri, 28 Apr 2006 04:08:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding in all of the patches necessary to make a prototype rails interface to puppet nodes work. The biggest change is that there is now a separate NetworkClient class for every Client subclass, because otherwise you get namespace collisions. Most everything other change is a relatively minor patch.
-
-Thu, 27 Apr 2006 16:59:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Trying to track down the bugs reported this morning, so I added some more test cases. I did find a bug in the filebuckets, fixed it, and added a test case.
-
-Wed, 26 Apr 2006 17:32:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.16.1 and 0.16.2
-
-Wed, 26 Apr 2006 17:32:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding "clean" mode to puppetca
-
-Wed, 26 Apr 2006 17:01:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-This should have been in 0.16.1. Moving the "setclass" statements around so that classes are set before a given class's code is evaluated, so it can be tested within the code, within node defs, components, or classes.
-
-Wed, 26 Apr 2006 16:20:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding sum type to the retrieved sum if it is not already there. This provides backwards compatibility for existing cache files.
-
-Wed, 26 Apr 2006 16:14:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing unnecessary debugging
-
-Wed, 26 Apr 2006 16:02:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "defined" functino to puppet, so you can now test whether a given class or definition is defined.
-
-Wed, 26 Apr 2006 05:39:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Creating a simplistic, generic function framework in the parser, so it is now very easy to add new functions. There is a pretty crappy, hardwired distinction between functions that return values and those that do not, but I do not see a good way around it right now. Functions are also currently responsible for handling their own arity, although I have plans for fixing that.
-
-Sat, 22 Apr 2006 19:22:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying non-existent-package test to make sure syncing fails, and modified ports package type to check the error output instead of the return code, because the portinstall command returns 0 even on failure.
-
-Sat, 22 Apr 2006 02:14:03 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix ownership on server files (trac #122) Change ownership on /var/puppet
-
-Fri, 21 Apr 2006 19:33:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing patch from red hat spec file
-
-Fri, 21 Apr 2006 19:14:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Final commit before 0.16.0
-
-Fri, 21 Apr 2006 03:06:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making corrections to pass tests on freebsd
-
-Fri, 21 Apr 2006 02:36:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Go some work started on developing authorization, but I have made little progress. I might wait on this for the next point release.
-
-Thu, 20 Apr 2006 20:55:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-pelement listing now works
-
-Thu, 20 Apr 2006 19:38:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added a list class method to just about all types, and it seems to actually work for everyone. Now just to add a list method to the pelement server.
-
-Thu, 20 Apr 2006 07:00:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "list" class method to most types, and using it in the tests for the pelement server to verify that objects can be copied using it. I expect that most package types other than apt/dpkg are not yet working with these tests.
-
-Thu, 20 Apr 2006 05:14:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-A simple first version of an object (called "pelement") server is now in place. There is not yet a client, and the tests are pretty simple so far -- only files have been tested yet. I had to make a significant number of modifications to the file object in order to get this all to work, and one of the big changes I made is to the internals of the checksum state.
-
-Thu, 20 Apr 2006 05:11:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Actually adding the ports file that provides freebsd port support
-
-Thu, 20 Apr 2006 01:02:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding freebsd ports support
-
-Wed, 19 Apr 2006 23:38:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing test to know that i skipped alerts
-
-Wed, 19 Apr 2006 17:23:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing service stopping; I had the %x{} command quoted
-
-Wed, 19 Apr 2006 15:43:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixin #102. The syslog name is now either the name if the process (if that name includes "puppet" in it) or "puppet-" and the name of the process. Also removing the "alert" test messages, since they result in a wall.
-
-Wed, 19 Apr 2006 15:35:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #118; the hash is now always 8 hex characters, 0-padded. Also changed the CA cert name to the FQDN of the host serving the CA, rather than "CAcert".
-
-Mon, 17 Apr 2006 23:00:49 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix handling of run files so services can't be started twice (reported with patch by soul916 at gmail.com)
-
-Mon, 17 Apr 2006 23:00:03 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't create empty log files in %post (based on report by soul916 at gmail.com)
-
-Mon, 17 Apr 2006 19:34:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the log level of the "defaulting to base service type" message
-
-Mon, 17 Apr 2006 16:15:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a bunch of small bugs, mostly found by testing on solaris, and added a check to the test system that points out memory growth
-
-Thu, 13 Apr 2006 16:58:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing set to tag in the tests
-
-Wed, 12 Apr 2006 17:36:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing puppetca so it does not call chuser; instead, it is configured to create all of the files with the correct permissions and ownership (using Config#write and Config#writesub).
-
-Tue, 11 Apr 2006 23:44:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding doc generation for exe arguments
-
-Tue, 11 Apr 2006 23:11:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Oops, typo in client/master.rb
-
-Tue, 11 Apr 2006 23:08:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding --test option to puppetd (it enables --onetime, --no-usecacheonfailure, and --verbose), and modifying the docs a bit.
-
-Tue, 11 Apr 2006 23:00:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding locking to the master client, so that only one copy of puppetd will be running. This should make it safe to run puppetd manually while it is also running normally.
-
-Tue, 11 Apr 2006 22:32:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing "set" to "tag"
-
-Tue, 11 Apr 2006 22:23:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the host name as a tag (stripped of the domain name)
-
-Tue, 11 Apr 2006 17:48:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying "setclass" on scope to check the validity of class names, now that "set" can be used to set them manually, and added a test for it.
-
-Tue, 11 Apr 2006 17:33:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the language side of #109. Added a "set" keyword.
-
-Tue, 11 Apr 2006 16:12:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a few informative facts on the server side: serverversion, servername, serverip. And only printing the parse time in the interpreter if it is not a local connection.
-
-Tue, 11 Apr 2006 15:58:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the puppet client version to the fact list as "clientversion"
-
-Tue, 11 Apr 2006 15:57:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the puppet client version to the fact list as "clientversion"
-
-Tue, 11 Apr 2006 15:30:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "tag" metaparam
-
-Mon, 10 Apr 2006 22:13:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding simple benchmarking, and using it in a few of the more obvious places. Also, fixed a bug in Scope#gennode.
-
-Mon, 10 Apr 2006 21:37:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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.
-
-Fri, 7 Apr 2006 00:06:03 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Revamp the yumrepo type to deal with repositories defined anywhere in yum's
-
-Thu, 6 Apr 2006 07:01:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-another small mount fix; this time, for stupid os x
-
-Thu, 6 Apr 2006 06:51:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-committing version changes
-
-Thu, 6 Apr 2006 06:43:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-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
-
-Thu, 6 Apr 2006 04:04:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.15.3; I need these exec fixes for my client
-
-Thu, 6 Apr 2006 04:00:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding autoloading for types and service types, also.
-
-Wed, 5 Apr 2006 23:38:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Okay, last one, hopefully. Modifying checks to support arrays.
-
-Wed, 5 Apr 2006 21:04:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-And, one more time. My test for the last bug did not actually retrieve, so it did not enounter the problem, and i had also forgotten to add the "check" boolean to the checks. Hopefully this will be the end of exec bugs for the day.
-
-Wed, 5 Apr 2006 20:58:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing checks so that they can run even if the set cwd does not exist
-
-Wed, 5 Apr 2006 20:31:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a bit of debugging
-
-Wed, 5 Apr 2006 20:27:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-moving cwd existence check into "sync" instead of "validate"
-
-Wed, 5 Apr 2006 20:13:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a small bug in type.rb that ignored false values (instead of nil values), another small bug in value setting that resulted in the file and line appearing twice in errors, and added validation to all of the checks in :exec (along with testing for all of it).
-
-Wed, 5 Apr 2006 08:28:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing patch from spec file
-
-Wed, 5 Apr 2006 08:11:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog in preparation for 0.15.2
-
-Wed, 5 Apr 2006 08:08:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding darwinport type.
-
-Wed, 5 Apr 2006 06:54:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-differentiating openbsd from freebsd, adding freebsd, and autoloading package types instead of manually loading them
-
-Wed, 5 Apr 2006 06:53:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing a couple small bugs in doc generation
-
-Wed, 5 Apr 2006 06:53:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing Config#mkdir test to not check gid on any BSD, since they appear to ignore egid when making directories or files
-
-Wed, 5 Apr 2006 06:39:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding deprecation notice
-
-Wed, 5 Apr 2006 06:39:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding some docs
-
-Wed, 5 Apr 2006 05:13:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-renaming; i hate bsd
-
-Wed, 5 Apr 2006 03:40:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #103. There are now no such things as node scopes; the entire tree is evaluated on every node connection, and node facts are set at the top-level scope. This includes,um, the code; the last commit was accidentally just test changes.
-
-Wed, 5 Apr 2006 03:39:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #103. There are now no such things as node scopes; the entire tree is evaluated on every node connection, and node facts are set at the top-level scope.
-
-Tue, 4 Apr 2006 23:31:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing the parser dir
-
-Tue, 4 Apr 2006 23:30:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-getting rid of the parser tree, and moving everything into the language dir
-
-Tue, 4 Apr 2006 23:28:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-loading yumrepo in the test, since it is not being loaded in the main code
-
-Tue, 4 Apr 2006 23:13:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the testing system and resulted from changing :File to :Manifest in server/master
-
-Tue, 4 Apr 2006 23:06:04 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Disable yumrepo type since it won't work with the FC5 repo files
-
-Tue, 4 Apr 2006 22:33:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #108
-
-Tue, 4 Apr 2006 22:23:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding -e ability to puppet executable
-
-Tue, 4 Apr 2006 19:57:54 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Change how names for nodes are specified: the 'node' keyword can be followed by a NAME or by single quoted text, i.e. fully qualified names for nodes must be enclosed in single quotes
-
-Tue, 4 Apr 2006 17:29:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the class file to actually store class names, not object ids. Also added tests to make sure it all stays that way.
-
-Tue, 4 Apr 2006 05:53:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Finally! We now have mount support in OS X. Ouch.
-
-Mon, 3 Apr 2006 23:37:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding netinfo type and some tests
-
-Mon, 3 Apr 2006 20:37:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-eliminating some debugging, and removing a small redundancy bug in nameserver.rb
-
-Mon, 3 Apr 2006 19:58:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing authstore to use an array for ordering, rather than a hash, duh.
-
-Mon, 3 Apr 2006 19:46:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it was testing whether the parent dir was writeable on object creation, and if not it was not setting ownership and such, so i added some post-creation checks that will fix ownership if it was not set correctly at creation time.
-
-Mon, 3 Apr 2006 18:06:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing ssldir perms to 771, so non-root users can write to subdirs if they have permissions
-
-Mon, 3 Apr 2006 18:05:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a logging bug that apparently resulted from logging changes a while ago.
-
-Mon, 3 Apr 2006 17:08:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding apple package support, but it is very limited -- packages can only be installed, not upgraded or removed.
-
-Sun, 2 Apr 2006 23:46:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making a small change to the test, so failures are more informative
-
-Sun, 2 Apr 2006 23:39:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added a test for Type#remove, and fixed the method so it actually works. I was missing every other object, because i was iterating over the array being modified. This caused the Config stuff to often fail, because objects were not correctly being removed. All fixed now, though.
-
-Sun, 2 Apr 2006 21:58:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding mkdir equivalent of Config#write
-
-Sun, 2 Apr 2006 20:42:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a "write" method to config objects, so that files can be easily written with the correct owner, group, and modes
-
-Sat, 1 Apr 2006 20:31:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to the types being autoloaded
-
-Sat, 1 Apr 2006 20:16:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-renaming filesystem to mount
-
-Sat, 1 Apr 2006 20:15:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding filesystem support, and modifying parsedtypes a bit to fix a bug where non-instance lines were being duplicated
-
-Fri, 31 Mar 2006 23:33:17 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Manifests can now specify node names with fully qualified domain names, too.
-
-Fri, 31 Mar 2006 01:29:54 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Accept a single file as a test to run in addition to a directory
-
-Fri, 31 Mar 2006 01:29:13 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Remove unused should method; add more yum parameters to the type
-
-Fri, 31 Mar 2006 00:51:14 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Disbale running puppetmaster as puppet until we've sorted out which files
-
-Fri, 31 Mar 2006 00:49:50 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-New yumrepo type for basic management of the yum configuration of
-
-Wed, 22 Mar 2006 21:56:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding os x group management support
-
-Wed, 22 Mar 2006 20:31:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing support for group membership management. Currently only works on Linuxes and other OSes that use "useradd" that support -G.
-
-Wed, 22 Mar 2006 20:30:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-commiting package test fix that i thought i committed ages ago
-
-Thu, 16 Mar 2006 17:55:59 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Simplified as yum install can be used for both install and update
-
-Wed, 15 Mar 2006 20:08:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.15.1
-
-Wed, 15 Mar 2006 16:48:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #100. I just added a bit of a hack to configuration parsing -- if a group is specified in a section that matches the name of the process, then it is assumed to be the group that the process should run as. The problem is that we are reusing the term "group" here for both the run-group and the file-group. Oh well.
-
-Wed, 15 Mar 2006 16:39:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Using differents commands with yum depending on whether the package is currently installed or not.
-
-Tue, 14 Mar 2006 21:17:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing ruby as a dependency, since too many packaging systems will have installed it differently
-
-Tue, 14 Mar 2006 20:00:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing service enable/disable on solaris 10, and fixing some problems with the tests
-
-Tue, 14 Mar 2006 05:38:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Converted everything over for Puppet. The Rakefile is, um, a *lot* shorter. :)
-
-Tue, 14 Mar 2006 04:29:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-This version appears to work well with epm stuff
-
-Tue, 14 Mar 2006 04:29:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing dos EOL chars
-
-Tue, 14 Mar 2006 03:35:37 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Minor changes from Fedora Extras review
-
-Tue, 14 Mar 2006 03:35:08 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Don't mark puppetmaster for start by default; makes rpmlint happier
-
-Tue, 14 Mar 2006 03:29:06 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Add little snippet on passing an additional option during system boot, but leave it commented out
-
-Tue, 14 Mar 2006 01:20:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding sbin directory
-
-Mon, 13 Mar 2006 21:09:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing the EPM support. I am in the process of moving this to a common library that all of my projects can use.
-
-Mon, 13 Mar 2006 20:05:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding EPM package building.
-
-Mon, 13 Mar 2006 17:10:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.15.0
-
-Mon, 13 Mar 2006 17:10:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.15.0.
-
-Mon, 13 Mar 2006 17:07:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing small bug in the test code when there are no packages to test
-
-Mon, 13 Mar 2006 17:04:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding upgrade ability to sun packages. Currently it removes the old package and installs the new one.
-
-Mon, 13 Mar 2006 17:04:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the way the hosttest output is handled
-
-Mon, 13 Mar 2006 17:03:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding some extra info to the ldap test
-
-Sun, 12 Mar 2006 03:29:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing fileserver tests; apparently they were still broken from when i changed the fileserving interface to handle links.
-
-Sun, 12 Mar 2006 03:19:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing small bug in symlink recursion
-
-Sun, 12 Mar 2006 03:07:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #94. When "ensure" is synced, it syncs the "enable" state at the same time.
-
-Sun, 12 Mar 2006 02:57:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Ooops, did not save the docs before committing.
-
-Sun, 12 Mar 2006 02:56:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #98. Filebuckets now work throughout the system, and the puppetmasterd creates one by default. I have also updated the :backup docs, adding an example.
-
-Sun, 12 Mar 2006 01:53:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-reducing the log level for checksum warning about symlinks, really this time
-
-Sun, 12 Mar 2006 01:53:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-reducing the log level for checksum warning about symlinks
-
-Sun, 12 Mar 2006 01:49:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding enhancement #92. Unfortunately, I was not able to write test code to consistently verify that this works, because there is too much caching internally. I verified it personally using my own configurations, but that is as good as I could do. This indicates that caching should probably be rethought, so that there is some kind of global "do not cache anything" mechanism.
-
-Sun, 12 Mar 2006 01:48:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing bug related to recursion testing
-
-Sun, 12 Mar 2006 00:58:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing rpms so they will automatically upgrade when you point Puppet to a new package file
-
-Sat, 11 Mar 2006 22:25:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing broken test from my previous change
-
-Sat, 11 Mar 2006 22:18:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #82. You can now specify comma-separated tags to get run in puppet or puppetd: puppetd --onetime --tags "enhost, facter" -v. You cannot specify classes explicitly, but tags map well to classes and have the benefit of being more generic.
-
-Sat, 11 Mar 2006 21:48:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Supporting rpm installs when a package source is specified
-
-Sat, 11 Mar 2006 21:15:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Using undefined variables is no longer an exception, it just returns an empty string.
-
-Fri, 10 Mar 2006 21:58:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing small bug when autorequire returns an object instead of a string
-
-Fri, 10 Mar 2006 21:46:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-There was a critical design flaw in the link recursion work I did previously, and fixing it required a decently large reorganization. Everything is much, much cleaner now.
-
-Fri, 10 Mar 2006 05:41:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging symlinks back into files. Symlinks still exist but with a warning about deprecation. Fixes #93. Also the first time I have run any tests on OS X, so there are some bug fixes related to that.
-
-Thu, 9 Mar 2006 23:17:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Parameters and states can now register regexes as allowed values. Also, there are (finally) tests associated with params and states, although they should be much more comprehensive.
-
-Thu, 9 Mar 2006 20:46:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #95. I had to redesign how events were triggered; the transaction now individually triggers each subscription, so that it has control in how to respond to failures. Eventually, this will lead the way to error handling within puppet, but for now, it just allows us to trigger every appropriate subscription, whether some have failed or not.
-
-Thu, 9 Mar 2006 20:08:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Creating a single, constistent method for writing files, instead of having :ensure, :content, and :source each have a slightly different mechanism. This method also makes sure that the owner, group, and mode are always set on file creation, so extra runs are not necessary to make it work.
-
-Thu, 9 Mar 2006 18:45:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #96. Defaults are now set when the object is passed out by the scope, rather than when the object is created. This is nice because it also moves awareness of the scope internals out of the AST object and back into the scope.
-
-Thu, 9 Mar 2006 18:12:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #97. I was wrong about the object type I had, so I was calling "type" with no arguments, which was causing the bug.
-
-Wed, 8 Mar 2006 22:57:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-lowering the log output for nonexistent files
-
-Mon, 6 Mar 2006 22:39:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.14.1
-
-Mon, 6 Mar 2006 22:32:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.14.1
-
-Mon, 6 Mar 2006 21:27:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making case statements not create a new scope
-
-Mon, 6 Mar 2006 21:19:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing some more logging issues
-
-Mon, 6 Mar 2006 19:54:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making some logging changes, and fixing a small bug in group management on missing files
-
-Mon, 6 Mar 2006 19:31:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.14.0
-
-Mon, 6 Mar 2006 19:30:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing yum listing bug, and caching the "latest" value so it is not asked for so many times; this fixes #90.
-
-Mon, 6 Mar 2006 18:07:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing the last changes, for now, to handling links. You still cannot copy remote links, but you can either ignore or follow them. I do not think we will be able to copy remote links until I have merged symlinks and files to be the same object type again.
-
-Sat, 4 Mar 2006 19:26:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "links" parameter to files, and adding support for following or ignoring links to all of the states it can matter to. I still need to modify "source" so that it behaves correctly when managing links.
-
-Sat, 4 Mar 2006 16:32:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing group ownership of the state file; I realized that the server does not ever actually write to it.
-
-Fri, 3 Mar 2006 23:31:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switching from using "evaluate" to using "retrieve" when getting checksum values, since retrieval is sufficient, and evaluate keeps printing messages about changes.
-
-Fri, 3 Mar 2006 23:06:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing logging in the fileserver so it is always obvious where the logs are originating, and fixing a bit of debugging elsewhere.
-
-Fri, 3 Mar 2006 22:34:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing deprecation notice about services using "ensure" instead of "running"
-
-Fri, 3 Mar 2006 22:29:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing extraneous debugging
-
-Fri, 3 Mar 2006 22:29:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing the mode of the yaml file
-
-Fri, 3 Mar 2006 22:23:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Supporting variables as the test value in both case statements and selectors.
-
-Fri, 3 Mar 2006 22:21:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-renaming
-
-Fri, 3 Mar 2006 19:58:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Only setting group or owner on config files when running as root
-
-Fri, 3 Mar 2006 18:49:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-logging config changes at debug, instead of the normal log level
-
-Fri, 3 Mar 2006 18:23:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Definitions now always create their own context, which means that they cannot override elements in the containing scopes.
-
-Thu, 2 Mar 2006 23:12:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-upgrading to warning the message about using a cached copy
-
-Thu, 2 Mar 2006 20:39:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.13.6
-
-Thu, 2 Mar 2006 20:39:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.13.6
-
-Thu, 2 Mar 2006 20:28:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing tests so they do not chmod /dev/null to 640 (stupid tests).
-
-Thu, 2 Mar 2006 17:12:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #68. After tons and tons and tons of work, everything successfully configures itself, and the --genmanifest argument should actually work. User and group creation will not necessarily work everywhere (in particular, Puppet uses dependencies to create the group first, but Fedora complains on user creation if the group already exists), but file and directory creation should. The only downside is that there is a decent amount of extra information printed on daemon startup, as the daemon checks its config; this could maybe be seen as a bonus, though, I guess.
-
-Thu, 2 Mar 2006 07:30:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Okay, Puppet is now almost entirely capable of configuring itself. I have not yet added the extra tests to puppetmasterd to make sure it can start as a normal user, and the executables still fail some simple tests because they are producing output when they start (I will get rid of the output), but overall things look pretty good.
-
-Thu, 2 Mar 2006 02:13:49 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Remove hte fedora-usermgmt stuff. As it turns out, it's not a Fedora Extras requirement to use it; so we'll just have useradd/groupadd allocate id's dynamically
-
-Wed, 1 Mar 2006 23:09:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding metadata to defaults
-
-Wed, 1 Mar 2006 22:28:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing the setdefaults input format somewhat. It is always a hash of some kind now.
-
-Wed, 1 Mar 2006 21:36:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Intermediate commit; setdefaults now accepts both hashes and arrays
-
-Tue, 28 Feb 2006 20:11:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing user and group management in the config handling.
-
-Tue, 28 Feb 2006 17:09:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a connect log to the master server
-
-Tue, 28 Feb 2006 04:27:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #70. We now have user and group management on FreeBSD.
-
-Tue, 28 Feb 2006 03:32:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing bug #60. Converting nodes to use types everywhere instead of names, and adding a localobjectable to keep track of what parameters have been defined locally.
-
-Mon, 27 Feb 2006 23:22:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing #64; multiple class definitions in the same scope is now an error, although using the same class name in different scopes is not an error.
-
-Mon, 27 Feb 2006 23:09:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing bug #73; node names now appear only once in the path
-
-Mon, 27 Feb 2006 22:49:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing bug #75, providing support for unnecessary end commas.
-
-Mon, 27 Feb 2006 22:25:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing all of the autoname code
-
-Mon, 27 Feb 2006 22:21:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Mostly, this is a refactoring commit. There is one significant new feature,
-
-Mon, 27 Feb 2006 07:10:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switching setclass to use object_ids instead of class names, and adding some comments.
-
-Mon, 27 Feb 2006 06:09:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing scopes and AST so that definitions and classes are looked for in the scopes, instead of in a global list
-
-Sat, 25 Feb 2006 00:31:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some debugging to list the states being changed when in debug mode
-
-Sat, 25 Feb 2006 00:28:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing nodes so that their paths are printed correctly
-
-Sat, 25 Feb 2006 00:26:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing timestamp debugging
-
-Sat, 25 Feb 2006 00:25:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing output when user/group are not found
-
-Fri, 24 Feb 2006 23:01:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding TERM to the signals being trapped
-
-Fri, 24 Feb 2006 22:50:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing bug #72, where trailing slashes break file sourcing
-
-Fri, 24 Feb 2006 22:49:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding commas to each line
-
-Fri, 24 Feb 2006 22:01:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing the initial syslog dest setting
-
-Fri, 24 Feb 2006 20:12:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.13.5
-
-Fri, 24 Feb 2006 20:12:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding changelog for 0.13.5
-
-Fri, 24 Feb 2006 20:01:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding redhat service type, to support enabling and disabling a service
-
-Fri, 24 Feb 2006 20:00:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing package types so you can specify the package type manually in a manifest
-
-Thu, 23 Feb 2006 22:34:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing extra error statement
-
-Thu, 23 Feb 2006 22:25:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding passwd converter
-
-Thu, 23 Feb 2006 20:22:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.13.4
-
-Thu, 23 Feb 2006 20:21:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog for 0.13.4
-
-Thu, 23 Feb 2006 20:21:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updates
-
-Thu, 23 Feb 2006 05:48:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a bit more logging
-
-Thu, 23 Feb 2006 02:15:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing bug when creating containers with parents
-
-Thu, 23 Feb 2006 01:14:20 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Generate an error if the pattern for an import statement matches no file.
-
-Wed, 22 Feb 2006 02:31:07 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Properly figure out when updates are available. Previously, packages would neverbe updated because 'yum list foo' first prints the currently installed package. Now we use 'yum list updates foo'
-
-Wed, 22 Feb 2006 01:51:15 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Incorporate initial feedback from FE review
-
-Wed, 22 Feb 2006 00:47:19 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix failure of test_importglobbing in test/parser/parser.rb
-
-Tue, 21 Feb 2006 23:47:42 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Enable passing --parseonly from the command line
-
-Thu, 16 Feb 2006 20:15:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding single-quote syntactical element
-
-Thu, 16 Feb 2006 19:10:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing transactions to be one-stage instead of two, and changing most of the type classes to use "obj[:name]" instead of "obj.name" where appropriate, because "obj.name" might be a symbolic name (e.g., File.unlink(file.name) will not do what you want if file.name == "sshdconfig" but file[:path] == "/etc/ssh/sshd_config")
-
-Thu, 16 Feb 2006 16:27:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removed some of the autorequire stuff from :exec because it created untenable require loops, and created a test case for some complicated exec + file recursion. The test case fails, and I want to have a clean committed repository before i mess much more in trying to fix it, which might actually not be possible.
-
-Thu, 16 Feb 2006 00:47:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Duh, removing some debugging
-
-Thu, 16 Feb 2006 00:47:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding logoutput parameter to :exec
-
-Thu, 16 Feb 2006 00:46:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing symbolic naming bug where symbolic names were being ignored in some cases
-
-Wed, 15 Feb 2006 22:00:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.13.2
-
-Wed, 15 Feb 2006 21:56:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changed the parsedtype definition of exists(), and fixed a few smaller bugs. Last code commit before 0.13.2
-
-Wed, 15 Feb 2006 21:04:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Tracked down a few other bugs; everything now passes on debian in preparation for 0.13.2
-
-Wed, 15 Feb 2006 18:34:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing "answerfile" to "adminfile", adding "responsefile", and autorequiring both.
-
-Wed, 15 Feb 2006 18:23:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing users so that they can use a group created by Puppet, and they also now autorequire that group. To do so, I modified Puppet::Util.gid, which required that I fix Puppet::Type#merge to support merging managed and umanaged objects, which required fixing a bug in Puppet::Type#managed?, and I also changed the ensure state to only default to a value, when the object is managed, which required that I change the defaults system to support default procs that do not return a value. In other words, lots of fixes for a smallish problem, but we are much better off now.
-
-Wed, 15 Feb 2006 18:19:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the order of arguments when using admin files with sun packages
-
-Wed, 15 Feb 2006 07:20:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Some important bug fixes in the parsedtypes types; this all started from the submitted bug today, but I added :absent support to most params.
-
-Tue, 14 Feb 2006 06:21:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing the initial ldap support -- puppet can now look up node configurations in ldap. The test scripts currently only work on my home network.
-
-Tue, 14 Feb 2006 00:14:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding --enable/--disable locking for puppetd. You can now disable puppetd from running by creating a lock file, which is useful if you are testing a configuration and want puppetd not to run for a bit.
-
-Mon, 13 Feb 2006 21:58:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a general "check" mechanism to :exec, so it is now terribly easy to define a new check to perform, converted :creates and :refreshonly to use that mechanism, and then added :onlyif and :unless as new checks. Also added any files they mention as autorequire files.
-
-Mon, 13 Feb 2006 21:49:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding --loadclasses option to puppet
-
-Mon, 13 Feb 2006 21:49:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Correcting some path problems with symlink, and changing "target" state to "ensure"
-
-Mon, 13 Feb 2006 21:48:57 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing :target reference in pfile.rb
-
-Mon, 13 Feb 2006 21:46:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Correcting some path problems with symlink, and changing "target" state to "ensure"
-
-Mon, 13 Feb 2006 18:00:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.13.1
-
-Mon, 13 Feb 2006 18:00:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating alias docs to pass ReST checks
-
-Mon, 13 Feb 2006 17:48:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updating changelog and docs for :alias
-
-Mon, 13 Feb 2006 17:13:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some problems with cron tab management, and creating Puppet::Util.{u,g}id methods.
-
-Sun, 12 Feb 2006 18:08:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing locking. It apparently was not working on OS X, and I was not syncronizing access in threads -- i assumed locks themselves were a sufficient sync point.
-
-Fri, 10 Feb 2006 22:00:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making the language name a real alias. Now all objects in Puppet support specifying both the name and the namevar, or just a name and having the namevar set.
-
-Thu, 9 Feb 2006 21:15:38 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Change in how logging is defaulted: by default logs go to :syslog, unless the user explicitly gives at least one --logdest argument, in which case logs only go to the destinations the user gave.
-
-Thu, 9 Feb 2006 01:48:09 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Set the Release tag in the spec file to 1 when the version is changed
-
-Thu, 9 Feb 2006 01:40:58 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adapt specfile to the fact that puppetmaster now automatically runs as user puppet. Add default config files that send logs to /var/log/puppet.
-
-Wed, 8 Feb 2006 23:34:31 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix version in last changelog entry (makes rpmlint happy)
-
-Wed, 8 Feb 2006 23:05:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.13.0
-
-Wed, 8 Feb 2006 23:04:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating changelog for 0.13.0
-
-Wed, 8 Feb 2006 22:57:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding answerfile support to sun pkgs.
-
-Wed, 8 Feb 2006 22:56:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding some documentation
-
-Wed, 8 Feb 2006 17:45:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing errant warning
-
-Wed, 8 Feb 2006 17:44:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing small problem where checksum retrieving did not look in the cache; this was only ever a problem in cases where checksums have no "should" value set, which is generally only the case on the fileserver, but it caused the fileserver to replace checksum values on every retrieval.
-
-Wed, 8 Feb 2006 17:11:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing the conflict between ensure and source. Ironically I had already made sure there was no conflict with "content", but I had forgotten "source".
-
-Wed, 8 Feb 2006 16:53:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Checksums now get correctly updated for both the ensure and content state when those states are used
-
-Wed, 8 Feb 2006 16:38:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-first bug fixed, where sources were not updating the checksum
-
-Wed, 8 Feb 2006 16:07:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding keyword
-
-Wed, 8 Feb 2006 16:07:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding keyword
-
-Wed, 8 Feb 2006 16:00:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-replacing all occurences of "is_a?" in the parser with "instance_of?"
-
-Wed, 8 Feb 2006 15:57:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing bug that occurs with only one argument
-
-Wed, 8 Feb 2006 15:56:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-wrapping all work in a single rescue clause
-
-Wed, 8 Feb 2006 01:06:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding initial ldap schema
-
-Tue, 7 Feb 2006 23:56:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding vim syntax stuff
-
-Tue, 7 Feb 2006 23:53:05 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Simple emacs mode for editing manifests; only does pretty colors right now
-
-Tue, 7 Feb 2006 23:12:33 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-There is now full support for configuration files, and the entire system has been modified to expect their new behaviour. I have not yet run the test across all test hosts, though.
-
-Tue, 7 Feb 2006 17:07:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Configuration parameters now require (and have) descriptions, and a set of configuration parameters can be converted to a configuration file, a manifest, or a component. All I have to do now is integrate them into the executables.
-
-Tue, 7 Feb 2006 05:58:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing both the finalization of the config code, plus all of the code necessary to get basic isomorphism from code to transportables and back. Mostly keyword and autoname stuff.
-
-Tue, 7 Feb 2006 03:26:08 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix snippet_componentmetaparams test
-
-Tue, 7 Feb 2006 03:15:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Temporary commit; configs now can be converted to manifests
-
-Tue, 7 Feb 2006 02:31:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Config files now seem to work, so I am ready to start incorporating them.
-
-Tue, 7 Feb 2006 01:38:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-committing test code for bug lutter found
-
-Mon, 6 Feb 2006 23:01:16 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changes in lie with Fedora Extras requirements
-
-Mon, 6 Feb 2006 23:00:51 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix processname tag
-
-Mon, 6 Feb 2006 23:00:28 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Allow passing of options with 'once'; fix processname tag, add config tag.
-
-Mon, 6 Feb 2006 19:12:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-a couple small changes; the most significant is the addition of a class-level "eachattr" method, to avoid all of the calls to attrclass and attrtype
-
-Tue, 31 Jan 2006 02:07:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a significant performance bug in file recursion, and trying to help performance a bit in attribute handling on types
-
-Mon, 30 Jan 2006 23:14:31 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rewrote client init script since puppetd is now a proper demon.
-
-Mon, 30 Jan 2006 22:18:50 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Install bin/puppet into /usr/bin/puppet, not /usr/sbin/puppet, since normal users are supposed to be able to run it
-
-Mon, 30 Jan 2006 22:11:26 +0000
-lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fix rpm packaging; include conf/ in tar ball, use conf files from tarball in spec file
-
-Mon, 30 Jan 2006 19:22:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing class storage -- it was not working for nodescopes
-
-Mon, 30 Jan 2006 19:22:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Caching Time objects instead of numbers, since Bignum does not seem to be YAMLable
-
-Mon, 30 Jan 2006 16:18:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing waitforcert so that the client can actually add the certs once it receives them
-
-Wed, 25 Jan 2006 23:30:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding release tag REL_0_12_0
-
-Wed, 25 Jan 2006 23:29:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.12.0
-
-Wed, 25 Jan 2006 23:27:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.12.0
-
-Wed, 25 Jan 2006 23:24:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Small mods to the packaging stuff
-
-Wed, 25 Jan 2006 23:12:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-RPM release is almost entirely there, it just needs to be integrated into release management
-
-Tue, 24 Jan 2006 06:37:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing some logging issues
-
-Tue, 24 Jan 2006 06:01:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding the event-loop stuff to the repository and switching to using it. Also, breaking many classes out into their own class files.
-
-Mon, 23 Jan 2006 22:38:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Committing most of the scheduling stuff. There is still a bit of work to do in terms of how puppetd interacts with scheduling, but the bulk of the work is done.
-
-Fri, 20 Jan 2006 20:38:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying docs, and adding scheduling hooks
-
-Wed, 18 Jan 2006 21:30:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing a small checksumming bug, reorganizing the client stuff a bit, and adding freshness checking for the configuration, so the config is recompiled every time nor is it downloaded unless it has been recompiled
-
-Wed, 18 Jan 2006 17:26:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.11.2
-
-Wed, 18 Jan 2006 17:25:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-modding changelog for 0.11.2
-
-Wed, 18 Jan 2006 17:24:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Made lots of small changes, mostly to help usability but also fixed a couple of key bugs
-
-Wed, 18 Jan 2006 01:47:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing most types to allow no statements
-
-Tue, 17 Jan 2006 23:30:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.11.1
-
-Tue, 17 Jan 2006 23:30:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-modifying changelog for 0.11.1
-
-Tue, 17 Jan 2006 22:11:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding openbsd packaging support
-
-Tue, 17 Jan 2006 21:34:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing problems where objects were passing @parameters[:param] objects, instead of specifically retrieving the value
-
-Tue, 17 Jan 2006 07:13:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.11.0
-
-Tue, 17 Jan 2006 07:11:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding an "ensure" state where appropriate, and significantly reworking the builtin docs.
-
-Mon, 16 Jan 2006 20:01:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added "ensure" state to some classes, and added infrastructure for it to work elsewhere.
-
-Sat, 14 Jan 2006 04:01:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding sshkey class plus tests, and adding "aggregatable" methods to type.rb
-
-Sat, 14 Jan 2006 01:32:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding another host to the test lists, adding some test data, and modifying how hosts parse
-
-Sat, 14 Jan 2006 00:20:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a bit better logging and checking to file access
-
-Fri, 13 Jan 2006 23:16:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Moving ast classes into separate files
-
-Fri, 13 Jan 2006 22:47:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Added "finish" method, using it in Type.finalize, and moved autorequire and setdefaults to it.
-
-Fri, 13 Jan 2006 20:55:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Changing host and port aliases to also create Puppet aliases. This involved futzing around with the attr* methods in Type.rb, to make sure states are always checked first.
-
-Fri, 13 Jan 2006 20:09:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing up the parsedtypes, fixing Type.eachtype to ignore structure types
-
-Fri, 13 Jan 2006 18:26:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding /etc/services support
-
-Fri, 13 Jan 2006 17:07:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-finalizing cron and host management, hopefully
-
-Fri, 13 Jan 2006 16:21:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Abstracting host support so it should easily support other types
-
-Fri, 13 Jan 2006 16:20:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Abstracting host support so it should easily support other types
-
-Thu, 12 Jan 2006 22:33:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding initial host support. I can promise that this will soon (hopefully almost immediately) be abstracted to make it easy to add new file types.
-
-Thu, 12 Jan 2006 21:04:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Converting transport format to YAML instead of Marshal, and caching the file in a YAML format, also. This required a significant rework of both Transportable classes. Lastly, I am also now caching the list of classes in a class file in /etc/puppet.
-
-Thu, 12 Jan 2006 19:01:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding further notes about openssl
-
-Thu, 12 Jan 2006 17:53:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixed a couple of warnings, fixed a critical bug having to do with case statements (where there is only one listed option), and did a couple of other cleanups.
-
-Thu, 12 Jan 2006 16:57:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "content" state to files, and string interpolation handles escaped whitespace characters.
-
-Thu, 12 Jan 2006 16:20:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding 0.10.2 stuff
-
-Thu, 12 Jan 2006 07:12:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.10.2
-
-Thu, 12 Jan 2006 07:08:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Services now work at least somewhat on solaris 10, and service testing is pretty different.
-
-Thu, 12 Jan 2006 05:02:51 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing dependencies to not depend on file order. Added Puppet::Type.{finalize,mkdepends,builddepends}
-
-Thu, 12 Jan 2006 03:20:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing documentation generation, and fixing aliasing so that objects can safely be aliased to themselves
-
-Thu, 12 Jan 2006 02:19:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "alias" metaparam; you can now create as many aliases as you want for any of your objects.
-
-Thu, 12 Jan 2006 01:58:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding autorequire to files, and added the cwd to the list of files to be required for exec. Also, exec catches inline files and autorequires them.
-
-Wed, 11 Jan 2006 23:16:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding generic autorequire mechanism, and thus removing it from exec
-
-Wed, 11 Jan 2006 20:45:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a requires? method to types, fixed the bug where exec fail when Puppet is downloading the script to execute, and modified "exec" to autorequire any managed scripts
-
-Wed, 11 Jan 2006 00:53:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.10.1
-
-Wed, 11 Jan 2006 00:52:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-modifying changelog for 0.10.1
-
-Wed, 11 Jan 2006 00:48:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding Sun support and fixing the last remaining bugs related to the daemon changes i just made
-
-Tue, 10 Jan 2006 17:46:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Supporting puppetmasterd running as a non-root user, and doing some basic message cleanup
-
-Tue, 10 Jan 2006 16:01:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some extra feedback
-
-Tue, 10 Jan 2006 14:38:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing init path default
-
-Tue, 10 Jan 2006 00:10:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some consistencies to the executable tests. All exe tests now pass on OpenBSD, although the only real problem was that ruby was in /usr/local/bin.
-
-Mon, 9 Jan 2006 23:23:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updating Puppet to work with the new Facter
-
-Mon, 9 Jan 2006 17:18:18 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.10.0
-
-Mon, 9 Jan 2006 17:18:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Describing 0.10.0 changes
-
-Mon, 9 Jan 2006 17:16:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Modifying hosttest
-
-Mon, 9 Jan 2006 04:20:45 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-All tests pass now, although the lack of service support on os x means that i have now disabled services on it
-
-Sun, 8 Jan 2006 00:03:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updates
-
-Sun, 8 Jan 2006 00:02:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging changes from the head of the rework1 branch, r 784
-
-Sat, 7 Jan 2006 23:33:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Undoing the merge that happened in 785
-
-Sat, 7 Jan 2006 23:23:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Merging in refactoring from version 774 into version 784
-
-Sat, 7 Jan 2006 23:10:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updates
-
-Thu, 5 Jan 2006 20:58:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-converting waitforcert to an int
-
-Thu, 5 Jan 2006 20:36:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding ftools require statement to install.rb
-
-Wed, 4 Jan 2006 20:05:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding a host test task
-
-Wed, 4 Jan 2006 03:56:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-renaming the module, so it behaves better with people's svn clients
-
-Wed, 4 Jan 2006 02:09:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing rakefile
-
-Wed, 4 Jan 2006 01:52:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.9.4
-
-Wed, 4 Jan 2006 01:46:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Removing tests from the list of tasks
-
-Wed, 4 Jan 2006 01:45:37 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding some better readme stuff
-
-Wed, 4 Jan 2006 01:40:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding things to the change log, and modifying the order of the steps
-
-Wed, 4 Jan 2006 01:34:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Disabling most documentation generation except for the API docs, and wrapping the StatusServer in the xmlrpc check
-
-Tue, 3 Jan 2006 15:52:35 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Updated to version 0.9.3
-
-Tue, 3 Jan 2006 15:41:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-some updates to the typegen stuff, even though i may still not use it
-
-Tue, 3 Jan 2006 05:15:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixing two reported bugs in cron jobs. Cron jobs correctly change when fields other than the command are updated, and they do not continually refresh when the command has trailing spaces
-
-Tue, 3 Jan 2006 03:08:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding some comments
-
-Tue, 3 Jan 2006 03:08:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing "host" as a keyword; it was an alias for "node"
-
-Tue, 3 Jan 2006 00:35:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-converting storage from Marshal to YAML
-
-Mon, 2 Jan 2006 22:04:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding Util.lock, and switching storage to using it
-
-Thu, 24 Nov 2005 15:58:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing any direct references to /tmp in tests
-
-Thu, 24 Nov 2005 01:10:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing files being put directly into tmp
-
-Wed, 23 Nov 2005 19:18:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing ruby shebang at the top of all of the files
-
-Tue, 22 Nov 2005 16:06:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-final updates for 0.9.2
-
-Tue, 22 Nov 2005 15:46:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updates
-
-Tue, 22 Nov 2005 05:54:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing marks
-
-Tue, 22 Nov 2005 05:34:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing tests to work from any CWD
-
-Tue, 22 Nov 2005 05:33:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing incredibly annoying bug where os x returns stupidly large uid when uid is below 0
-
-Tue, 22 Nov 2005 04:00:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updates from os x
-
-Tue, 22 Nov 2005 03:54:30 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-updates
-
-Thu, 17 Nov 2005 21:03:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding cfengine module, which required passing the cfengine classes all the way through the stack to the scope
-
-Wed, 16 Nov 2005 22:17:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing filesources so that the first found file is copied, and adding a test case
-
-Wed, 16 Nov 2005 22:03:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing puppet to default to using the console for output
-
-Wed, 16 Nov 2005 21:39:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Mostly fixing exec so it either captures stderr or runs as a user; Process.euid was not working correctly
-
-Wed, 16 Nov 2005 17:12:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Lots of refactoring, and added the capture_stderr method
-
-Wed, 2 Nov 2005 04:14:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding "isomorphic?" method to classes, and testing for isomorphism before throwing a conflict
-
-Tue, 1 Nov 2005 20:22:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Further progress towards the next release. Lots of small bugs fixed, the paths look much better now, and Transportable is much cleaner.
-
-Tue, 1 Nov 2005 00:06:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Making paths work a little more intelligently
-
-Mon, 31 Oct 2005 22:50:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding config file stuff, but not using it yet. I have decided to release the next version without them.
-
-Sun, 30 Oct 2005 04:07:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Cleaning up tests resulting from the changes to the parser
-
-Sun, 30 Oct 2005 01:12:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The language now verifies some resemblance to closurehood. I now only need to fix the library to expect this behaviour.
-
-Sat, 29 Oct 2005 20:16:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixed merging of state values, but I have not yet solved merging of parameter or metaparam values, since they are quite different.
-
-Sat, 29 Oct 2005 18:56:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Protecting from bug in Syslog, and fixing some more log messages
-
-Fri, 28 Oct 2005 21:28:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-central logging is fully functional now, but it is painfully slow, so it is disabled by default
-
-Fri, 28 Oct 2005 05:39:59 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Central logging now works, although there appear to be a few kinks to work out.
-
-Wed, 26 Oct 2005 04:44:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding logging methods to all Puppet::Element instances, and converting all instance log statements to use those methods. Additionally modified logging to take advantage of this by including the path of the logging object in the output. Logs will still need some cleanup to avoid duplicate information.
-
-Wed, 26 Oct 2005 02:44:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding tags and path accessors
-
-Tue, 25 Oct 2005 19:49:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Further small bug fixes towards running puppet on my network
-
-Sun, 23 Oct 2005 02:43:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing sources so that they always have a corresponding checksum state
-
-Sun, 23 Oct 2005 02:22:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-files and directories are now created as the correct user and group if they are set
-
-Sun, 23 Oct 2005 01:38:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The Puppet::Util.asuser function now works; had to slightly modify user.rb to make checking work. In addition, exec.rb now takes advantage of it. I also decided to make a small change to type.rb -- validstates now only returns state names, not names and states.
-
-Sat, 22 Oct 2005 22:36:25 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing certmgr tests
-
-Sat, 22 Oct 2005 22:27:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Getting rid of the tc_ prefix to test cases
-
-Sat, 22 Oct 2005 22:24:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-general cleanup, as i move towards running it locally
-
-Fri, 21 Oct 2005 22:51:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing path to facter
-
-Fri, 21 Oct 2005 06:39:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Apt-cache was showing more information that I thought, so I had to redo how I was collecting the most recent package version
-
-Fri, 21 Oct 2005 06:16:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Made tweaks here and there to get it running better on my local network. I am inches away from that happening. All tests pass.
-
-Thu, 20 Oct 2005 20:54:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding better docs to packages
-
-Thu, 20 Oct 2005 20:52:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-"latest" is now a valid value for packages, and yum support is also included
-
-Thu, 13 Oct 2005 22:08:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making service changes; it is still basically non-functional except in the degenerate case of using "init"
-
-Mon, 10 Oct 2005 20:54:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Adding some semantic tagging. It is not exactly full-featured yet, and it is not used at all, but it was sufficient for some proof-of-concept stuff in preparation for the conference
-
-Tue, 4 Oct 2005 00:15:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding tag support to scopes and the transportable class
-
-Mon, 3 Oct 2005 23:14:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-switching test classes back to modules -- making them classes causes too many empty tests to run every time
-
-Sun, 2 Oct 2005 01:56:38 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing the redundant pfile from the pfile state file names
-
-Sun, 2 Oct 2005 01:55:09 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Switched @should to an array, so all objects can now handle that. I have not yet gone through and done the other cool things that can result, but that will have to wait until tomorrow. Also, I moved all of the pfile states into separate files, since the file was getting unweildy.
-
-Sat, 1 Oct 2005 21:03:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-added overrides ability
-
-Sat, 1 Oct 2005 19:57:07 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-switching all relationships to be centrally maintained and to use symbolic references, rather than literal ones; also going through and making all tests pass again after mucking with services
-
-Wed, 28 Sep 2005 17:44:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Okay, services are now managed, um, entirely differently. I have the beginnings of a system for supporting different service management frameworks, although I currently only support <nothing> and init scripts
-
-Wed, 28 Sep 2005 17:25:02 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a test for includes
-
-Tue, 27 Sep 2005 19:59:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-moving specific packaging support into separate files
-
-Mon, 26 Sep 2005 19:08:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing behaviour when files are missing
-
-Mon, 26 Sep 2005 19:07:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing output in noop
-
-Sat, 24 Sep 2005 22:32:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Rearranging the packaging support a bit -- it is now more clear and significantly easier to understand, maintain, and enhance.
-
-Fri, 23 Sep 2005 20:42:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Many, many changes toward a completely functional system. The only current problems with my home config are that apache's stupid init script does not do status and that packages are not working as non-root users (which makes sense).
-
-Fri, 23 Sep 2005 05:51:48 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-Hoping this will get rid of the directory being printed
-
-Fri, 23 Sep 2005 01:12:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Nodes now support inheritance, for better or for worse.
-
-Thu, 22 Sep 2005 23:24:20 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-The new "include" syntax works now.
-
-Thu, 22 Sep 2005 18:10:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing "ignore" documentation to parse RST correctly.
-
-Thu, 22 Sep 2005 17:59:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Okay, all tests pass again. The work done on nodes will take a little while to clarify and such, but it should work pretty well.
-
-Wed, 21 Sep 2005 22:40:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-I am still somewhat in mid-change, but I have made the biggest changes to making nodes work correctly. The core code works, but I still need to fix my various test cases
-
-Wed, 21 Sep 2005 21:14:12 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a ParsedFile class to handle figuring out whether a file has changed
-
-Wed, 21 Sep 2005 21:04:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-converting tc_relationships.rb to the test base class
-
-Wed, 21 Sep 2005 17:39:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Okay, significant change -- classes no longer accept arguments (which makes things simpler but encourages the user of global variables, which is bad), and classes are finally singletons, meaning they will only ever be evaluated for each node a single time. I still need to make nodes work correctly, but that is going to involve modifying the parsing system and a bit more
-
-Tue, 20 Sep 2005 05:19:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding stinkloads of comments to ast.rb (I am trying to go through and better comment my code over time), refactoring some of the AST classes, and working towards a more sensible class/definition/node distinction
-
-Mon, 19 Sep 2005 21:23:00 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding some new language tests
-
-Mon, 19 Sep 2005 17:50:17 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-added log, metaloglevel and @metaparams to support setting loglevels
-
-Mon, 19 Sep 2005 17:49:08 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-switching log.rb to raise Puppet::DevError events
-
-Sun, 18 Sep 2005 19:21:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-My cfengine2puppet config now entirely parses. The biggest problem I ran into is that my glob-based parsing was only returning the results of the last parsed file, instead of collecting all of the results.
-
-Sat, 17 Sep 2005 21:46:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding --noop to puppet executable, and removing some extraneous comments
-
-Sat, 17 Sep 2005 21:27:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Successfully parsed my entire converted cfengine configuration; these are all fixes for bugs i found as a result. I have not tried to execute the configuration yet.
-
-Sat, 17 Sep 2005 16:55:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Users and groups now work on OS X. I had to make some key changes to how transactions and state changes work -- the most important is that it is no longer an error to try to sync a state that is already in sync. I could not find another way to handle all user states being out of sync but the first state actually syncs everything.
-
-Sat, 17 Sep 2005 15:06:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing users on normal machines
-
-Sat, 17 Sep 2005 02:44:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Users and groups now nearly work on normal machines and on os x, and I think I have a decent platform for expansion to some of the other important elements like hosts (probably most important after users and groups). Some tests are still failing on os x, because netinfo sucks, but I will hopefully be able to figure out a solution soon. Stupid OS X and NetInfo.
-
-Fri, 16 Sep 2005 23:20:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-all tests for users and groups pass again on fedora, debian, and solaris
-
-Fri, 16 Sep 2005 21:53:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-temporary commit so i can move to my workstation; groups and users are way b0rked
-
-Fri, 16 Sep 2005 19:04:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Creating a "change_to_s" method on State, so individual states can override and and determine how they get printed
-
-Fri, 16 Sep 2005 18:13:42 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Cron is now fully functional and tested on 3 platforms. In order to make it work, I had to do some modifications to TransObject#to_type and Type.create, but all tests pass now. Type.create is now handling errors on creating objects, so if you try to create an invalid object you will just get nil returned, rather than receiving an error.
-
-Fri, 16 Sep 2005 15:31:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding keywords
-
-Fri, 16 Sep 2005 15:31:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding keywords
-
-Fri, 16 Sep 2005 07:07:34 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-cron is working, but i want to write quite a few more test cases
-
-Fri, 16 Sep 2005 06:21:06 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-small fixing to merge(), and changing output of statechange
-
-Fri, 16 Sep 2005 04:35:56 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-finishing up merge method
-
-Fri, 16 Sep 2005 04:14:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making "Type.new" private, and switching to "Type.create", so that i can merge new objects with existing objects and such; converted all files, and tested them
-
-Fri, 16 Sep 2005 03:38:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-switching FileTesting to a class, and modifying test suites as appropriate
-
-Thu, 15 Sep 2005 20:30:02 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-removed directory output
-
-Thu, 15 Sep 2005 20:16:21 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding extra checks to make sure networking is secure, and refactoring a heckuva lot of test
-
-Thu, 15 Sep 2005 19:10:03 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixed problem using arrays
-
-Thu, 15 Sep 2005 15:18:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-cleaning up tests a bit; mostly just making sure tests clean up after themselves, but also doing some rearrangement and fixing a list() call
-
-Thu, 15 Sep 2005 07:16:52 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-debugged ignore in fileserver, added tests to ignore tc and fixed server.list in tc for filesources and fileserver
-
-Thu, 15 Sep 2005 05:48:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing some tests
-
-Thu, 15 Sep 2005 05:11:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-moving some testing and debugging around
-
-Thu, 15 Sep 2005 05:11:01 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing non-netinfo group
-
-Thu, 15 Sep 2005 05:10:50 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing non-netinfo group
-
-Thu, 15 Sep 2005 04:48:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-modifications to eliminate code duplication in state creation, mostly to support cron
-
-Thu, 15 Sep 2005 04:48:32 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-preparations for supporting netinfo in users
-
-Thu, 15 Sep 2005 04:48:11 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-switching groups back to having namevar be a parameter instead of a state
-
-Wed, 14 Sep 2005 22:37:57 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-fileserver still has a bug
-
-Wed, 14 Sep 2005 22:30:32 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-added ignore to fileserver and pfile
-
-Wed, 14 Sep 2005 22:04:13 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding cron stuff; it does not work at all yet
-
-Wed, 14 Sep 2005 22:03:54 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding globbing to import
-
-Wed, 14 Sep 2005 04:23:43 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-removed comp.sync and replaced system mkdir -p
-
-Tue, 13 Sep 2005 20:59:57 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-added test case for ignore
-
-Tue, 13 Sep 2005 20:54:07 +0000
-shafer <shafer@980ebf18-57e1-0310-9a29-db15c13687c0>
-added ignore to pfile
-
-Tue, 13 Sep 2005 20:50:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding example configs
-
-Tue, 13 Sep 2005 15:36:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-tracked down some sticky bugs related to having false values and empty strings; all fixed now, and all tests pass again, including the new tests that cover the bugs i found
-
-Tue, 13 Sep 2005 02:21:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing error handling so that failed objects are completely destroyed; they were receiving events even though they were supposed to be gone
-
-Tue, 13 Sep 2005 02:21:48 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing component flattening and sorting; it was not working for cases where objects inside of components had dependencies from other components
-
-Tue, 13 Sep 2005 02:20:24 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding snippet test to verify correct behaviour with missing exec path; also, adding "creates" parameter to exec
-
-Mon, 12 Sep 2005 20:33:14 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-intermediate commit so cron is not loaded
-
-Mon, 12 Sep 2005 06:12:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding more comments from talking to andy
-
-Mon, 12 Sep 2005 04:35:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-incorporating comments from talking to andrew
-
-Mon, 12 Sep 2005 04:34:05 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-incorporating comments from talking to andrew
-
-Sat, 10 Sep 2005 19:01:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-some small fixes
-
-Sat, 10 Sep 2005 18:47:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-small updates
-
-Sat, 10 Sep 2005 18:36:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding cfengine to puppet parser, but it is not even remotely close to functional yet
-
-Fri, 9 Sep 2005 04:25:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing groups again after getting them to work with netinfo
-
-Thu, 8 Sep 2005 20:03:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-group management now works on os x, although it is six shades of really nasty. Netinfo is a nightmare.
-
-Thu, 8 Sep 2005 20:03:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding debug setting to the top-level test class
-
-Thu, 8 Sep 2005 20:02:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-reverting changes in the reverse order of what i executed them
-
-Thu, 8 Sep 2005 20:02:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing debugging
-
-Wed, 7 Sep 2005 21:29:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-making states capable of being the namevar
-
-Wed, 7 Sep 2005 18:13:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-all tests now pass on solaris 10x86; i had to do some stupid hacking with base64 for it to work, and i am working getting a much better base class for all test classes
-
-Wed, 7 Sep 2005 05:40:52 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a break if randomization takes too long
-
-Wed, 7 Sep 2005 05:28:58 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-finishing up user and group support for now
-
-Wed, 7 Sep 2005 05:28:28 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-rearranging some documentation
-
-Wed, 7 Sep 2005 03:40:40 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding scopetest
-
-Wed, 7 Sep 2005 02:53:19 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding user and group classes (although user class is not yet functional), and added "is(state)" and "should(state)" methods for retrieving the respective values on a specified state
-
-Wed, 7 Sep 2005 02:52:16 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing rollback() to do event handling also
-
-Wed, 7 Sep 2005 02:51:47 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding simple newcomp() method to base test class
-
-Tue, 6 Sep 2005 04:21:55 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding all of the work necessary for tidying
-
-Tue, 6 Sep 2005 04:21:26 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing DEFAULTPORT stuff
-
-Tue, 6 Sep 2005 04:20:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing small bug in setting default port
-
-Mon, 5 Sep 2005 19:41:49 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing some documentation methods around
-
-Fri, 2 Sep 2005 20:12:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-rearranging puppetdoc to not separate states and parameters, and to allow undocumented states
-
-Fri, 2 Sep 2005 19:26:31 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-committing initial tidy stuff, so i can move to the laptop
-
-Fri, 2 Sep 2005 16:39:29 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-cleaning up obviated methods
-
-Fri, 2 Sep 2005 03:21:03 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-defining $name in each component scope, and adding test case
-
-Fri, 2 Sep 2005 03:20:41 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-defining configstatted
-
-Fri, 2 Sep 2005 03:20:10 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing if-related keywords
-
-Fri, 2 Sep 2005 03:19:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing error calls
-
-Tue, 30 Aug 2005 14:29:39 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing bug where remote server name is ignored
-
-Tue, 30 Aug 2005 04:26:27 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-Fixed small bug that caused the config files to be parsed on every connection
-
-Tue, 30 Aug 2005 03:35:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing documentation for file source state
-
-Tue, 30 Aug 2005 01:46:43 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding file reread to master, although it is plenty hackish
-
-Tue, 30 Aug 2005 01:33:36 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fileserver config file now reloads when it is more than 60 seconds out of date
-
-Tue, 30 Aug 2005 00:13:53 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-correcting documentation on autosign in puppetmasterd, and switching the autosign.conf file to use the same authstore as fileserver.conf
-
-Mon, 29 Aug 2005 23:24:23 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-catching a potential security problem -- requiring that "path" always be set for a fileserver mount
-
-Mon, 29 Aug 2005 22:53:44 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-adding a "--noop" option along with a test case for it
-
-Mon, 29 Aug 2005 22:53:17 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing default hostname to "puppet", and adding --parseonly option along with a test case for it
-
-Mon, 29 Aug 2005 22:31:22 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-fixing puppet to use correct method and adding a real test case for it
-
-Mon, 29 Aug 2005 22:31:04 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing default manifest location to /etc/puppet/manifests/site.pp
-
-Mon, 29 Aug 2005 21:32:15 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-changing version number for beta
-
-Mon, 29 Aug 2005 21:23:46 +0000
-luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>
-removing need for zip in rakefile
-
-Mon, 29 Aug 2005 21:08:59 +0000
-Jesse Koontz <jesselks@yahoo.com>
-UPdated rakefile
-
-Mon, 29 Aug 2005 21:03:46 +0000
-Luke Kanies <luke@madstop.com>
-As Christian requested, I am no longer downcasing facts I receive from Facter. Also, removing some outdated files
-
-Mon, 29 Aug 2005 20:37:15 +0000
-Luke Kanies <luke@madstop.com>
-bumping up the default log level for changes from info to notice
-
-Mon, 29 Aug 2005 20:36:49 +0000
-Luke Kanies <luke@madstop.com>
-I did not have good puppetd tests, so I missed the fact that I was calling the wrong class in puppetd. Fixed.
-
-Mon, 29 Aug 2005 17:16:22 +0000
-Luke Kanies <luke@madstop.com>
-disabling print of library warnings, since webrick and openssl have far too many warnings for comfort
-
-Mon, 29 Aug 2005 17:12:57 +0000
-Luke Kanies <luke@madstop.com>
-adding RDoc::usage documentation to all executables
-
-Sun, 28 Aug 2005 02:23:10 +0000
-Luke Kanies <luke@madstop.com>
-This should be the commit that brings us to Beta 1. All tests pass, although I get some (gracefully handled) failures in tc_metrics.rb, and there is now a config file for the fileserver module, including authorization specification for it. I have also reworked error handling in the xmlrpc client and server so errors should propagate more correctly.
-
-Sun, 28 Aug 2005 00:28:04 +0000
-Luke Kanies <luke@madstop.com>
-Adding authorization store, initially just used for file serving but eventually for all authorization, most likely
-
-Sat, 27 Aug 2005 20:19:45 +0000
-Luke Kanies <luke@madstop.com>
-adding config file parsing
-
-Fri, 26 Aug 2005 16:08:20 +0000
-Luke Kanies <luke@madstop.com>
-recompiling parser after removing extraneous debugging
-
-Thu, 25 Aug 2005 20:58:05 +0000
-Jesse Koontz <jesselks@yahoo.com>
-Added GPL license
-
-Thu, 25 Aug 2005 20:54:16 +0000
-Luke Kanies <luke@madstop.com>
-making array-as-name work in the language, and adding some more test snippets
-
-Wed, 24 Aug 2005 21:26:52 +0000
-Luke Kanies <luke@madstop.com>
-Certificates now verify!
-
-Wed, 24 Aug 2005 02:53:17 +0000
-Luke Kanies <luke@madstop.com>
-replacing if statements with case statement, and adding defaults for both selectors and case statements
-
-Tue, 23 Aug 2005 23:08:41 +0000
-Luke Kanies <luke@madstop.com>
-remote filecopying now works
-
-Tue, 23 Aug 2005 21:23:57 +0000
-Luke Kanies <luke@madstop.com>
-Have done a significant reorganization of how clients work, also, along with some interesting trouble shooting on components
-
-Tue, 23 Aug 2005 20:54:42 +0000
-Luke Kanies <luke@madstop.com>
-fixing checksum generation -- i was causing some weird bugs by using the same indicator in different cases, and i added a test for invalid checksum types
-
-Tue, 23 Aug 2005 19:46:54 +0000
-Luke Kanies <luke@madstop.com>
-small comment change
-
-Tue, 23 Aug 2005 17:57:08 +0000
-Luke Kanies <luke@madstop.com>
-Created a Handler base class for all of the server handlers, which allows a lot of the manual work to now be automatic
-
-Tue, 23 Aug 2005 17:13:40 +0000
-Luke Kanies <luke@madstop.com>
-splitting normal file tests and source tests into different files
-
-Tue, 23 Aug 2005 17:13:26 +0000
-Luke Kanies <luke@madstop.com>
-ignoring remote file owner when not running as root
-
-Tue, 23 Aug 2005 16:55:24 +0000
-Luke Kanies <luke@madstop.com>
-moving all server handlers into a specific server subdirectory
-
-Tue, 23 Aug 2005 16:16:38 +0000
-Luke Kanies <luke@madstop.com>
-removing obsolete file
-
-Tue, 23 Aug 2005 16:13:46 +0000
-Luke Kanies <luke@madstop.com>
-moving rake file to the trunk dir
-
-Tue, 23 Aug 2005 16:09:14 +0000
-Luke Kanies <luke@madstop.com>
-Moving all files into a consolidated trunk. All tests pass except the known-failing certificate test, but there appear to be some errors that are incorrectly not resulting in failurs. I will track those down ASAP.
-
-Thu, 18 Aug 2005 19:40:00 +0000
-Luke Kanies <luke@madstop.com>
-adding test to verify require does not kick off an event
-
-Thu, 18 Aug 2005 19:36:47 +0000
-Luke Kanies <luke@madstop.com>
-Execution order is now based on dependency relationships, and those relationships correctly propagate up and descend into components. There is also an event test suite now, along with a (currently simple) component test suite.
-
-Wed, 17 Aug 2005 19:24:38 +0000
-Luke Kanies <luke@madstop.com>
-fixing test base class
-
-Wed, 17 Aug 2005 19:04:37 +0000
-Luke Kanies <luke@madstop.com>
-just fixed an incredibly ugly bug where @parent meant both parent array and parent class
-
-Wed, 17 Aug 2005 15:57:33 +0000
-Luke Kanies <luke@madstop.com>
-passing file and line to all objects
-
-Wed, 17 Aug 2005 15:57:22 +0000
-Luke Kanies <luke@madstop.com>
-trying to create a testing base class
-
-Wed, 17 Aug 2005 15:36:11 +0000
-Luke Kanies <luke@madstop.com>
-moving
-
-Wed, 17 Aug 2005 15:35:39 +0000
-Luke Kanies <luke@madstop.com>
-adding
-
-Tue, 16 Aug 2005 16:11:25 +0000
-Luke Kanies <luke@madstop.com>
-all tests pass except a certificate test i do not know how to fix
-
-Mon, 15 Aug 2005 16:46:31 +0000
-Luke Kanies <luke@madstop.com>
-a basic first test of puppetmasterd now passes
-
-Sat, 13 Aug 2005 21:45:23 +0000
-Luke Kanies <luke@madstop.com>
-all non-executable tests pass now
-
-Sat, 13 Aug 2005 18:43:56 +0000
-Luke Kanies <luke@madstop.com>
-further progress towards passing tests
-
-Fri, 12 Aug 2005 17:38:04 +0000
-Luke Kanies <luke@madstop.com>
-all tests pass except those related to puppetd; i am going to significantly reorganize how serving is done
-
-Thu, 11 Aug 2005 21:04:43 +0000
-Jesse Koontz <jesselks@yahoo.com>
-updated version number to allow gem install
-
-Thu, 11 Aug 2005 17:05:55 +0000
-Jesse Koontz <jesselks@yahoo.com>
-Added rake for Puppet, '--version' to puppet and test case for Puppet.version
-
-Wed, 10 Aug 2005 03:20:30 +0000
-Luke Kanies <luke@madstop.com>
-more progress towards a functional daemon
-
-Wed, 10 Aug 2005 03:19:20 +0000
-Luke Kanies <luke@madstop.com>
-setting up http to log to a separate file
-
-Wed, 10 Aug 2005 03:19:11 +0000
-Luke Kanies <luke@madstop.com>
-setting up http to log to a separate file
-
-Wed, 10 Aug 2005 02:14:27 +0000
-Luke Kanies <luke@madstop.com>
-renaming
-
-Wed, 10 Aug 2005 02:14:13 +0000
-Luke Kanies <luke@madstop.com>
-adding daemon helper module
-
-Tue, 9 Aug 2005 22:47:32 +0000
-Luke Kanies <luke@madstop.com>
-done a lot of work on certificates; all tests except one puppetca test pass
-
-Tue, 9 Aug 2005 22:23:30 +0000
-Luke Kanies <luke@madstop.com>
-removing obsolete files
-
-Tue, 9 Aug 2005 19:17:03 +0000
-Luke Kanies <luke@madstop.com>
-fact.rb is obsolete
-
-Tue, 9 Aug 2005 19:16:30 +0000
-Luke Kanies <luke@madstop.com>
-function.rb is obsolete
-
-Tue, 9 Aug 2005 17:34:58 +0000
-Luke Kanies <luke@madstop.com>
-fixing directory mode creation
-
-Tue, 9 Aug 2005 15:55:02 +0000
-Luke Kanies <luke@madstop.com>
-renaming again
-
-Tue, 9 Aug 2005 15:53:16 +0000
-Luke Kanies <luke@madstop.com>
-renaming openssl to certauthority
-
-Tue, 9 Aug 2005 15:52:47 +0000
-Luke Kanies <luke@madstop.com>
-removing comments and making @csr a class attribute
-
-Tue, 9 Aug 2005 01:24:32 +0000
-Luke Kanies <luke@madstop.com>
-fixing error output
-
-Mon, 8 Aug 2005 21:42:03 +0000
-Luke Kanies <luke@madstop.com>
-adding creation rollback
-
-Mon, 8 Aug 2005 21:41:51 +0000
-Luke Kanies <luke@madstop.com>
-returning transaction from client.config()
-
-Sat, 6 Aug 2005 04:58:14 +0000
-Luke Kanies <luke@madstop.com>
-all tests now pass on os x
-
-Thu, 4 Aug 2005 18:56:46 +0000
-Luke Kanies <luke@madstop.com>
-adding better error handling for missing paths
-
-Thu, 4 Aug 2005 18:54:47 +0000
-Luke Kanies <luke@madstop.com>
-fixing verbose output to be better and easier to manage
-
-Thu, 4 Aug 2005 18:42:17 +0000
-Luke Kanies <luke@madstop.com>
-passing state, so more info can be extracted
-
-Thu, 4 Aug 2005 18:41:41 +0000
-Luke Kanies <luke@madstop.com>
-adding a bit more output
-
-Thu, 4 Aug 2005 15:39:54 +0000
-Luke Kanies <luke@madstop.com>
-committing recent changes for testing
-
-Thu, 4 Aug 2005 07:11:03 +0000
-Luke Kanies <luke@madstop.com>
-a bit of refactoring, and a bit more functionality
-
-Thu, 4 Aug 2005 06:41:59 +0000
-Luke Kanies <luke@madstop.com>
-okay, switch all cert management to the library, instead of using the openssl binary
-
-Wed, 3 Aug 2005 16:27:38 +0000
-Luke Kanies <luke@madstop.com>
-moving
-
-Wed, 3 Aug 2005 16:27:24 +0000
-Luke Kanies <luke@madstop.com>
-certificate management; yay
-
-Tue, 2 Aug 2005 05:22:49 +0000
-Luke Kanies <luke@madstop.com>
-oops; removing errant notice msg
-
-Tue, 2 Aug 2005 05:21:42 +0000
-Luke Kanies <luke@madstop.com>
-cleaning up the defaults system even more
-
-Tue, 2 Aug 2005 00:24:18 +0000
-Luke Kanies <luke@madstop.com>
-adding some consistency and tests to the whole puppet defaults system
-
-Tue, 2 Aug 2005 00:08:18 +0000
-Luke Kanies <luke@madstop.com>
-adding tests for puppet defaults
-
-Mon, 1 Aug 2005 23:18:48 +0000
-Luke Kanies <luke@madstop.com>
-uh
-
-Mon, 1 Aug 2005 15:34:51 +0000
-Luke Kanies <luke@madstop.com>
-renaming to avoid name conflicts
-
-Sun, 31 Jul 2005 03:36:59 +0000
-Luke Kanies <luke@madstop.com>
-all tests pass again
-
-Sun, 31 Jul 2005 03:20:59 +0000
-Luke Kanies <luke@madstop.com>
-local filebuckets are now tested with files
-
-Sun, 31 Jul 2005 02:59:25 +0000
-Luke Kanies <luke@madstop.com>
-basic filebucketing is now working
-
-Fri, 29 Jul 2005 18:53:09 +0000
-Jesse Koontz <jesselks@yahoo.com>
-Moved documentation to project website.
-
-Thu, 28 Jul 2005 22:24:12 +0000
-Luke Kanies <luke@madstop.com>
-more changes to documentation
-
-Thu, 28 Jul 2005 19:28:26 +0000
-Luke Kanies <luke@madstop.com>
-working on documentation
-
-Thu, 28 Jul 2005 17:37:18 +0000
-Jesse Koontz <jesselks@yahoo.com>
-Updated README, moved the old one to documentation/
-
-Thu, 28 Jul 2005 15:58:23 +0000
-Jesse Koontz <jesselks@yahoo.com>
-Updated doc/big-picture doc/structures, Added rst formating to puppetdoc, and added doc strings for types, states, params, and metaparams.
-
-Wed, 27 Jul 2005 00:02:39 +0000
-Luke Kanies <luke@madstop.com>
-dpkg/apt package installation and removal now works
-
-Tue, 26 Jul 2005 21:27:14 +0000
-Luke Kanies <luke@madstop.com>
-fixing statefile creation
-
-Tue, 26 Jul 2005 19:05:07 +0000
-Luke Kanies <luke@madstop.com>
-fixing lib loading test
-
-Sun, 24 Jul 2005 04:15:45 +0000
-Luke Kanies <luke@madstop.com>
-making changes necessary to pass tests on all available platforms
-
-Sun, 24 Jul 2005 03:13:23 +0000
-Luke Kanies <luke@madstop.com>
-fixing solaris packaging
-
-Fri, 22 Jul 2005 17:43:07 +0000
-Luke Kanies <luke@madstop.com>
-fixing packaging to work with rpm, too
-
-Fri, 22 Jul 2005 17:34:42 +0000
-Luke Kanies <luke@madstop.com>
-creating FileTesting module in puppettest.rb, and getting recursion working with symlinks
-
-Fri, 22 Jul 2005 17:33:44 +0000
-Luke Kanies <luke@madstop.com>
-adding some attributes to errors
-
-Fri, 22 Jul 2005 15:34:40 +0000
-Luke Kanies <luke@madstop.com>
-adding symlink back as a separate object
-
-Fri, 22 Jul 2005 15:34:02 +0000
-Luke Kanies <luke@madstop.com>
-adding symlink back as a separate object
-
-Fri, 22 Jul 2005 06:32:41 +0000
-Luke Kanies <luke@madstop.com>
-removing silly message
-
-Fri, 22 Jul 2005 06:28:49 +0000
-Luke Kanies <luke@madstop.com>
-making the console output slightly less redundant
-
-Fri, 22 Jul 2005 06:27:05 +0000
-Luke Kanies <luke@madstop.com>
-okay, last try on sources hopefully -- no failures, and basic functionality all seems to be working
-
-Fri, 22 Jul 2005 05:51:36 +0000
-Luke Kanies <luke@madstop.com>
-fixing package listing
-
-Fri, 22 Jul 2005 04:39:11 +0000
-Luke Kanies <luke@madstop.com>
-fixing exec tests to work with new event stuff
-
-Fri, 22 Jul 2005 04:23:30 +0000
-Luke Kanies <luke@madstop.com>
-okay, sources seem to be much more understandable here -- only the recursion function is recursive
-
-Fri, 22 Jul 2005 04:23:07 +0000
-Luke Kanies <luke@madstop.com>
-adding some error checking
-
-Fri, 22 Jul 2005 04:22:50 +0000
-Luke Kanies <luke@madstop.com>
-not dump/loading for local client/server
-
-Wed, 20 Jul 2005 22:08:51 +0000
-Luke Kanies <luke@madstop.com>
-sources now pass all tests
-
-Wed, 20 Jul 2005 20:50:11 +0000
-Luke Kanies <luke@madstop.com>
-everything seems to actually be working now, including getting the correct file list back
-
-Wed, 20 Jul 2005 20:23:19 +0000
-Luke Kanies <luke@madstop.com>
-Ha! finally got recursion and sourcing working together
-
-Wed, 20 Jul 2005 18:04:54 +0000
-Luke Kanies <luke@madstop.com>
-redoing how arguments are handled in type.rb -- it is much cleaner now
-
-Wed, 20 Jul 2005 16:34:25 +0000
-Luke Kanies <luke@madstop.com>
-first versions
-
-Wed, 20 Jul 2005 16:33:58 +0000
-Luke Kanies <luke@madstop.com>
-reducing debugging
-
-Wed, 20 Jul 2005 16:33:28 +0000
-Luke Kanies <luke@madstop.com>
-reducing debugging
-
-Wed, 20 Jul 2005 06:16:29 +0000
-Luke Kanies <luke@madstop.com>
-recursive file copying now works even with some limited number of errors
-
-Wed, 20 Jul 2005 05:27:00 +0000
-Luke Kanies <luke@madstop.com>
-okay, file sourcing actually seems to work now
-
-Tue, 19 Jul 2005 21:49:09 +0000
-Luke Kanies <luke@madstop.com>
-checkpoint commit
-
-Tue, 19 Jul 2005 18:50:20 +0000
-Luke Kanies <luke@madstop.com>
-moving setpath to parampath=, as a param method
-
-Tue, 19 Jul 2005 18:49:57 +0000
-Luke Kanies <luke@madstop.com>
-adding "=" to metaparam methods, and allowing types to use methods for params
-
-Tue, 19 Jul 2005 06:10:33 +0000
-Luke Kanies <luke@madstop.com>
-temp commit before i change the whole way that i am doing source + recursion
-
-Tue, 19 Jul 2005 00:29:25 +0000
-Luke Kanies <luke@madstop.com>
-removing, since pfile now has link functionality
-
-Tue, 19 Jul 2005 00:29:09 +0000
-Luke Kanies <luke@madstop.com>
-removing, since pfile now has link functionality
-
-Mon, 18 Jul 2005 19:58:09 +0000
-Luke Kanies <luke@madstop.com>
-downcasing the values of all facts
-
-Mon, 18 Jul 2005 19:51:51 +0000
-Luke Kanies <luke@madstop.com>
-switching facts to be auto-provided by the client
-
-Sat, 16 Jul 2005 16:44:04 +0000
-Luke Kanies <luke@madstop.com>
-removed type.method() syntax, and replaced it with Type { default => value} syntax -- i still need to add test cases
-
-Sat, 16 Jul 2005 01:57:18 +0000
-Luke Kanies <luke@madstop.com>
-changing path stuff to be service-specific
-
-Sat, 16 Jul 2005 01:57:07 +0000
-Luke Kanies <luke@madstop.com>
-modifying failer stuff
-
-Fri, 15 Jul 2005 15:17:10 +0000
-Luke Kanies <luke@madstop.com>
-adding more validation methods
-
-Thu, 14 Jul 2005 19:56:59 +0000
-Luke Kanies <luke@madstop.com>
-reducing to one statefile definition
-
-Thu, 14 Jul 2005 18:53:04 +0000
-Luke Kanies <luke@madstop.com>
-converting debug() back to Puppet.debug()
-
-Thu, 14 Jul 2005 18:41:45 +0000
-Luke Kanies <luke@madstop.com>
-converting debug() back to Puppet.debug()
-
-Thu, 14 Jul 2005 18:41:37 +0000
-Luke Kanies <luke@madstop.com>
-converting debug() back to Puppet.debug()
-
-Thu, 14 Jul 2005 18:41:28 +0000
-Luke Kanies <luke@madstop.com>
-converting debug() back to Puppet.debug()
-
-Thu, 14 Jul 2005 18:41:12 +0000
-Luke Kanies <luke@madstop.com>
-adding methods callable from language
-
-Thu, 14 Jul 2005 17:12:46 +0000
-Luke Kanies <luke@madstop.com>
-making rpm the default package manager for all linuxes, with exceptions allowed
-
-Thu, 14 Jul 2005 16:05:40 +0000
-Luke Kanies <luke@madstop.com>
-defaulting to rpm for everyone i don't know anything about
-
-Thu, 14 Jul 2005 16:04:23 +0000
-Luke Kanies <luke@madstop.com>
-adding rpm as the default type for Fedora
-
-Thu, 14 Jul 2005 15:59:12 +0000
-Luke Kanies <luke@madstop.com>
-updates
-
-Wed, 13 Jul 2005 00:54:26 +0000
-Jesse Koontz <jesselks@yahoo.com>
-Updated install script to include all bin files.
-
-Tue, 12 Jul 2005 15:05:34 +0000
-Luke Kanies <luke@madstop.com>
-using old name method, since it is required to make names unique given how classes currently work
-
-Tue, 12 Jul 2005 15:05:11 +0000
-Luke Kanies <luke@madstop.com>
-fully qualifying warning method, because it is not being imported for some reason
-
-Tue, 12 Jul 2005 15:04:52 +0000
-Luke Kanies <luke@madstop.com>
-disabling metrics tests on machines missing RRD
-
-Tue, 12 Jul 2005 13:32:31 +0000
-Luke Kanies <luke@madstop.com>
-adding path stuff everywhere, although i had to keep component names kind of funky
-
-Tue, 12 Jul 2005 05:51:43 +0000
-Luke Kanies <luke@madstop.com>
-adding link functionality
-
-Tue, 12 Jul 2005 05:51:35 +0000
-Luke Kanies <luke@madstop.com>
-toying with some doc stuff
-
-Tue, 12 Jul 2005 05:51:04 +0000
-Luke Kanies <luke@madstop.com>
-removing an obsolete VERBOSE setting
-
-Tue, 12 Jul 2005 05:50:45 +0000
-Luke Kanies <luke@madstop.com>
-removing some debugging
-
-Tue, 12 Jul 2005 04:16:25 +0000
-Luke Kanies <luke@madstop.com>
-lots of refactoring
-
-Tue, 12 Jul 2005 03:50:52 +0000
-Luke Kanies <luke@madstop.com>
-in the middle of a bunch of refactoring; committing so that others can try to replicate the segfault i am seeing
-
-Tue, 12 Jul 2005 02:53:08 +0000
-Luke Kanies <luke@madstop.com>
-doing some refactoring
-
-Tue, 12 Jul 2005 02:06:15 +0000
-Luke Kanies <luke@madstop.com>
-converting to "include Puppet" and not qualifing output methods
-
-Mon, 11 Jul 2005 22:40:35 +0000
-Luke Kanies <luke@madstop.com>
-hopefully, finally resolving recursive file creation problems
-
-Mon, 11 Jul 2005 22:40:23 +0000
-Luke Kanies <luke@madstop.com>
-moving namevar translation to a method
-
-Mon, 11 Jul 2005 22:39:32 +0000
-Luke Kanies <luke@madstop.com>
-swapping console colors
-
-Mon, 11 Jul 2005 22:39:18 +0000
-Luke Kanies <luke@madstop.com>
-changing comments
-
-Mon, 11 Jul 2005 20:51:52 +0000
-Luke Kanies <luke@madstop.com>
-cleaning up bugs in the tests, and adding more error checking around the bugs
-
-Mon, 11 Jul 2005 20:21:41 +0000
-Luke Kanies <luke@madstop.com>
-adding refreshonly parameter
-
-Mon, 11 Jul 2005 20:21:30 +0000
-Luke Kanies <luke@madstop.com>
-found a bunch of bugs in Puppet::Storage, plus some bugs in how file recursion was being tested and thus some real bugs in the system
-
-Mon, 11 Jul 2005 20:20:32 +0000
-Luke Kanies <luke@madstop.com>
-adding a to_s method
-
-Mon, 11 Jul 2005 18:45:31 +0000
-Luke Kanies <luke@madstop.com>
-fixing storage class; it was not actually correctly retrieving state from disk
-
-Mon, 11 Jul 2005 18:14:20 +0000
-Luke Kanies <luke@madstop.com>
-adding Puppet#recmkdir utility function, and making sure Log and Storage create their own files and directories as necessary
-
-Mon, 11 Jul 2005 17:37:40 +0000
-Luke Kanies <luke@madstop.com>
-adding some more tests for recursion plus checksumming, because they are somewhat incompatible for directories
-
-Mon, 11 Jul 2005 17:19:37 +0000
-Luke Kanies <luke@madstop.com>
-ok, verbose => info
-
-Mon, 11 Jul 2005 17:18:52 +0000
-Luke Kanies <luke@madstop.com>
-duh, somehow added Blink calls in there...
-
-Mon, 11 Jul 2005 17:10:56 +0000
-Luke Kanies <luke@madstop.com>
-adding cwd parameter to exec
-
-Sun, 10 Jul 2005 04:48:43 +0000
-Luke Kanies <luke@madstop.com>
-exec stuff all works now, end to end
-
-Sun, 10 Jul 2005 04:48:10 +0000
-Luke Kanies <luke@madstop.com>
-fixing some nasty bugs related to parameter checking
-
-Sun, 10 Jul 2005 04:48:00 +0000
-Luke Kanies <luke@madstop.com>
-fixing a nasty bug related to recursion and nonexistent files
-
-Sun, 10 Jul 2005 04:47:37 +0000
-Luke Kanies <luke@madstop.com>
-fixing some nasty bugs related to parameter checking
-
-Sun, 10 Jul 2005 02:04:20 +0000
-Luke Kanies <luke@madstop.com>
-adding string vs. symbol testing
-
-Sun, 10 Jul 2005 01:40:07 +0000
-Luke Kanies <luke@madstop.com>
-adding logdest config
-
-Sun, 10 Jul 2005 01:39:48 +0000
-Luke Kanies <luke@madstop.com>
-changing Log.destination to Log.destination=()
-
-Sun, 10 Jul 2005 01:39:26 +0000
-Luke Kanies <luke@madstop.com>
-disabling debug by default
-
-Sun, 10 Jul 2005 01:39:05 +0000
-Luke Kanies <luke@madstop.com>
-changing Log.destination to Log.destination=()
-
-Sun, 10 Jul 2005 01:36:20 +0000
-Luke Kanies <luke@madstop.com>
-adding the exec stuff
-
-Wed, 29 Jun 2005 21:16:54 +0000
-Luke Kanies <luke@madstop.com>
-finishing rename of file class
-
-Wed, 29 Jun 2005 21:08:49 +0000
-Luke Kanies <luke@madstop.com>
-renaming to remove naming conflicts
-
-Wed, 29 Jun 2005 21:00:03 +0000
-Luke Kanies <luke@madstop.com>
-further output cleanup, and fixed the problem with tc_server.rb leaving sleeper processes lying around
-
-Wed, 29 Jun 2005 19:44:25 +0000
-Luke Kanies <luke@madstop.com>
-fixing debugging to severely reduce output but allow it when debugging a specific service
-
-Wed, 29 Jun 2005 16:37:32 +0000
-Luke Kanies <luke@madstop.com>
-changing warnings to debug
-
-Wed, 29 Jun 2005 16:34:47 +0000
-Luke Kanies <luke@madstop.com>
-basic rpm stuff now works
-
-Wed, 29 Jun 2005 15:36:28 +0000
-Luke Kanies <luke@madstop.com>
-fixing metrics tests to work with everything else
-
-Wed, 29 Jun 2005 15:17:52 +0000
-Luke Kanies <luke@madstop.com>
-correctly returning events
-
-Wed, 29 Jun 2005 03:11:06 +0000
-Luke Kanies <luke@madstop.com>
-metric testing and graphing now works in the library, although nothing has been done in the language
-
-Wed, 29 Jun 2005 00:57:50 +0000
-Luke Kanies <luke@madstop.com>
-adding some more tests for loglevel stuff
-
-Tue, 28 Jun 2005 23:43:03 +0000
-Luke Kanies <luke@madstop.com>
-adding rpm as RedHat package manager
-
-Tue, 28 Jun 2005 04:15:48 +0000
-Luke Kanies <luke@madstop.com>
-logging now exactly supports the list of levels that syslog supports, and multiple destinations (syslog, files, and console) are now supported
-
-Tue, 28 Jun 2005 00:15:43 +0000
-Luke Kanies <luke@madstop.com>
-renaming message.rb to log.rb
-
-Tue, 28 Jun 2005 00:15:27 +0000
-Luke Kanies <luke@madstop.com>
-temporary changes to prepare for a rename
-
-Mon, 27 Jun 2005 21:49:26 +0000
-Luke Kanies <luke@madstop.com>
-puppetest.rb should probably be puppettest.rb
-
-Mon, 27 Jun 2005 21:48:39 +0000
-Luke Kanies <luke@madstop.com>
-renaming blink to puppet
-
-Mon, 27 Jun 2005 21:47:06 +0000
-Luke Kanies <luke@madstop.com>
-renaming blink to puppet
-
-Mon, 27 Jun 2005 21:44:46 +0000
-Luke Kanies <luke@madstop.com>
-renaming blink to puppet
-
-Tue, 14 Jun 2005 05:12:08 +0000
-Luke Kanies <luke@madstop.com>
-you can now at least test for whether a package is installed, although you still cannot do anything if it is not -- the barrier is knowing how to get the package
-
-Mon, 13 Jun 2005 22:14:48 +0000
-Luke Kanies <luke@madstop.com>
-adding validparam() to Blink::Type
-
-Thu, 9 Jun 2005 17:01:17 +0000
-Luke Kanies <luke@madstop.com>
-fixing file.rb so it works on Darwin, also
-
-Thu, 9 Jun 2005 16:43:02 +0000
-Luke Kanies <luke@madstop.com>
-updates
-
-Thu, 9 Jun 2005 16:36:20 +0000
-Luke Kanies <luke@madstop.com>
-updates
-
-Mon, 6 Jun 2005 15:13:14 +0000
-Luke Kanies <luke@madstop.com>
-adding new classes and tests
-
-Wed, 1 Jun 2005 22:20:10 +0000
-Luke Kanies <luke@madstop.com>
-md5 summing now works, all the way through!
-
-Wed, 1 Jun 2005 21:30:47 +0000
-Luke Kanies <luke@madstop.com>
-checksums now work, but not all the way through yet
-
-Mon, 30 May 2005 23:24:51 +0000
-Luke Kanies <luke@madstop.com>
-Rahh! component dependencies now work!
-
-Mon, 30 May 2005 23:02:40 +0000
-Luke Kanies <luke@madstop.com>
-everything passes all of the tests, but i do not think the component-level metaparams are working
-
-Mon, 30 May 2005 06:14:35 +0000
-Luke Kanies <luke@madstop.com>
-adding some more tests for Blink::Type
-
-Mon, 30 May 2005 03:08:16 +0000
-Luke Kanies <luke@madstop.com>
-done some more work on making components act like normal objects, but now i need to figure out how to spread events up the tree, rather than just point to point
-
-Mon, 30 May 2005 02:29:23 +0000
-Luke Kanies <luke@madstop.com>
-dependencies now work, although you cannot yet specify them for components
-
-Mon, 30 May 2005 01:36:48 +0000
-Luke Kanies <luke@madstop.com>
-there are now explicit tests for transactions, including rollback, and more tests involving querying
-
-Mon, 30 May 2005 01:16:19 +0000
-Luke Kanies <luke@madstop.com>
-adding simple query syntax stuff
-
-Sun, 29 May 2005 23:59:33 +0000
-Luke Kanies <luke@madstop.com>
-i now have basic events: you can only specify simple object types as requirements, but hey, it works -- refresh() gets called
-
-Sun, 29 May 2005 21:17:16 +0000
-Luke Kanies <luke@madstop.com>
-renaming events to event
-
-Sun, 29 May 2005 21:17:02 +0000
-Luke Kanies <luke@madstop.com>
-update before rename
-
-Sun, 29 May 2005 20:41:53 +0000
-Luke Kanies <luke@madstop.com>
-intermediate; no extra functionality yet, but moving away from discussing namevars outside of a given class
-
-Wed, 25 May 2005 15:57:00 +0000
-Luke Kanies <luke@madstop.com>
-All tests pass again, and i have added Type.allclear to remove all existing type instances, thus making it much easier to run all of the parser and lexer and then server tests; i have also added remove server tests
-
-Wed, 25 May 2005 15:27:30 +0000
-Luke Kanies <luke@madstop.com>
-okay, everything works again, although it still might be a touch fragile
-
-Wed, 25 May 2005 15:14:24 +0000
-Luke Kanies <luke@madstop.com>
-i am giving up on fileparsing for now; it does not work yet
-
-Sat, 21 May 2005 23:31:49 +0000
-Luke Kanies <luke@madstop.com>
-okay, bin/blinker works again, and i have modified both client and server to be a bit easier to use non-networked
-
-Sat, 21 May 2005 23:07:57 +0000
-Luke Kanies <luke@madstop.com>
-we now have networking
-
-Mon, 16 May 2005 18:38:06 +0000
-Luke Kanies <luke@madstop.com>
-okay, implicit iteration now occurs at least at object definition time
-
-Mon, 16 May 2005 18:08:04 +0000
-Luke Kanies <luke@madstop.com>
-enabling mucking with debug and noop
-
-Mon, 16 May 2005 17:56:37 +0000
-Luke Kanies <luke@madstop.com>
-yep, arrays are always passed
-
-Mon, 16 May 2005 17:54:09 +0000
-Luke Kanies <luke@madstop.com>
-final fixes on passing methods through to types
-
-Mon, 16 May 2005 17:48:28 +0000
-Luke Kanies <luke@madstop.com>
-typesettings now correctly pass all the way through and can only run specified methods, using "allowedmethods"
-
-Mon, 16 May 2005 17:33:23 +0000
-Luke Kanies <luke@madstop.com>
-the tree transformations work throughout the whole system now
-
-Mon, 16 May 2005 17:09:08 +0000
-Luke Kanies <luke@madstop.com>
-transformations from the client through to the transactional execution now works!
-
-Mon, 16 May 2005 16:50:37 +0000
-Luke Kanies <luke@madstop.com>
-unmoving
-
-Mon, 16 May 2005 16:50:22 +0000
-Luke Kanies <luke@madstop.com>
-updates
-
-Mon, 16 May 2005 15:47:55 +0000
-Luke Kanies <luke@madstop.com>
-moving
-
-Mon, 16 May 2005 15:22:32 +0000
-Luke Kanies <luke@madstop.com>
-moving
-
-Thu, 12 May 2005 22:40:08 +0000
-Luke Kanies <luke@madstop.com>
-switched to just passing scopes around, instead of passing the interpreter object around
-
-Thu, 12 May 2005 21:54:23 +0000
-Luke Kanies <luke@madstop.com>
-file recursion now works
-
-Wed, 11 May 2005 19:43:01 +0000
-Luke Kanies <luke@madstop.com>
-i can now execute simple scripts manually!
-
-Wed, 11 May 2005 19:05:39 +0000
-Luke Kanies <luke@madstop.com>
-i can basically actually do work now
-
-Wed, 11 May 2005 14:16:02 +0000
-Luke Kanies <luke@madstop.com>
-moving
-
-Wed, 11 May 2005 00:19:33 +0000
-Luke Kanies <luke@madstop.com>
-adding lots of verbosity, and starting to actually make sure things execute -- tests are failing, tho
-
-Fri, 6 May 2005 21:16:26 +0000
-Luke Kanies <luke@madstop.com>
-basic components now work
-
-Mon, 25 Apr 2005 18:14:33 +0000
-Luke Kanies <luke@madstop.com>
-we now have nested scopes, and we've got the beginnings of components, although many tests are currently failing
-
-Sat, 23 Apr 2005 00:16:44 +0000
-Luke Kanies <luke@madstop.com>
-simplifying argument parsing in Blink#message
-
-Sat, 23 Apr 2005 00:16:27 +0000
-Luke Kanies <luke@madstop.com>
-initializing @noop in element.rb
-
-Fri, 22 Apr 2005 23:38:49 +0000
-Luke Kanies <luke@madstop.com>
-dealing with having moved the examples to the language area
-
-Fri, 22 Apr 2005 18:43:50 +0000
-Luke Kanies <luke@madstop.com>
-moving to the language tree
-
-Thu, 21 Apr 2005 19:59:33 +0000
-Luke Kanies <luke@madstop.com>
-everything works again, including components
-
-Thu, 21 Apr 2005 19:57:47 +0000
-Luke Kanies <luke@madstop.com>
-making components work
-
-Thu, 21 Apr 2005 19:34:46 +0000
-Luke Kanies <luke@madstop.com>
-moving component.rb to type/
-
-Thu, 21 Apr 2005 19:34:31 +0000
-Luke Kanies <luke@madstop.com>
-removing most functionality, since type.rb already has it
-
-Thu, 21 Apr 2005 19:26:03 +0000
-Luke Kanies <luke@madstop.com>
-finishing reorganization of base classes and such; there is now a clear tree heirarchy, with parents and children -- all tests pass on the types, but there are still some issues with client/server stuff
-
-Thu, 21 Apr 2005 18:51:13 +0000
-Luke Kanies <luke@madstop.com>
-cleaning up object tree and adding a simple virtual base class for both types and states
-
-Thu, 21 Apr 2005 18:50:54 +0000
-Luke Kanies <luke@madstop.com>
-adding transactions
-
-Thu, 21 Apr 2005 18:50:12 +0000
-Luke Kanies <luke@madstop.com>
-moving event info out of type.rb
-
-Thu, 21 Apr 2005 18:49:41 +0000
-Luke Kanies <luke@madstop.com>
-removing elements.rb
-
-Thu, 21 Apr 2005 18:49:25 +0000
-Luke Kanies <luke@madstop.com>
-preparing to remove elements.rb
-
-Thu, 21 Apr 2005 15:46:01 +0000
-Luke Kanies <luke@madstop.com>
-renaming statetree to elements
-
-Thu, 21 Apr 2005 15:45:40 +0000
-Luke Kanies <luke@madstop.com>
-first version of finalized base classes
-
-Tue, 19 Apr 2005 22:34:01 +0000
-Luke Kanies <luke@madstop.com>
-noop seems to basically be working, but i need to reorganize the whole type/state structure -- that is starting after this commit
-
-Tue, 19 Apr 2005 20:42:57 +0000
-Luke Kanies <luke@madstop.com>
-using the example syslog.conf instead of the one in /etc
-
-Tue, 19 Apr 2005 20:40:40 +0000
-Luke Kanies <luke@madstop.com>
-adding some example debian configs
-
-Tue, 19 Apr 2005 20:38:04 +0000
-Luke Kanies <luke@madstop.com>
-filetypes now support multiple record types, and newlines can be escaped
-
-Tue, 19 Apr 2005 15:44:39 +0000
-Luke Kanies <luke@madstop.com>
-completed the first step to enabling multiple record types in filetypes
-
-Tue, 19 Apr 2005 15:24:31 +0000
-Luke Kanies <luke@madstop.com>
-the client now executes "evaluate", which might not be a good thing -- i am getting failures if files do not exist, for instance
-
-Tue, 19 Apr 2005 06:15:26 +0000
-Luke Kanies <luke@madstop.com>
-filerecord.rb: duh, fixing a small debug string printing bug
-
-Tue, 19 Apr 2005 06:14:34 +0000
-Luke Kanies <luke@madstop.com>
-reorganizing the FileType/FileRecord into a base class (TypeGenerator) and basing them off it
-
-Tue, 19 Apr 2005 00:09:19 +0000
-Luke Kanies <luke@madstop.com>
-adding typegenerator baseclass
-
-Mon, 18 Apr 2005 23:48:59 +0000
-Luke Kanies <luke@madstop.com>
-fact.rb is no longer a subclass of Blink::Type
-
-Mon, 18 Apr 2005 23:47:19 +0000
-Luke Kanies <luke@madstop.com>
-fixing filetype and component to take into account changes type interface.rb and type.rb
-
-Mon, 18 Apr 2005 22:54:43 +0000
-Luke Kanies <luke@madstop.com>
-type.rb: adding methods to simplify type initialization, and adding eachtype() to simplify testing
-
-Mon, 18 Apr 2005 22:47:59 +0000
-Luke Kanies <luke@madstop.com>
-adding some tests on the interface methods in Blink::Type
-
-Mon, 18 Apr 2005 22:33:09 +0000
-Luke Kanies <luke@madstop.com>
-renaming objects to types, since they are just subclasses of Blink::Type
-
-Mon, 18 Apr 2005 22:28:06 +0000
-Luke Kanies <luke@madstop.com>
-renaming types to type everywhere; all tests now pass
-
-Mon, 18 Apr 2005 22:12:36 +0000
-Luke Kanies <luke@madstop.com>
-changing types to type internally
-
-Mon, 18 Apr 2005 22:10:21 +0000
-Luke Kanies <luke@madstop.com>
-moving types to type
-
-Mon, 18 Apr 2005 22:10:04 +0000
-Luke Kanies <luke@madstop.com>
-renaming types.rb to type.rb
-
-Mon, 18 Apr 2005 22:07:52 +0000
-Luke Kanies <luke@madstop.com>
-changing Types to Type
-
-Mon, 18 Apr 2005 22:07:49 +0000
-Luke Kanies <luke@madstop.com>
-adding
-
-Mon, 18 Apr 2005 22:03:45 +0000
-Luke Kanies <luke@madstop.com>
-deprecating interface.rb
-
-Mon, 18 Apr 2005 22:03:32 +0000
-Luke Kanies <luke@madstop.com>
-final changes before deprecating
-
-Mon, 18 Apr 2005 19:49:20 +0000
-Luke Kanies <luke@madstop.com>
-adding an fqpath method to state.rb
-
-Mon, 18 Apr 2005 19:48:58 +0000
-Luke Kanies <luke@madstop.com>
-adding name information and a FileRecordState class
-
-Mon, 18 Apr 2005 19:48:27 +0000
-Luke Kanies <luke@madstop.com>
-moving some methods around
-
-Mon, 18 Apr 2005 19:27:19 +0000
-Luke Kanies <luke@madstop.com>
-adding markers
-
-Mon, 18 Apr 2005 19:19:37 +0000
-Luke Kanies <luke@madstop.com>
-changing type[param] to return the state instead of the value
-
-Mon, 18 Apr 2005 15:28:01 +0000
-Luke Kanies <luke@madstop.com>
-renaming oparse to filetype
-
-Mon, 18 Apr 2005 15:27:37 +0000
-Luke Kanies <luke@madstop.com>
-renaming oparse to filetype
-
-Mon, 18 Apr 2005 15:26:20 +0000
-Luke Kanies <luke@madstop.com>
-renaming oparse to filetype
-
-Mon, 18 Apr 2005 15:26:09 +0000
-Luke Kanies <luke@madstop.com>
-renaming oparse to filetype
-
-Sun, 17 Apr 2005 23:57:09 +0000
-Luke Kanies <luke@madstop.com>
-adding some comments
-
-Fri, 15 Apr 2005 20:09:07 +0000
-Luke Kanies <luke@madstop.com>
-fixing most of the function call stuff
-
-Thu, 14 Apr 2005 22:01:15 +0000
-Luke Kanies <luke@madstop.com>
-the client is now successfully creating objects from the hashes passed by the server
-
-Thu, 14 Apr 2005 22:00:47 +0000
-Luke Kanies <luke@madstop.com>
-making fact a real type
-
-Thu, 14 Apr 2005 20:32:56 +0000
-Luke Kanies <luke@madstop.com>
-moving state.rb to types/
-
-Thu, 14 Apr 2005 17:20:11 +0000
-Luke Kanies <luke@madstop.com>
-renaming "value" to "is"
-
-Thu, 14 Apr 2005 16:18:12 +0000
-Luke Kanies <luke@madstop.com>
-renaming state, and adding modification class
-
-Thu, 14 Apr 2005 16:12:29 +0000
-Luke Kanies <luke@madstop.com>
-renaming attributes to states
-
-Thu, 14 Apr 2005 05:28:19 +0000
-Luke Kanies <luke@madstop.com>
-renaming objects to types
-
-Thu, 14 Apr 2005 05:02:13 +0000
-Luke Kanies <luke@madstop.com>
-renaming objects to types
-
-Thu, 14 Apr 2005 04:59:46 +0000
-Luke Kanies <luke@madstop.com>
-renaming objects to types
-
-Thu, 14 Apr 2005 04:58:12 +0000
-Luke Kanies <luke@madstop.com>
-updates
-
-Thu, 14 Apr 2005 04:56:53 +0000
-Luke Kanies <luke@madstop.com>
-updates
-
-Thu, 14 Apr 2005 04:52:08 +0000
-Luke Kanies <luke@madstop.com>
-removing link when done
-
-Thu, 14 Apr 2005 04:49:28 +0000
-Luke Kanies <luke@madstop.com>
-adding class collection and naming stuff
-
-Thu, 14 Apr 2005 04:18:25 +0000
-Luke Kanies <luke@madstop.com>
-testing keyword
-
-Thu, 14 Apr 2005 04:17:16 +0000
-Luke Kanies <luke@madstop.com>
-removing some excess libs from blink.rb
-
-Thu, 14 Apr 2005 04:16:58 +0000
-Luke Kanies <luke@madstop.com>
-cleaning up the start script
-
-Thu, 14 Apr 2005 04:15:00 +0000
-Luke Kanies <luke@madstop.com>
-cleaning up a bit
-
-Thu, 14 Apr 2005 04:14:42 +0000
-Luke Kanies <luke@madstop.com>
-removing evaluate test
-
-Thu, 14 Apr 2005 04:14:34 +0000
-Luke Kanies <luke@madstop.com>
-removing bogus output
-
-Thu, 14 Apr 2005 03:35:48 +0000
-Luke Kanies <luke@madstop.com>
-removing output, and fixing path so it is not hardcoded
-
-Thu, 14 Apr 2005 03:24:54 +0000
-Luke Kanies <luke@madstop.com>
-temporarily removing inclusion of time in output
-
-Thu, 14 Apr 2005 03:23:26 +0000
-Luke Kanies <luke@madstop.com>
-creating extra message methods
-
-Thu, 14 Apr 2005 02:29:03 +0000
-Luke Kanies <luke@madstop.com>
-removing execute bit
-
-Wed, 13 Apr 2005 21:58:38 +0000
-Luke Kanies <luke@madstop.com>
-adding readme
-
-Wed, 13 Apr 2005 21:52:55 +0000
-Luke Kanies <luke@madstop.com>
-copy test script
-
-Wed, 13 Apr 2005 21:42:15 +0000
-Luke Kanies <luke@madstop.com>
-okay, all tests pass again
-
-Wed, 13 Apr 2005 21:03:43 +0000
-Luke Kanies <luke@madstop.com>
-adding client stuff to the library tree
-
-Wed, 13 Apr 2005 21:03:12 +0000
-Luke Kanies <luke@madstop.com>
-reorganizing tests
-
-Wed, 13 Apr 2005 21:01:32 +0000
-Luke Kanies <luke@madstop.com>
-adding comments
-
-Wed, 13 Apr 2005 20:59:58 +0000
-Luke Kanies <luke@madstop.com>
-adding
-
-Wed, 13 Apr 2005 20:48:12 +0000
-Luke Kanies <luke@madstop.com>
-moving client.rb to the library tree
-
-Wed, 13 Apr 2005 20:45:50 +0000
-Luke Kanies <luke@madstop.com>
-moving client.rb to the library tree
-
-Wed, 13 Apr 2005 20:17:18 +0000
-Luke Kanies <luke@madstop.com>
-fixing [] method in function.rb
-
-Wed, 13 Apr 2005 18:26:49 +0000
-Luke Kanies <luke@madstop.com>
-adding operatingsystemrelease
-
-Wed, 13 Apr 2005 18:22:58 +0000
-Luke Kanies <luke@madstop.com>
-renaming tc_functions.rb, and adding to ts_other.rb
-
-Wed, 13 Apr 2005 18:22:03 +0000
-Luke Kanies <luke@madstop.com>
-functions mostly work
-
-Wed, 13 Apr 2005 18:20:25 +0000
-Luke Kanies <luke@madstop.com>
-renaming
-
-Wed, 13 Apr 2005 18:20:13 +0000
-Luke Kanies <luke@madstop.com>
-updates so i can rename
-
-Wed, 13 Apr 2005 16:27:43 +0000
-Luke Kanies <luke@madstop.com>
-adding package source, initially including only files as a source
-
-Wed, 13 Apr 2005 16:27:26 +0000
-Luke Kanies <luke@madstop.com>
-returning value instead of fact
-
-Wed, 13 Apr 2005 15:31:02 +0000
-Luke Kanies <luke@madstop.com>
-reorganizing
-
-Wed, 13 Apr 2005 15:27:29 +0000
-Luke Kanies <luke@madstop.com>
-reorganizing
-
-Wed, 13 Apr 2005 15:25:00 +0000
-Luke Kanies <luke@madstop.com>
-reorganizing
-
-Wed, 13 Apr 2005 15:24:36 +0000
-Luke Kanies <luke@madstop.com>
-reorganizing
-
-Wed, 13 Apr 2005 15:23:57 +0000
-Luke Kanies <luke@madstop.com>
-reorganizing
-
-Wed, 13 Apr 2005 15:18:05 +0000
-Luke Kanies <luke@madstop.com>
-adding structure
diff --git a/tasks/rake/changlog.rake b/tasks/rake/changelog.rake
index dc3de0e3e..adeeb03a4 100644
--- a/tasks/rake/changlog.rake
+++ b/tasks/rake/changelog.rake
@@ -1,10 +1,15 @@
desc "Create a ChangeLog based on git commits."
task :changelog do
+ begin
+ gitc = %x{which git-changelog}
+ rescue
+ puts "This task needs the git-changelog binary - http://github.com/ReinH/git-changelog"
+ end
+
CHANGELOG_DIR = "#{Dir.pwd}"
mkdir(CHANGELOG_DIR) unless File.directory?(CHANGELOG_DIR)
- change_body=`git log --pretty=format:'%aD%n%an <%ae>%n%s%n'`
+ change_body = `git-changelog --no-limit -a`
File.open(File.join(CHANGELOG_DIR, "CHANGELOG"), 'w') do |f|
f << change_body
end
end
-