summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Changing how destroy works, just a bit -- it now acceptsLuke Kanies2008-04-085-21/+22
| | | | | | | | | | the name of the instance to be destroyed, rather than the instance itself.
| * Reworking the caching layer to use TTLs instead of versionsLuke Kanies2008-04-082-461/+562
| | | | | | | | | | | | based on timestamps. This just modifies the indirection class itself, there is still some work to do to remove version code from other classes.
| * Removing unused code from the file_serving/metadata class.Luke Kanies2008-04-081-9/+0
| |
| * Adding an envelope module to handle indirected instanceLuke Kanies2008-04-082-0/+60
| | | | | | | | expiration.
| * Changing the default environment to production.Luke Kanies2008-04-082-1/+3
| |
| * Adding validation to the user type to confirm that theLuke Kanies2008-04-082-0/+9
| | | | | | | | | | group list does not contain any commas. This seems to be a common problem.
| * Merge commit 'turnbull/0.24.x' into 0.24.xLuke Kanies2008-04-081-5/+5
| |\
| | * Additional fix for emacs syntax for ticket #1160James Turnbull2008-04-041-5/+5
| | |
| | * Revert "Additional fix to emacs for ticket #1160"James Turnbull2008-04-042-6/+6
| | | | | | | | | | | | This reverts commit bb65226e54d5e476581118e7c2c5e42275a6b290.
| | * Additional fix to emacs for ticket #1160James Turnbull2008-04-042-6/+6
| | |
| * | Making a test executableLuke Kanies2008-04-081-0/+0
| | |
| * | Used stubs to decouple our code behavior from the behavior of the underlying ↵Paul Lathrop2008-04-071-19/+23
| | | | | | | | | | | | filesystem, as well as removing the need to sleep (which caused the tests to take a long time).
| * | Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-testsPaul Lathrop2008-04-0611-92/+141
| |\|
| | * Extend workaround from 56aad69f8cdf8b0b08fdb7985014986223fa4455 to not only ↵Andreas Rogge2008-04-032-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix UIDs but also GIDs Fixes #1169 Fixes #804 (workaround was probably incomplete, as required changes in lib/puppet/util/posix.rb were missing) Signed-off-by: Andreas Rogge <a.rogge@solvention.de>
| | * Changed some non-standard Ruby locations to env ruby shebangsJames Turnbull2008-04-042-2/+2
| | |
| | * Fixes debian service enabled/disable issue as detailed in #1161.James Turnbull2008-04-031-1/+1
| | |
| | * Committed patch from #1160James Turnbull2008-04-031-76/+89
| | |
| | * Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-04-031-0/+23
| | |\
| | | * Merge commit 'turnbull/0.24.x' into 0.24.xLuke Kanies2008-03-313-3/+10
| | | |\
| | | * | Adding the report reference back; I don't really knowLuke Kanies2008-03-311-0/+23
| | | | | | | | | | | | | | | | | | | | why I removed it, since the information in it isn't anywhere else.
| | * | | Pushed patch to fix #1174James Turnbull2008-04-021-1/+1
| | | |/ | | |/|
| | * | Updates to rrdgraph documentationJames Turnbull2008-04-011-2/+4
| | | |
| | * | Better fix for #1020James Turnbull2008-04-011-0/+5
| | | |
| | * | Revert "Added updated fix for #1020"James Turnbull2008-04-011-5/+1
| | | | | | | | | | | | | | | | This reverts commit 4f8df9803a9ad2f31d3e86418732a230b5cee3f3.
| | * | Fixed duplicate oid for parentnode and environment in schema - addresses #1170James Turnbull2008-04-011-1/+1
| | | |
| | * | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xJames Turnbull2008-04-011-1/+1
| | |\|
| | * | Added updated fix for #1020James Turnbull2008-03-311-1/+5
| | | |
| * | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-testsPaul Lathrop2008-03-3118-62/+194
| |\ \ \ | | | |/ | | |/|
| | * | Fixing a duplicate word in the mount docsLuke Kanies2008-03-311-1/+1
| | |/
| | * Adding 0.24.4 header to the changelogLuke Kanies2008-03-301-0/+1
| | |
| | * Add a bunch of directives, allows a full parse of stanford's huge nagios configBlake Barnett2008-03-281-46/+60
| | | | | | | | | | | | Also reformatted a bit
| | * Merge branch '0.24.x' of git://wormwood.lovedthanlost.net/puppet into 0.24.xLuke Kanies2008-03-281-0/+117
| | |\
| | | * Added check_puppet.rb Nagios check plugin (See #1162)James Turnbull2008-03-271-0/+117
| | | |
| | * | Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-2814-15/+15
| | |/
| * | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xPaul Lathrop2008-03-261-1/+2
| |\|
| * | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xPaul Lathrop2008-03-252-2/+2
| |\ \
| * | | Added some more tests for loadedfile, based off the old unit tests.Paul Lathrop2008-03-251-2/+23
| | | |
| * | | Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.xPaul Lathrop2008-03-252-1/+14
| |\ \ \
| * | | | Added rspec tests for loadedfilePaul Lathrop2008-03-241-0/+40
| | | | |
* | | | | Fixing the tests in test/ that were broken asLuke Kanies2008-04-017-192/+49
| | | | | | | | | | | | | | | | | | | | a result of the move to no global resources.
* | | | | Fixing tests that were failing as a result of the merge,Luke Kanies2008-04-016-54/+3
| | | | | | | | | | | | | | | | | | | | | | | | | including removing some now-obsolete code and tests from the Settings class.
* | | | | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-31934-10782/+41151
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/puppet/node/catalog.rb lib/puppet/type/pfile.rb lib/puppet/type/pfilebucket.rb lib/puppet/util/filetype.rb spec/unit/node/catalog.rb spec/unit/other/transbucket.rb spec/unit/ral/provider/mount/parsed.rb spec/unit/ral/types/file.rb spec/unit/ral/types/interface.rb spec/unit/ral/types/mount.rb spec/unit/ral/types/package.rb spec/unit/ral/types/schedule.rb spec/unit/ral/types/service.rb test/language/compile.rb test/language/lexer.rb test/language/snippets.rb test/lib/puppettest.rb test/ral/types/basic.rb test/ral/types/cron.rb test/ral/types/exec.rb test/ral/types/file.rb test/ral/types/file/target.rb test/ral/types/filebucket.rb test/ral/types/fileignoresource.rb test/ral/types/filesources.rb test/ral/types/group.rb test/ral/types/host.rb test/ral/types/parameter.rb test/ral/types/sshkey.rb test/ral/types/tidy.rb test/ral/types/user.rb test/ral/types/yumrepo.rb
| * \ \ \ \ Merge branch '0.24.x'Luke Kanies2008-03-2561-303/+3112
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: install.rb lib/puppet/defaults.rb man/man8/puppet.8
| | * | | | I think this will include the man pages in the build but overall the ↵James Turnbull2008-03-261-1/+2
| | | |_|/ | | |/| | | | | | | | | | | | Rakefile needs a rewrite
| | * | | Updated to version 0.24.4Luke Kanies2008-03-251-1/+1
| | | | |
| | * | | Updated to version 0.24.4Luke Kanies2008-03-251-1/+1
| | | |/ | | |/|
| | * | Pass source to pkg_add via the PKG_PATH environment variable ifRyan McBride2008-03-252-1/+14
| | |/
| | * Fixing #571 -- provider suitability is now checked at resourceLuke Kanies2008-03-244-14/+34
| | | | | | | | | | | | | | | | | | | | | evaluation time, rather than resource instantiation time. This means that you don't catch your "errors" as early, but it also means you should be able to realistically configure a whole host in one run.
| | * Fixing a couple of tests.Luke Kanies2008-03-244-36/+39
| | |
| | * Moved the configuration of the Node cache to the puppetmasterdLuke Kanies2008-03-243-3/+6
| | | | | | | | | | | | | | | executable, since it otherwise causes caches to be used in all cases, which we don't want (e.g., bin/puppet was using them).