index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
provider
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #1999 - Allows the 'apt' provider to downgrade packages.
Paul Lathrop
2010-02-17
1
-1
/
+2
*
Fixes #3745 Catch unhandled exception in ssh_authorized_key provider
Sean Millichamp
2010-02-17
1
-1
/
+5
*
Added support for flat packages in the pkgdmg package provider.
Roy Nielsen
2010-02-17
1
-21
/
+28
*
Fix: the rcvar name is not necessarily the same as the service name. (More an...
Anselm Strauss
2010-02-17
1
-16
/
+39
*
Added proper status command
Anselm Strauss
2010-02-17
1
-0
/
+4
*
Re-included old BSD service provider, made new one default for FreeBSD
Anselm Strauss
2010-02-17
2
-1
/
+56
*
Rewrote FreeBSD service provider
Anselm Strauss
2010-02-17
1
-39
/
+94
*
Fixing #2864 Added support for AIX System Resource Controller (SRC) - service...
Andrew Forgue
2010-02-17
1
-0
/
+91
*
Fixes #2836. Add hold support to dpkg provider
Nigel Kersten
2010-02-17
1
-1
/
+30
*
Fixes #1223 Add Zypper support for SuSE machines
Rein Henrichs
2010-02-17
1
-0
/
+52
*
Fix for #3399 zone type should handle exclusive IP stacks
Rein Henrichs
2010-02-17
1
-2
/
+13
*
Write ssh_authorized_keys as user
Markus Roberts
2010-02-17
1
-29
/
+9
*
Fixed #3655 - Puppet doesn't find installed packages with portage provider
James Turnbull
2010-02-17
1
-2
/
+2
*
Fix #3540 - name methods correctly
Peter Meier
2010-02-17
1
-2
/
+2
*
Fail gracefully on packages that don't have the HOMEPAGE variable set (e.g. d...
Gábor Vészi
2010-02-17
1
-1
/
+1
*
Only trying to retrieve passwords on OS X when root
Luke Kanies
2010-04-12
1
-2
/
+2
*
Fixing a warning in the aix package provider
Luke Kanies
2010-04-12
1
-1
/
+1
*
Making SshAuthorizedKeys tests less brittle
Luke Kanies
2010-04-12
1
-1
/
+1
*
Adding parameter validation to Puppet::Resource
Luke Kanies
2010-02-17
2
-2
/
+2
*
Fixes #3113 - When importing a manifest puppet needs to chill
Markus Roberts
2010-02-17
1
-2
/
+4
*
fixed a couple of typos
Marc Fournier
2010-02-17
1
-1
/
+1
*
Handle path elements with ticks and spaces
Bryan Kearney
2010-02-17
1
-2
/
+8
*
Fixed the return types were valid, and removed the copy paste error with the ...
Bryan Kearney
2010-02-17
1
-4
/
+4
*
Resolving conflicts with ???
Markus Roberts
2010-02-17
1
-1
/
+1
*
Add AIX package management support (installp&nim)
Andrew Forgue
2010-02-17
2
-0
/
+173
*
Fix #3167 Duplicate constant warnings in dpkg.rb
Jesse Wolfe
2010-02-17
2
-8
/
+8
*
Merge branch '0.25.x'
Markus Roberts
2010-02-09
6
-17
/
+36
|
\
|
*
Fix for #2327, check the return types from augeas and fail where appropriate
Bryan Kearney
2010-02-01
1
-4
/
+10
|
*
2047: Add a not_include into match
Bryan Kearney
2010-02-01
1
-0
/
+4
|
*
Fix for #3035 (redhat services use init for source)
Markus Roberts
2010-01-30
1
-1
/
+1
|
*
Fix for #3085 (user_role_add pulls from same source as useradd)
Markus Roberts
2010-01-30
1
-1
/
+1
|
*
Partial reversion of patch for #3088 to fix #3104 (Exception misreported)
Markus Roberts
2010-01-24
1
-2
/
+2
|
*
Fix for #3088 (catching Exception also traps SystemExit)
Markus Roberts
2010-01-24
1
-0
/
+4
|
*
Fix for #3093 (also need to be able to call pkgget_with_cat on class)
Markus Roberts
2010-01-22
1
-2
/
+2
|
*
Fix for #3075 (sshkey host_aliases ignored)
Markus Roberts
2010-01-15
1
-5
/
+5
|
*
Revert "Fix #2845 Cron entries using "special" parameter lose their title whe...
James Turnbull
2010-01-14
1
-4
/
+9
*
|
First shot at the OpenSolaris pkg(5) provider
Martin Englund
2010-01-27
1
-0
/
+114
*
|
Merge branch '0.25.x'
James Turnbull
2010-01-13
8
-36
/
+59
|
\
|
|
*
Fix #1464 Mount complains about missing fields
Jesse Wolfe
2010-01-12
1
-1
/
+10
|
*
Fix #2845 Cron entries using "special" parameter lose their title when changed
Jesse Wolfe
2010-01-12
1
-9
/
+4
|
*
Fix #2887 'service' tests paths too early
Jesse Wolfe
2010-01-08
1
-2
/
+18
|
*
Fix for #2999 (absent package handling on solaris)
Markus Roberts
2010-01-05
1
-0
/
+1
|
*
fix #2987 - check correct hash entry
Peter Meier
2009-12-25
1
-1
/
+1
|
*
Making provider/host/parser.rb compatible with host_aliases
Markus Roberts
2009-12-23
1
-8
/
+8
|
*
Fix for #2940 (propogating nil rather than reporting the error)
Markus Roberts
2009-12-23
1
-3
/
+4
|
*
Fix for #887 (safely setting pager to cat for blastwave)
Markus Roberts
2009-12-15
1
-6
/
+7
|
*
Fix for #2900 (rug output parsing too specific)
Markus Roberts
2009-12-12
1
-1
/
+1
|
*
Fixing 2849 puppet changes sshkey alias every run if it is blank
Jesse Wolfe
2009-12-09
1
-5
/
+3
|
*
Fixed #2798 - Correct issue with crontab provider on AIX
Andrew Forgue
2009-12-02
1
-0
/
+2
*
|
Merge branch '0.25.x'
Luke Kanies
2009-12-21
10
-39
/
+45
|
\
|
[next]