summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Closing #585 -- providers can now have optional commands, which only differ f...luke2007-04-271-35/+56
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+2
* Adding extra info to the "Parameter already set" error, as requested in #573luke2007-04-261-2/+12
* Possibly adding the ability to manage passwords on os x. I expect it does no...luke2007-04-251-2/+9
* Adding the ability to manage passwords with the useradd providerluke2007-04-254-26/+36
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-253-1/+40
* Refactoring puppetdoc so it is a bit cleaner and is actually object-oriented....luke2007-04-242-5/+9
* Last modifications to rst conversion before bedtimeluke2007-04-241-1/+1
* All conversions to RST are done, but I did not quite succeed at making puppet...luke2007-04-242-2/+2
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-2417-121/+105
* Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov...luke2007-04-231-3/+9
* Translating all of the docs except the type docs to RSTluke2007-04-235-10/+14
* Removing the naming restrictions on cron namesluke2007-04-231-6/+0
* Fixing #588 - the parser correctly ignores directories in globbing nowluke2007-04-201-2/+2
* Fixing #587 -- just defaulting to root when there is no USER set in the envir...luke2007-04-201-1/+1
* Removing the stubs for nodevar; I did not mean to commit themluke2007-04-201-4/+0
* adding note about the class variables in the change logluke2007-04-201-0/+4
* Enhancing the docs a bit for the apple package provider.luke2007-04-201-1/+3
* Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the ...luke2007-04-191-0/+79
* Fixing fileserver doc linksluke2007-04-191-1/+1
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-195-59/+87
* Only caching the configuration when it has been successfully turned into Pupp...luke2007-04-181-4/+4
* Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to executemccune2007-04-041-1/+1
* Fix for #565: Final merge of changes from source:branches/execute-refactor in...mccune2007-04-032-26/+63
* Changing the date that certs are valid to start one day before the cert is cr...luke2007-03-301-1/+3
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-0/+12
* Updating the docs for the sourceselect parameterluke2007-03-301-1/+6
* Renaming some methods so that we can generate a report on a transaction and t...luke2007-03-302-39/+41
* Fixing #567. I overrode the propertychanges method to only return changes if...luke2007-03-301-0/+19
* Enhancing the report docs a bitluke2007-03-292-3/+7
* Fixing a bug I apparently introduced in the testing that would have made user...luke2007-03-282-17/+15
* Fixing the documentation to match reality, as reported in #548.luke2007-03-281-3/+2
* Trying to fix the problem that occurs when noop somehow manages to be nil whe...luke2007-03-272-1/+9
* Changing gems to automatically include dependenciesluke2007-03-271-0/+3
* Refactoring some of the rails code. The speed is now pretty good, but the ta...luke2007-03-245-90/+75
* Finalizing the filebucket client, with test code.luke2007-03-242-7/+15
* Moving the authconfig setting to configuration.rb instead of network/authconf...luke2007-03-222-8/+6
* Rails is now significantly faster. I refactored all of the queries; they are...luke2007-03-225-49/+141
* Adding a migration to create indexesluke2007-03-213-1/+41
* Fixing #553; -M is no longer added when home directories are managedluke2007-03-211-6/+0
* Fixing the same bug as the Metric stuff, but for logs this time.luke2007-03-211-0/+1
* Fixing the Metric class old clients can still refer to the Puppet::Metric class.luke2007-03-211-0/+2
* Fixing a small bug in testing whether instance methods are already defined.luke2007-03-211-1/+1
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-195-5/+45
* Reverting changeset [2243]; this apparently causes chkconfig not to workluke2007-03-191-1/+1
* Absolutely guaranteeing that the provider is always created before anything e...luke2007-03-192-1/+8
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-196-47/+82
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-193-21/+53
* Finally fixing #504, I think; I even have tests to prove it. It was a little...luke2007-03-191-9/+15
* cleaning up an error message a bitluke2007-03-191-1/+1