summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unnecessary mk_resource_methods callNigel Kersten2008-12-091-2/+0
|
* CHANGELOG updatesJames Turnbull2008-12-092-5/+51
|
* Add a unique name to objects so we can determine uniqueness when read back inJohn Ferlito2008-12-093-74/+117
| | | | | | | | | | | | | | | | | The nagios object definitions have been updated to correlate with Nagios 3.0.6. In Nagios it is possible to have multiple service checks with the same service_description. eg I could have an check with a service_description of 'SSH' for multiple hosts. So in puppet we can't use it as a unique name for the resource. This patch modifies the code to use $name as the unique name. For some types eg command_name $name ends up in the config and thus we can tell which puppet resources match to which nagios ones. For other types like service there is no direct mapping from $name to a nagios attibute. So we use a custom attribute called _naginator_name. Signed-off-by: John Ferlito <johnf@inodes.org>
* Bug #1803 Zfs should auto require the ancestor file systemsAndrew Shafer2008-12-082-0/+23
|
* Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for valueAndrew Shafer2008-12-082-14/+3
| | | | just simplifying code
* Fixing #1800 - tidy now correctly ignores missing files and directoriesLuke Kanies2008-12-082-1/+16
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing #1794 - returning sync when it is already initializedLuke Kanies2008-12-081-0/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing #1750 again - All of the properties and now :ensure check replace?Luke Kanies2008-12-082-0/+25
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fix rake abort when there is a matching confineBrice Figureau2008-12-081-1/+1
| | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* spec tests for type and provider and some code cleanup to adhere to DRYNigel Kersten2008-12-064-160/+416
|
* Finished work on rules creation and deletionNigel Kersten2008-12-062-89/+129
|
* new better way of doing stdinNigel Kersten2008-12-061-2/+3
|
* finished rights flush, working on rulesNigel Kersten2008-12-061-7/+37
|
* macauthorization typeNigel Kersten2008-12-062-83/+46
|
* reset macauthorization tree. Initial checkin of new type/providerNigel Kersten2008-12-063-0/+396
|
* add NetInfo deprecation notice to user and group providers, make the ↵Nigel Kersten2008-12-063-6/+15
| | | | directoryservice user provider the default, remove default for darwin from NetInfo providers
* Warn that the NetInfo nameservice provider is deprecated. Use ↵Nigel Kersten2008-12-061-2/+7
| | | | directoryservice instead
* add some more sanity checks around stdinNigel Kersten2008-12-061-3/+9
|
* add support for stdin to Puppet::Util.executeNigel Kersten2008-12-061-2/+2
|
* Make ralsh behave more sanely for non-existent objects and property valuesNigel Kersten2008-12-061-1/+3
|
* Added git changelog taskJames Turnbull2008-12-041-0/+19
|
* Bug #1780 Fixing meaningless testAndrew Shafer2008-12-021-2/+10
| | | | Gave meaning to test dependent on feature for role property
* Fixing mcx test failures (only happened sometimes).Luke Kanies2008-12-021-2/+2
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Need to stub out the defaultprovider call for non Mac platformsNigel Kersten2008-12-021-0/+2
|
* remove extraneous commentsNigel Kersten2008-12-021-4/+0
|
* Trim down the after block clears to try to make the tests work for the build ↵Nigel Kersten2008-12-021-6/+6
| | | | | | servers Remove the require line so that it doesn't conflict with puppet's autoloader
* Updated mcx type and provider with comprehensive spec tests.Jeffrey McCune2008-12-023-22/+173
| | | | | | | | Signed-off-by: Jeffrey McCune <mccune.jeff@gmail.com> Fixed default provider error with mcx type spec. Signed-off-by: Jeffrey McCune <mccune.jeff@gmail.com>
* Fixing a package test to be *much* fasterLuke Kanies2008-12-011-0/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing splaytime testsLuke Kanies2008-12-011-1/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Removing debugging from the "resources" typeLuke Kanies2008-12-011-1/+0
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing a test that fails depending on test execution orderLuke Kanies2008-12-021-3/+3
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Relicense under GPLv2+Bryan Kearney2008-12-022-8/+8
|
* Hopefully fixing #1703 - using a mutex around the sending of the tagmailsLuke Kanies2008-12-021-6/+14
| | | | | | | It's not really possible to test that this fixes the problem, and I can't even reproduce it, but hopefully this will work. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fix #1741 - fix some failing tests on some ruby versions.Brice Figureau2008-12-021-5/+5
| | | | | | Nigelk reported those tests were failing on ubuntu 8.04. I wasn't able to reproduce the issue myself but he confirmed the above patch fixed the tests.
* Fix #1788 - allow rspec rake to run only some testsBrice Figureau2008-12-021-0/+73
| | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Fixing the AST constant warnings, using a variable instead of a constantLuke Kanies2008-12-026-74/+74
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing #1785 - selinux tests no longer break other testsLuke Kanies2008-12-021-5/+9
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Ticket 1780 - Solaris RBAC roles should be autorequiredAndrew Shafer2008-12-012-0/+22
| | | | Autorequire the roles that belong to the user so they will be created first
* Feature 1696 Add support for branded zonesAndrew Shafer2008-12-014-4/+77
| | | | Applied the patch from the ticket and wrote tests with the changes
* Bug #1778 - Solaris RBAC profiles should maintain orderAndrew Shafer2008-12-016-3/+120
| | | | | | Created OrderedList property Added to profile property small refactor in List to make inheriting easier
* Bug # 1680 Now you can set the hashed passwords on solarisAndrew Shafer2008-12-011-11/+18
| | | | Straight /etc/shadow hackery
* Feature #1783 - Add ZFS supportAndrew Shafer2008-12-018-0/+574
| | | | Types and providers to manage zfs and zpool
* Handle password when user is createdAndrew Shafer2008-12-012-1/+11
| | | | strip out the -p and call password= after the thing is done
* == is not =Andrew Shafer2008-12-011-1/+1
|
* Solaris doesn't have a native tool to set hashed passwordsAndrew Shafer2008-12-012-5/+83
| | | | | | | Added support for passwords by directly editing /etc/shadow (I tried to make it work with libshadow, but considering it is not packaged for Solaris and adds little benefit, I decided against it) password and password= are now defined on the default Solaris provider
* type/mcx.rb Feature #1026 - MCX TypeJeffrey McCune2008-12-0110-0/+821
| | | | | | | | Added new MCX type and base test. This type manages MCX settings on DirectoryService nodes. These settings take the form of plist XML documents attached to Users, Groups, and Computers in DirectoryService.
* Simplify launchd service provider and add testsNigel Kersten2008-12-013-21/+158
|
* Fixed #1695 - Solaris 10 zone provider doesn't properly handle unknown zone ↵James Turnbull2008-12-012-0/+3
| | | | attributes in newer releases
* Fixing #1749 - Splay now hopefully behaves "better" for small values.Luke Kanies2008-12-012-10/+10
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fix #1741 - Add inline_template functionBrice Figureau2008-11-292-0/+80
|