Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'feature/master/5432' of https://github.com/keymon/puppet into next | Jesse Wolfe | 2011-03-29 | 5 | -1/+961 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | (#5432) Use AIX native commands to manage users and groups | Hector Rivas Gandara | 2011-01-10 | 3 | -117/+100 | |
| * | | | | | | (#5432) Use AIX native commands to manage users and groups | Hector Rivas Gandara | 2011-01-10 | 5 | -318/+516 | |
| * | | | | | | (#5432) Use AIX native commands to manage users and groups | Hector Rivas Gandara | 2011-01-10 | 3 | -11/+15 | |
| * | | | | | | (#5432) Use AIX native commands to manage users and groups | Hector Rivas Gandara | 2010-12-27 | 3 | -78/+201 | |
| * | | | | | | (#5432) Use AIX native commands to manage users and groups | Hector Rivas Gandara | 2010-12-27 | 3 | -0/+652 | |
* | | | | | | | (#6830) Fix instance_variables now comes back as symbols | Matt Robinson | 2011-03-29 | 1 | -1/+1 | |
* | | | | | | | (#6830) Fix MD5 handling to work with Ruby 1.9 | Matt Robinson | 2011-03-29 | 1 | -2/+2 | |
* | | | | | | | (#6830) Fix File class scoping | Matt Robinson | 2011-03-29 | 2 | -4/+4 | |
* | | | | | | | (#6830) Handle case where array is actually a string | Matt Robinson | 2011-03-29 | 1 | -0/+1 | |
* | | | | | | | (#6830) Fix case where instance_variables returns symbols in Ruby 1.9 | Matt Robinson | 2011-03-29 | 1 | -1/+4 | |
* | | | | | | | Merge branch 'ticket/next/5477' into next | Jesse Wolfe | 2011-03-25 | 5 | -13/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | (#5477) Allow watch_file to watch non-existent files, especially site.pp | Jesse Wolfe | 2011-03-25 | 5 | -13/+8 | |
* | | | | | | | | Merge commit '2.6.next^1' into next | Jesse Wolfe | 2011-03-25 | 2 | -8/+7 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'ticket/2.6.next/5221' into 2.6.next | Nick Lewis | 2011-03-24 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | (#5221) Fix fileset path absoluteness checking with trailing slash | James Turnbull | 2011-03-24 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'feature/2.6.next/4576' of https://github.com/bodepd/puppet into... | Jesse Wolfe | 2011-03-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | (4576) - if ENC declares invalid class, it is logged at warning. | Dan Bode | 2011-03-16 | 1 | -1/+1 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | (#4769) Fix negative timeout support for newer rubies | Nick Lewis | 2011-03-24 | 1 | -8/+6 | |
* | | | | | | | | (#6855) ResourceType#search now accepts a regex | Luke Kanies | 2011-03-25 | 1 | -1/+12 | |
* | | | | | | | | Merge branch 'tickets/master/6850-resource_type_listing_and_converting' into ... | Luke Kanies | 2011-03-25 | 4 | -6/+39 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixing #6851 - ResourceType#find/search loads types | Luke Kanies | 2011-03-25 | 2 | -9/+35 | |
| * | | | | | | | | Fixing Module#path detection | Luke Kanies | 2011-03-25 | 1 | -1/+1 | |
| * | | | | | | | | Fixed #6850 - Clean up ResourceType#to_pson | Luke Kanies | 2011-03-25 | 2 | -3/+10 | |
* | | | | | | | | | (#6830) Fix stat method calls to not use an unneeded argument | Matt Robinson | 2011-03-25 | 9 | -9/+9 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | (#4576) Raise an error when a node is classified into a non-existent class | Jesse Wolfe | 2011-03-24 | 1 | -10/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch '2.6.next' into next | Max Martin | 2011-03-23 | 6 | -161/+198 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'tickets/2.6.x/6562' into 2.6.next | James Turnbull | 2011-03-22 | 1 | -1/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed #6562 - Minor kick documentation fix | James Turnbull | 2011-03-22 | 1 | -1/+0 | |
| * | | | | | | | Merge branch 'ticket/2.6.next/6658' into 2.6.next | Matt Robinson | 2011-03-18 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | (#6658) Propagate ENC connection errors to the agent | Matt Robinson | 2011-03-18 | 1 | -2/+1 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'feature/2.6.next/4884-an-exec-provider-that-executes-unfiltered... | Max Martin | 2011-03-17 | 5 | -159/+197 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | (#4884) Revise new exec tests, add a few more | Max Martin | 2011-03-17 | 1 | -1/+1 | |
| | * | | | | | | (#4884) Add an shell provider for execs | Matt Robinson | 2011-03-15 | 1 | -0/+17 | |
| | * | | | | | | (#4884) Break the exec type out to have a posix provider | Daniel Pittman | 2011-03-15 | 2 | -156/+135 | |
| | * | | | | | | (#4884) Add consistent path validation and behavior | Daniel Pittman | 2011-03-15 | 2 | -0/+44 | |
| | * | | | | | | (#4884) Get rid of open3 require since it wasn't being used | Matt Robinson | 2011-03-15 | 1 | -3/+1 | |
* | | | | | | | | (#6820) Fix File class lookup in the file type for Ruby 1.9 | Matt Robinson | 2011-03-23 | 1 | -14/+14 | |
* | | | | | | | | (#6820) Fix nagios parser to use proper hash syntax for Ruby 1.9 | Matt Robinson | 2011-03-23 | 1 | -1/+1 | |
* | | | | | | | | (#6820) Fix RDOC parser to work with Ruby 1.9 | Matt Robinson | 2011-03-23 | 1 | -3/+9 | |
* | | | | | | | | (#6820) Fix invalid next that should be a return | Matt Robinson | 2011-03-23 | 1 | -1/+1 | |
* | | | | | | | | (#2782) Fix constant_defined? | Matt Robinson | 2011-03-23 | 1 | -1/+13 | |
* | | | | | | | | Merge branch 'feature/next/6257-pip_package_provider' into next | Matt Robinson | 2011-03-22 | 1 | -0/+109 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | (#6527) Fix uninstall problem and refactor | Matt Robinson | 2011-03-22 | 1 | -12/+6 | |
| * | | | | | | | | (#6527) Added pip package provider. | Richard Crowley | 2011-03-22 | 1 | -0/+115 | |
* | | | | | | | | | Fix error "invalid multibyte char (US-ASCII)" under Ruby 1.9 | Matt Robinson | 2011-03-22 | 1 | -3/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | (#6555) Fix another ruby 1.9 incompatible case statement | Matt Robinson | 2011-03-22 | 1 | -1/+1 | |
* | | | | | | | | Fixed #6555 - Fixed two more when then colon issues | James Turnbull | 2011-03-22 | 2 | -2/+2 | |
* | | | | | | | | Fixed #6555 - Ruby 1.9.x returning Invalid next (SyntaxError) | James Turnbull | 2011-03-22 | 1 | -1/+1 | |
* | | | | | | | | Fixed #6555 - Ruby 1.9.x warning: class variable access from toplevel | James Turnbull | 2011-03-22 | 1 | -3/+3 | |
| |_|_|_|_|_|/ |/| | | | | | |