| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #431. Collection was always returning an array, even when only a sing... | luke | 2007-01-28 | 1 | -0/+3 |
* | Changing how transactions check whether a resource is being deleted. This is... | luke | 2007-01-28 | 2 | -3/+8 |
* | Fixing #455. A simple fix, fortunately. | luke | 2007-01-27 | 1 | -2/+2 |
* | Fixing documentation references to refer to the wiki | luke | 2007-01-26 | 3 | -3/+4 |
* | Fixing #442. You can now do: defined(File[...]) to see if a resource is defi... | luke | 2007-01-26 | 1 | -7/+21 |
* | Fixing #434. | luke | 2007-01-26 | 1 | -0/+4 |
* | Fixing #423. Configurations now default to timing out after 30 seconds (tuna... | luke | 2007-01-26 | 1 | -1/+27 |
* | Fixing #418. The problem was that multiple objects might include Daemon, whi... | luke | 2007-01-26 | 1 | -1/+4 |
* | Using Time instead of Time.to_i for compile time, because some versions of ru... | luke | 2007-01-26 | 1 | -4/+3 |
* | adding client name to processing line | luke | 2007-01-26 | 1 | -1/+1 |
* | Fixing #445. Nodes can now inherit from default. | luke | 2007-01-26 | 2 | -239/+250 |
* | changing selector error message | luke | 2007-01-26 | 1 | -1/+1 |
* | Removing an extraneous debug message, and fixing the case where the server co... | luke | 2007-01-26 | 1 | -3/+4 |
* | Applying patch from #457, as submitted by Jeff McCune. | luke | 2007-01-25 | 1 | -23/+47 |
* | making yum the default packager for centos | luke | 2007-01-24 | 1 | -1/+1 |
* | Wrapping the resource generation methods in begin/rescue blocks so that failu... | luke | 2007-01-23 | 1 | -2/+15 |
* | Fixing error-catching in resources.rb | luke | 2007-01-23 | 1 | -1/+1 |
* | Fixing #415. Configuration parsing now removes trailing whitespace. | luke | 2007-01-23 | 1 | -1/+1 |
* | Fixing #424. The configuration compile time is now cached in the yaml cache ... | luke | 2007-01-23 | 3 | -18/+33 |
* | Fixing rundir so that it does not throw an error when not running as root | luke | 2007-01-23 | 1 | -4/+10 |
* | Fixing #437. Transactions now check whether graphs are cyclic, with a somewh... | luke | 2007-01-23 | 2 | -0/+18 |
* | Fixing #436. Also finally renamed pfile/uid.rb to match the state name. | luke | 2007-01-23 | 3 | -22/+28 |
* | Fixing #421 by changing the rundir to /var/puppet/run. | luke | 2007-01-23 | 1 | -5/+1 |
* | Fixing #416. There is now an option (downcasefacts) that determines whether ... | luke | 2007-01-23 | 2 | -3/+11 |
* | Make rpm operations much faster by suppressing unneeded verification | lutter | 2007-01-22 | 1 | -2/+2 |
* | Use a specific ActiveRecord subclass to check for the proper existence of AR ... | mpalmer | 2007-01-15 | 1 | -1/+4 |
* | Make the version string optional in the dpkg-query output parsing regex (Fixe... | mpalmer | 2007-01-12 | 1 | -2/+2 |
* | Clear existing yumrepo instances befoer listing - assumes list should only re... | lutter | 2007-01-11 | 1 | -0/+1 |
* | Enclose values in single, not double quotes; otherwise if values have $ in th... | lutter | 2007-01-10 | 1 | -3/+3 |
* | Allow listing of yumrepos | lutter | 2007-01-10 | 1 | -0/+20 |
* | Last round of fixes before the next release | luke | 2007-01-05 | 3 | -5/+8 |
* | Adding #408. | luke | 2007-01-05 | 3 | -6/+85 |
* | Adding a bit more comments to the :template function | luke | 2007-01-05 | 1 | -1/+2 |
* | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 9 | -21/+27 |
* | Fixing #411. | luke | 2007-01-05 | 1 | -2/+2 |
* | Further work on #407. I forgot to actually connect it to the interpreter int... | luke | 2007-01-05 | 1 | -0/+4 |
* | Fixing #407. You can use external_node to specify a command to retrieve your... | luke | 2007-01-05 | 1 | -1/+49 |
* | Don't rely on the type to store the actual NVR of the package; breaks in the ... | lutter | 2007-01-05 | 1 | -3/+10 |
* | Adding a timeout to execs. This is not really a sufficient solution, since i... | luke | 2007-01-04 | 1 | -4/+41 |
* | Applying patch by mccune from #409. | luke | 2007-01-04 | 2 | -5/+2 |
* | Regressing to always creating files/directories as root, rather than trying t... | luke | 2007-01-04 | 1 | -11/+13 |
* | Throwing warnings instead of exceptions when dpkg-query produces info we cann... | luke | 2007-01-04 | 1 | -3/+5 |
* | Trying to fix #364. Somewhat used the patch provided by nslm. | luke | 2007-01-04 | 2 | -3/+20 |
* | fixing filebuckets so that only the client bucket is created on clients | luke | 2007-01-04 | 1 | -2/+5 |
* | Fixing tests so they now include descriptions with all config options, which ... | luke | 2007-01-04 | 1 | -0/+1 |
* | Creating two filebuckets by default, one for the client and one for the server | luke | 2007-01-04 | 3 | -3/+8 |
* | Fixing #403. | luke | 2007-01-04 | 1 | -2/+3 |
* | #398 is already fixed, but this will fix things so it cannot happen again | luke | 2007-01-04 | 1 | -0/+4 |
* | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 4 | -3/+20 |
* | Setting up specific allowed types for sshkey | luke | 2007-01-04 | 2 | -0/+6 |