Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-16 | Updated to version 0.24.70.24.7 | Luke Kanies | 1 | -1/+1 | |
2008-12-15 | Not using a temporary file when locking files for writing. | Luke Kanies | 3 | -49/+15 | |
The temporary file was not actually useful, because we could never really get atomic renames, for annoying, complicated reasons. This hopefully finally fixes #1812. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-15 | Modifying the corruption-checking test. | Luke Kanies | 2 | -27/+3 | |
It is now more likely to fail if there's a problem, since the yaml should be corrupt, causing a yaml failure. Also removing the equivalent test from the Storage module. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-15 | Issue 1804 VDev with the same devices should be in sync | Andrew Shafer | 5 | -16/+158 | |
Added VDev and MultiVDev properties to the ZPool type to handle logic Vdevs with the same devices are now in sync even if the order changes | |||||
2008-12-13 | Documentation fixes | James Turnbull | 24 | -130/+181 | |
2008-12-12 | Fixing #1812 (hopefully) - adding read and write locks to yaml. | Luke Kanies | 2 | -10/+26 | |
It's obviously not really possible to test that this fixes it, but I'm confident that the locks work, and now we're using them, so it *should*. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-12 | Preparing to fix #1812 - Moving locking code to a module | Luke Kanies | 7 | -71/+237 | |
This moves the locking code out of Puppet::Util into a separate module, to make the code cleaner. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-10 | Fix #1815 - puppetdoc --all crash on resource override | Brice Figureau | 1 | -1/+1 | |
2008-12-08 | Fix ZFS autorequire test | Andrew Shafer | 1 | -19/+19 | |
Couldn't find a default provider because the world is not my laptop | |||||
2008-12-09 | Add a unique name to objects so we can determine uniqueness when read back in | John Ferlito | 3 | -1/+9 | |
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> | |||||
2008-12-09 | Fix launchd service test on non-OSX platforms | James Turnbull | 1 | -1/+1 | |
2008-12-09 | Fix the spec tests to work on other platforms, do the confine around OS X ↵ | Nigel Kersten | 4 | -89/+85 | |
versions more sanely | |||||
2008-12-09 | remove unnecessary mk_resource_methods call | Nigel Kersten | 1 | -2/+0 | |
2008-12-09 | CHANGELOG updates | James Turnbull | 2 | -5/+51 | |
2008-12-09 | Add a unique name to objects so we can determine uniqueness when read back in | John Ferlito | 3 | -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> | |||||
2008-12-08 | Bug #1803 Zfs should auto require the ancestor file systems | Andrew Shafer | 2 | -0/+23 | |
2008-12-08 | Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for value | Andrew Shafer | 2 | -14/+3 | |
just simplifying code | |||||
2008-12-08 | Fixing #1800 - tidy now correctly ignores missing files and directories | Luke Kanies | 2 | -1/+16 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-08 | Fixing #1794 - returning sync when it is already initialized | Luke Kanies | 1 | -0/+1 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-08 | Fixing #1750 again - All of the properties and now :ensure check replace? | Luke Kanies | 2 | -0/+25 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-08 | Fix rake abort when there is a matching confine | Brice Figureau | 1 | -1/+1 | |
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
2008-12-06 | spec tests for type and provider and some code cleanup to adhere to DRY | Nigel Kersten | 4 | -160/+416 | |
2008-12-06 | Finished work on rules creation and deletion | Nigel Kersten | 2 | -89/+129 | |
2008-12-06 | new better way of doing stdin | Nigel Kersten | 1 | -2/+3 | |
2008-12-06 | finished rights flush, working on rules | Nigel Kersten | 1 | -7/+37 | |
2008-12-06 | macauthorization type | Nigel Kersten | 2 | -83/+46 | |
2008-12-06 | reset macauthorization tree. Initial checkin of new type/provider | Nigel Kersten | 3 | -0/+396 | |
2008-12-06 | add NetInfo deprecation notice to user and group providers, make the ↵ | Nigel Kersten | 3 | -6/+15 | |
directoryservice user provider the default, remove default for darwin from NetInfo providers | |||||
2008-12-06 | Warn that the NetInfo nameservice provider is deprecated. Use ↵ | Nigel Kersten | 1 | -2/+7 | |
directoryservice instead | |||||
2008-12-06 | add some more sanity checks around stdin | Nigel Kersten | 1 | -3/+9 | |
2008-12-06 | add support for stdin to Puppet::Util.execute | Nigel Kersten | 1 | -2/+2 | |
2008-12-06 | Make ralsh behave more sanely for non-existent objects and property values | Nigel Kersten | 1 | -1/+3 | |
2008-12-04 | Added git changelog task | James Turnbull | 1 | -0/+19 | |
2008-12-02 | Bug #1780 Fixing meaningless test | Andrew Shafer | 1 | -2/+10 | |
Gave meaning to test dependent on feature for role property | |||||
2008-12-02 | Fixing mcx test failures (only happened sometimes). | Luke Kanies | 1 | -2/+2 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-02 | Need to stub out the defaultprovider call for non Mac platforms | Nigel Kersten | 1 | -0/+2 | |
2008-12-02 | remove extraneous comments | Nigel Kersten | 1 | -4/+0 | |
2008-12-02 | Trim down the after block clears to try to make the tests work for the build ↵ | Nigel Kersten | 1 | -6/+6 | |
servers Remove the require line so that it doesn't conflict with puppet's autoloader | |||||
2008-12-02 | Updated mcx type and provider with comprehensive spec tests. | Jeffrey McCune | 3 | -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> | |||||
2008-12-01 | Fixing a package test to be *much* faster | Luke Kanies | 1 | -0/+1 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-01 | Fixing splaytime tests | Luke Kanies | 1 | -1/+1 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-01 | Removing debugging from the "resources" type | Luke Kanies | 1 | -1/+0 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-02 | Fixing a test that fails depending on test execution order | Luke Kanies | 1 | -3/+3 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-02 | Relicense under GPLv2+ | Bryan Kearney | 2 | -8/+8 | |
2008-12-02 | Hopefully fixing #1703 - using a mutex around the sending of the tagmails | Luke Kanies | 1 | -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> | |||||
2008-12-02 | Fix #1741 - fix some failing tests on some ruby versions. | Brice Figureau | 1 | -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. | |||||
2008-12-02 | Fix #1788 - allow rspec rake to run only some tests | Brice Figureau | 1 | -0/+73 | |
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> | |||||
2008-12-02 | Fixing the AST constant warnings, using a variable instead of a constant | Luke Kanies | 6 | -74/+74 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-02 | Fixing #1785 - selinux tests no longer break other tests | Luke Kanies | 1 | -5/+9 | |
Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
2008-12-01 | Ticket 1780 - Solaris RBAC roles should be autorequired | Andrew Shafer | 2 | -0/+22 | |
Autorequire the roles that belong to the user so they will be created first |