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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fixes #1455 - Adds HP-UX support for user type
James Turnbull
2008-09-06
1
-0
/
+29
|
*
Fixes #1551 puppetmaster.freshness xmlrpc call returns incorrect type
Nigel Kersten
2008-09-05
1
-1
/
+1
|
*
Fixes #1554 - Fix exception for undefined hostname
James Turnbull
2008-09-05
1
-2
/
+4
|
*
Runit service provider
Brice Figureau
2008-08-29
1
-0
/
+93
|
*
Daemontools service provider
Brice Figureau
2008-08-29
1
-0
/
+154
*
|
Merge commit 'turnbull/0.24.x'
Luke Kanies
2008-08-26
17
-239
/
+244
|
\
|
|
*
Fixed #1488 - Moved individual functions out of functions.rb into
James Turnbull
2008-08-26
13
-217
/
+208
|
*
Fixed #1457 - case insensitive match for error
James Turnbull
2008-08-24
1
-1
/
+1
|
*
Fix leaking LoadedFile when adding templates to be watched
Andrew Shafer
2008-08-23
1
-13
/
+18
|
*
id column is autogenerated by rails as a primary key, there is no need
Brice Figureau
2008-08-22
2
-8
/
+17
*
|
Adding parameter and URL support to the REST terminus.
Luke Kanies
2008-08-20
2
-9
/
+36
*
|
Merge branch '0.24.x'
Luke Kanies
2008-08-20
2
-4
/
+41
|
\
|
|
*
Removed reference to namespaces from --genconfig documentation
James Turnbull
2008-08-21
1
-4
/
+0
|
*
Fixed #1508 - Add HP-UX package provider.
Mark Plaksin
2008-08-20
1
-0
/
+41
*
|
Fixing the String format (fixes #1522).
Luke Kanies
2008-08-20
3
-17
/
+16
*
|
Removing dead-end file work as promised.
Luke Kanies
2008-08-20
3
-179
/
+0
*
|
Adding files temporarily, since I've decided this work is a dead-end.
Luke Kanies
2008-08-20
3
-0
/
+179
*
|
Merge branch '0.24.x'
Luke Kanies
2008-08-18
23
-87
/
+229
|
\
|
|
*
Fix #1502 - abysmal storeconfig performance - part2
Brice Figureau
2008-08-17
1
-2
/
+10
|
*
Fix #1052 - abysmal storeconfig performance - part1
Brice Figureau
2008-08-17
1
-1
/
+1
|
*
Fix #1510 - storeconfig fails with rails 2.1
Brice Figureau
2008-08-17
1
-5
/
+5
|
*
Fixes #1274 - allow class names to start with numbers
James Turnbull
2008-08-17
1
-1
/
+1
|
*
Fixed #1442 - replaced use of Facter for report titling with certname
James Turnbull
2008-08-16
1
-7
/
+1
|
*
Fixed $1456 - add proxy configuration to yum repo
James Turnbull
2008-08-13
1
-2
/
+18
|
*
Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error.
Luke Kanies
2008-08-12
2
-4
/
+4
|
*
Added tests for TemplateWrapper's use of Scope#to_hash.
Luke Kanies
2008-08-09
1
-11
/
+10
|
*
Fixed #1457 - removed confine warning
James Turnbull
2008-08-06
1
-1
/
+1
|
*
Fixed #1441 - Updated console colours
James Turnbull
2008-08-01
1
-14
/
+22
|
*
Expose all puppet variables as instance member variables of the template wrap...
Daniel Pittman
2008-08-01
2
-13
/
+59
|
*
Ensure that we consistently use either string #{} interpolation or String.%
Daniel Pittman
2008-08-01
6
-16
/
+23
|
*
Added a search method to the YAML indirector.
AJ Christensen
2008-08-01
1
-1
/
+10
|
*
Fixes #1417 - whitespace in ssh_auth_key provider
James Turnbull
2008-07-30
1
-1
/
+1
|
*
Feature #1241 : Improve performance of group lookups
James Turnbull
2008-07-29
1
-14
/
+67
|
*
Bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on ea...
Nigel Kersten
2008-07-29
1
-2
/
+3
|
*
Incremented versions
James Turnbull
2008-07-22
1
-1
/
+1
|
*
Fixes #1445 and #1426
James Turnbull
2008-07-22
1
-1
/
+6
*
|
Adding 'require' statements as necessary for Puppet::SSL to work.
Luke Kanies
2008-08-07
2
-0
/
+3
*
|
Fixing the SSL::Host#waitforcert method.
Luke Kanies
2008-08-07
1
-10
/
+26
*
|
Adding logging when files are removed.
Luke Kanies
2008-08-07
2
-0
/
+2
*
|
Removing now-obsolete the wait-for-cert module.
Luke Kanies
2008-08-07
1
-77
/
+0
*
|
Certificates now work over REST.
Luke Kanies
2008-08-07
5
-7
/
+31
*
|
Caching the SSL store for the SSL Host.
Luke Kanies
2008-08-07
1
-8
/
+11
*
|
Enhancing formatting errors with class and format.
Luke Kanies
2008-08-04
1
-4
/
+4
*
|
Making all certificates only support the plaintext format.
Luke Kanies
2008-08-04
4
-0
/
+24
*
|
Adding wait_for_cert functionality to the ssl host class.
Luke Kanies
2008-08-04
1
-0
/
+19
*
|
Adding a plaintext network format.
Luke Kanies
2008-08-04
1
-2
/
+22
*
|
lazy load latest package definitions with yumhelper 2.2
Marcel Haerry
2008-08-01
1
-17
/
+24
*
|
Correctly handling when REST searches return nothing.
Luke Kanies
2008-07-30
2
-2
/
+7
*
|
Removing an obsolete method from the rest indirector
Luke Kanies
2008-07-30
1
-4
/
+0
*
|
The REST formats are now fully functional, with yaml and marshal support.
Luke Kanies
2008-07-30
2
-14
/
+52
[prev]
[next]