summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'feature/master/5432' of https://github.com/keymon/puppet into nextJesse Wolfe2011-03-295-1/+961
|\ \ \ \ \ \
| * | | | | | (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2011-01-103-117/+100
| * | | | | | (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2011-01-105-318/+516
| * | | | | | (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2011-01-103-11/+15
| * | | | | | (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2010-12-273-78/+201
| * | | | | | (#5432) Use AIX native commands to manage users and groupsHector Rivas Gandara2010-12-273-0/+652
* | | | | | | (#6830) Fix instance_variables now comes back as symbolsMatt Robinson2011-03-291-1/+1
* | | | | | | (#6830) Fix MD5 handling to work with Ruby 1.9Matt Robinson2011-03-291-2/+2
* | | | | | | (#6830) Fix File class scopingMatt Robinson2011-03-292-4/+4
* | | | | | | (#6830) Handle case where array is actually a stringMatt Robinson2011-03-291-0/+1
* | | | | | | (#6830) Fix case where instance_variables returns symbols in Ruby 1.9Matt Robinson2011-03-291-1/+4
* | | | | | | Merge branch 'ticket/next/5477' into nextJesse Wolfe2011-03-255-13/+8
|\ \ \ \ \ \ \
| * | | | | | | (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-255-13/+8
* | | | | | | | Merge commit '2.6.next^1' into nextJesse Wolfe2011-03-252-8/+7
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge branch 'ticket/2.6.next/5221' into 2.6.nextNick Lewis2011-03-241-0/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | (#5221) Fix fileset path absoluteness checking with trailing slashJames Turnbull2011-03-241-0/+1
| * | | | | | | Merge branch 'feature/2.6.next/4576' of https://github.com/bodepd/puppet into...Jesse Wolfe2011-03-241-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | (4576) - if ENC declares invalid class, it is logged at warning.Dan Bode2011-03-161-1/+1
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | (#4769) Fix negative timeout support for newer rubiesNick Lewis2011-03-241-8/+6
* | | | | | | | (#6855) ResourceType#search now accepts a regexLuke Kanies2011-03-251-1/+12
* | | | | | | | Merge branch 'tickets/master/6850-resource_type_listing_and_converting' into ...Luke Kanies2011-03-254-6/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixing #6851 - ResourceType#find/search loads typesLuke Kanies2011-03-252-9/+35
| * | | | | | | | Fixing Module#path detectionLuke Kanies2011-03-251-1/+1
| * | | | | | | | Fixed #6850 - Clean up ResourceType#to_psonLuke Kanies2011-03-252-3/+10
* | | | | | | | | (#6830) Fix stat method calls to not use an unneeded argumentMatt Robinson2011-03-259-9/+9
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | (#4576) Raise an error when a node is classified into a non-existent classJesse Wolfe2011-03-241-10/+6
|/ / / / / / /
* | | | | | | Merge branch '2.6.next' into nextMax Martin2011-03-236-161/+198
|\| | | | | |
| * | | | | | Merge branch 'tickets/2.6.x/6562' into 2.6.nextJames Turnbull2011-03-221-1/+0
| |\ \ \ \ \ \
| | * | | | | | Fixed #6562 - Minor kick documentation fixJames Turnbull2011-03-221-1/+0
| * | | | | | | Merge branch 'ticket/2.6.next/6658' into 2.6.nextMatt Robinson2011-03-181-2/+1
| |\ \ \ \ \ \ \
| | * | | | | | | (#6658) Propagate ENC connection errors to the agentMatt Robinson2011-03-181-2/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'feature/2.6.next/4884-an-exec-provider-that-executes-unfiltered...Max Martin2011-03-175-159/+197
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | (#4884) Revise new exec tests, add a few moreMax Martin2011-03-171-1/+1
| | * | | | | | (#4884) Add an shell provider for execsMatt Robinson2011-03-151-0/+17
| | * | | | | | (#4884) Break the exec type out to have a posix providerDaniel Pittman2011-03-152-156/+135
| | * | | | | | (#4884) Add consistent path validation and behaviorDaniel Pittman2011-03-152-0/+44
| | * | | | | | (#4884) Get rid of open3 require since it wasn't being usedMatt Robinson2011-03-151-3/+1
* | | | | | | | (#6820) Fix File class lookup in the file type for Ruby 1.9Matt Robinson2011-03-231-14/+14
* | | | | | | | (#6820) Fix nagios parser to use proper hash syntax for Ruby 1.9Matt Robinson2011-03-231-1/+1
* | | | | | | | (#6820) Fix RDOC parser to work with Ruby 1.9Matt Robinson2011-03-231-3/+9
* | | | | | | | (#6820) Fix invalid next that should be a returnMatt Robinson2011-03-231-1/+1
* | | | | | | | (#2782) Fix constant_defined?Matt Robinson2011-03-231-1/+13
* | | | | | | | Merge branch 'feature/next/6257-pip_package_provider' into nextMatt Robinson2011-03-221-0/+109
|\ \ \ \ \ \ \ \
| * | | | | | | | (#6527) Fix uninstall problem and refactorMatt Robinson2011-03-221-12/+6
| * | | | | | | | (#6527) Added pip package provider.Richard Crowley2011-03-221-0/+115
* | | | | | | | | Fix error "invalid multibyte char (US-ASCII)" under Ruby 1.9Matt Robinson2011-03-221-3/+3
|/ / / / / / / /
* | | | | | | | (#6555) Fix another ruby 1.9 incompatible case statementMatt Robinson2011-03-221-1/+1
* | | | | | | | Fixed #6555 - Fixed two more when then colon issuesJames Turnbull2011-03-222-2/+2
* | | | | | | | Fixed #6555 - Ruby 1.9.x returning Invalid next (SyntaxError)James Turnbull2011-03-221-1/+1
* | | | | | | | Fixed #6555 - Ruby 1.9.x warning: class variable access from toplevelJames Turnbull2011-03-221-3/+3
| |_|_|_|_|_|/ |/| | | | | |