| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Apparently I messed up providers a bit; binaries were not having their full p... | luke | 2007-04-27 | 1 | -0/+29 |
* | Closing #585 -- providers can now have optional commands, which only differ f... | luke | 2007-04-27 | 1 | -0/+29 |
* | Fixing #603 -- I had to add a special case for escaped carriage returns. I a... | luke | 2007-04-26 | 1 | -0/+1 |
* | Adding the ability to manage passwords with the useradd provider | luke | 2007-04-25 | 3 | -3/+25 |
* | Adding the ability for parameters to declare that they require a given featur... | luke | 2007-04-25 | 3 | -0/+61 |
* | Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov... | luke | 2007-04-23 | 1 | -0/+24 |
* | Fixing #588 - the parser correctly ignores directories in globbing now | luke | 2007-04-20 | 1 | -0/+16 |
* | Removing the stubs for nodevar; I did not mean to commit them | luke | 2007-04-20 | 1 | -3/+0 |
* | adding note about the class variables in the change log | luke | 2007-04-20 | 1 | -0/+3 |
* | Adding support for aptrpm from #227 as added by Ian Burrell | luke | 2007-04-19 | 1 | -0/+90 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 4 | -6/+137 |
* | Changing the test package for debian | luke | 2007-04-06 | 1 | -3/+3 |
* | Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to execute | mccune | 2007-04-04 | 1 | -0/+0 |
* | Fix for #565: Final merge of changes from source:branches/execute-refactor in... | mccune | 2007-04-03 | 2 | -9/+36 |
* | Hah! Finally fixing the problem where mount tests would fail when run as par... | luke | 2007-03-31 | 3 | -44/+46 |
* | Fixing Client.read_cert so that it automatically adds the certificate informa... | luke | 2007-03-30 | 1 | -6/+41 |
* | Renaming some methods so that we can generate a report on a transaction and t... | luke | 2007-03-30 | 1 | -1/+1 |
* | Fixing #567. I overrode the propertychanges method to only return changes if... | luke | 2007-03-30 | 1 | -0/+9 |
* | Renaming pbucket to filebucket | luke | 2007-03-24 | 1 | -8/+8 |
* | Finalizing the filebucket client, with test code. | luke | 2007-03-24 | 3 | -1/+85 |
* | Fixing #553; -M is no longer added when home directories are managed | luke | 2007-03-21 | 1 | -2/+4 |
* | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 6 | -4/+98 |
* | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 3 | -1/+214 |
* | Adding a "has_feature" method, so a provider can just declare that it has a g... | luke | 2007-03-19 | 1 | -14/+60 |
* | Finally fixing #504, I think; I even have tests to prove it. It was a little... | luke | 2007-03-19 | 1 | -0/+17 |
* | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 1 | -0/+7 |
* | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 7 | -20/+54 |
* | Adding provider features. Woot! | luke | 2007-03-19 | 1 | -0/+81 |
* | Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be... | luke | 2007-03-19 | 1 | -0/+17 |
* | Fixing #447 - filebuckets now use deeply nested paths | luke | 2007-03-19 | 1 | -5/+89 |
* | Oops. Fixing the other tests to now past the facts to "fresh?", as required ... | luke | 2007-03-19 | 1 | -2/+4 |
* | Fixing the fact caching so that facts are only downloaded and retrieved once,... | luke | 2007-03-19 | 1 | -2/+7 |
* | Fixing #519. The facts are now cached in the state file and changes to them ... | luke | 2007-03-19 | 1 | -0/+29 |
* | Fixing #544 -- there is now an --ignoreimport option for commit hooks. | luke | 2007-03-19 | 1 | -0/+38 |
* | Adding #539. Definitions can now have titles, and both $title and $name are ... | luke | 2007-03-19 | 2 | -3/+85 |
* | Adding test to make sure ensure does not conflict with any of the creating ty... | luke | 2007-03-18 | 1 | -0/+4 |
* | Adding #541. There is now a "generate" function. | luke | 2007-03-18 | 1 | -0/+47 |
* | Fixing #538. There is now a simple file() function to read in file contents. | luke | 2007-03-18 | 1 | -0/+28 |
* | The first round of fixes for failing tests. | luke | 2007-03-18 | 7 | -42/+29 |
* | More work on #542 -- services in noop now produce noop events so that they ca... | luke | 2007-03-18 | 1 | -8/+22 |
* | Adding example cron tab from #492 and making the read/write tests ignore whit... | luke | 2007-03-18 | 2 | -1/+24 |
* | Fixing #529 -- specified targets keep their values. The problem was that I w... | luke | 2007-03-18 | 1 | -5/+37 |
* | Fixing #491 -- the client correctly realizes when the cache file is missing a... | luke | 2007-03-18 | 1 | -0/+22 |
* | Fixing #542. Transactions now cause services to warn when they would have go... | luke | 2007-03-17 | 4 | -30/+88 |
* | Fixing #540. I modified Puppet::Network::Client::Master so that it disables ... | luke | 2007-03-17 | 1 | -0/+20 |
* | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 11 | -464/+528 |
* | Adding spec libs, so we can use them some day | luke | 2007-03-17 | 73 | -0/+5095 |
* | Significantly reworking the internals of the fileparsing code. It now | luke | 2007-03-14 | 6 | -126/+471 |
* | Search manifests first within modules, and if no module is found, search in | lutter | 2007-03-09 | 1 | -0/+44 |
* | Introduces a new implicit 'modules' fileserver module, whose allow/deny can | lutter | 2007-03-09 | 1 | -0/+116 |