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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Starting on #1808 - Added a base resource class.
Luke Kanies
2008-12-09
2
-5
/
+112
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-09
14
-96
/
+614
|
\
|
|
*
Add a unique name to objects so we can determine uniqueness when read back in
John Ferlito
2008-12-09
2
-1
/
+5
|
*
Fix the spec tests to work on other platforms, do the confine around OS X ver...
Nigel Kersten
2008-12-09
1
-4
/
+9
|
*
remove unnecessary mk_resource_methods call
Nigel Kersten
2008-12-09
1
-2
/
+0
|
*
Add a unique name to objects so we can determine uniqueness when read back in
John Ferlito
2008-12-09
2
-74
/
+113
|
*
Bug #1803 Zfs should auto require the ancestor file systems
Andrew Shafer
2008-12-08
1
-0
/
+6
|
*
Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for value
Andrew Shafer
2008-12-08
1
-12
/
+1
|
*
Fixing #1800 - tidy now correctly ignores missing files and directories
Luke Kanies
2008-12-08
1
-1
/
+8
|
*
Fixing #1794 - returning sync when it is already initialized
Luke Kanies
2008-12-08
1
-0
/
+1
|
*
Fixing #1750 again - All of the properties and now :ensure check replace?
Luke Kanies
2008-12-08
1
-0
/
+4
|
*
spec tests for type and provider and some code cleanup to adhere to DRY
Nigel Kersten
2008-12-06
2
-160
/
+183
|
*
Finished work on rules creation and deletion
Nigel Kersten
2008-12-06
2
-89
/
+129
|
*
new better way of doing stdin
Nigel Kersten
2008-12-06
1
-2
/
+3
|
*
finished rights flush, working on rules
Nigel Kersten
2008-12-06
1
-7
/
+37
|
*
macauthorization type
Nigel Kersten
2008-12-06
2
-83
/
+46
|
*
reset macauthorization tree. Initial checkin of new type/provider
Nigel Kersten
2008-12-06
2
-0
/
+395
|
*
add NetInfo deprecation notice to user and group providers, make the director...
Nigel Kersten
2008-12-06
3
-6
/
+15
|
*
Warn that the NetInfo nameservice provider is deprecated. Use directoryservic...
Nigel Kersten
2008-12-06
1
-2
/
+7
|
*
add some more sanity checks around stdin
Nigel Kersten
2008-12-06
1
-3
/
+9
|
*
add support for stdin to Puppet::Util.execute
Nigel Kersten
2008-12-06
1
-2
/
+2
*
|
Fix #1483 - use REST to transmit reports over the wire
Brice Figureau
2008-12-06
3
-12
/
+13
*
|
Fixing all broken tests. Most of them were broken by fileserving changes.
Luke Kanies
2008-12-02
5
-6
/
+14
*
|
Merge branch '0.24.x'
Luke Kanies
2008-12-02
87
-629
/
+4655
|
\
|
|
*
Updated mcx type and provider with comprehensive spec tests.
Jeffrey McCune
2008-12-02
1
-2
/
+2
|
*
Fixing splaytime tests
Luke Kanies
2008-12-01
1
-1
/
+1
|
*
Removing debugging from the "resources" type
Luke Kanies
2008-12-01
1
-1
/
+0
|
*
Relicense under GPLv2+
Bryan Kearney
2008-12-02
2
-8
/
+8
|
*
Hopefully fixing #1703 - using a mutex around the sending of the tagmails
Luke Kanies
2008-12-02
1
-6
/
+14
|
*
Ticket 1780 - Solaris RBAC roles should be autorequired
Andrew Shafer
2008-12-01
1
-0
/
+11
|
*
Feature 1696 Add support for branded zones
Andrew Shafer
2008-12-01
2
-4
/
+15
|
*
Bug #1778 - Solaris RBAC profiles should maintain order
Andrew Shafer
2008-12-01
3
-3
/
+31
|
*
Bug # 1680 Now you can set the hashed passwords on solaris
Andrew Shafer
2008-12-01
1
-11
/
+18
|
*
Feature #1783 - Add ZFS support
Andrew Shafer
2008-12-01
4
-0
/
+273
|
*
Handle password when user is created
Andrew Shafer
2008-12-01
1
-1
/
+6
|
*
== is not =
Andrew Shafer
2008-12-01
1
-1
/
+1
|
*
Solaris doesn't have a native tool to set hashed passwords
Andrew Shafer
2008-12-01
1
-5
/
+30
|
*
type/mcx.rb Feature #1026 - MCX Type
Jeffrey McCune
2008-12-01
2
-0
/
+313
|
*
Simplify launchd service provider and add tests
Nigel Kersten
2008-12-01
2
-21
/
+24
|
*
Fixed #1695 - Solaris 10 zone provider doesn't properly handle unknown zone ...
James Turnbull
2008-12-01
1
-0
/
+1
|
*
Fixing #1749 - Splay now hopefully behaves "better" for small values.
Luke Kanies
2008-12-01
1
-1
/
+1
|
*
Fix #1741 - Add inline_template function
Brice Figureau
2008-11-29
1
-0
/
+21
|
*
Fix #1741 - refactor TemplateWrapper, test for template function
Brice Figureau
2008-11-29
2
-24
/
+33
|
*
Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test
Brice Figureau
2008-11-29
1
-0
/
+14
|
*
Fixes #1773 - no longer check for absolute paths
Thom May
2008-11-29
1
-1
/
+1
|
*
make sure only types that have passwords search for the password
Nigel Kersten
2008-11-28
1
-1
/
+3
|
*
fix bug with numeric uid/gid in directoryservice provider. doc string cleanups
Nigel Kersten
2008-11-28
3
-22
/
+23
|
*
Documentation fix for runit provider
James Turnbull
2008-11-28
1
-3
/
+5
|
*
Documentation fix for daemontools provider
James Turnbull
2008-11-28
1
-3
/
+4
|
*
Fixed #1776 - Trivial fix for gentoo service provider
James Turnbull
2008-11-28
1
-1
/
+1
[prev]
[next]