summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* Removed spurious "exec" from a debug stringJeff Blaine2011-08-251-1/+1
* Merge branch '2.7.x'Nick Lewis2011-08-2437-162/+91
|\
| * Merge pull request #53 from joshcooper/ticket/2.7.x/8662-root-on-windowsNick Lewis2011-08-224-28/+45
| |\
| | * (#8662) Don't manage internal file permissions on WindowsJosh Cooper2011-08-221-1/+2
| | * (#8662) Skip user and group resources when applying settings on WindowsJosh Cooper2011-08-221-0/+1
| | * (#8662) Fix Puppet.features.root? on WindowsJosh Cooper2011-08-221-1/+14
| | * (#8662) Break circular feature dependencyJosh Cooper2011-08-221-26/+28
| * | Don't use non-1.8.5-compatible methods 'Object#tap' and 'Dir.mktmpdir'Nick Lewis2011-08-191-4/+5
| |/
| * Stop trying to make config directories in Windows specsNick Lewis2011-08-191-1/+1
| * (#8272) Add missing tests for Windows service provider methods.Cameron Thomas2011-08-191-1/+1
| * (#8409) Add a default group provider for WindowsNick Lewis2011-08-191-0/+48
| * (#8408) Add a default user provider for WindowsNick Lewis2011-08-191-0/+71
| * (#8408/8409) Add a Windows ADSI helper moduleNick Lewis2011-08-192-0/+281
| * Always put a slash between the checksum and path in filebucket URLsJacob Helwig2011-08-191-2/+3
| * Treat Windows absolute paths as absolute pathsJacob Helwig2011-08-195-6/+28
| * Clarify logic and error messages when initializing Puppet::FileBucket::FileJacob Helwig2011-08-191-3/+3
| * (#8644) Host provider on WindowsJosh Cooper2011-08-191-0/+3
| * (#8660) Default config dir to %PROGRAMDATA% on WindowsJosh Cooper2011-08-191-2/+2
| * (#8272) Allow disabled Windows services to be startedNick Lewis2011-08-191-0/+13
| * (#8272) Use symbols instead of booleans for enabled property on WindowsNick Lewis2011-08-191-2/+2
| * (#8272) Fixup logging in Windows service providerNick Lewis2011-08-191-7/+3
| * Fix issue with forward and backslashes in Windows pathsJosh Cooper2011-08-192-2/+7
| * Add basic service provider for WindowsCameron Thomas2011-08-193-1/+113
| * Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis2011-08-192-75/+17
| * Remove use of Puppet::Util::Cacher in Puppet::SSL::HostNick Lewis2011-08-191-9/+4
| * Remove dead uses of Puppet::Util::Cacher from autoloaderNick Lewis2011-08-191-2/+0
| * Remove Puppet::Util::Cacher use from Puppet::Indirector::IndirectionNick Lewis2011-08-191-5/+3
| * Remove caching from the catalog, types, and parametersNick Lewis2011-08-193-34/+0
| * Remove cached_attrs from Puppet::Type::FileNick Lewis2011-08-192-17/+25
| * Remove Puppet::Util::Cacher usage from Puppet::Util::SettingsNick Lewis2011-08-191-6/+3
| * Remove Util::Cacher usage from SSL::CertificateAuthorityNick Lewis2011-08-191-5/+7
| * Remove unused require 'puppet/util/cacher' from Network::HttpPoolNick Lewis2011-08-191-1/+0
| * Remove use of Util::Cacher from FileServing::Mount::FileNick Lewis2011-08-192-13/+9
| * Remove use of Util::Cacher in FileServing::ConfigurationNick Lewis2011-08-192-10/+8
| * Remove Puppet::Network::HttpPool keep_alive handlingNick Lewis2011-08-193-64/+0
| * (#8268) Require windows drive letters in absolute file pathsJosh Cooper2011-08-194-6/+13
| * (#8489) Consistently use File::PATH_SEPARATORJosh Cooper2011-08-192-5/+7
| * (#8356) Specify setting type for colorJacob Helwig2011-08-191-2/+6
| * (#8356) Color defaults to false on WindowsJosh Cooper2011-08-191-1/+1
| * Disable the master on Windows instead of blowing up with failed resourcesJacob Helwig2011-08-191-0/+2
| * (#7581) Provide more detailed error message when missing gems on WindowsJacob Helwig2011-08-191-1/+9
| * Merge pull request #48 from daniel-pittman/maint/2.7.x/strip-incorrect-rights...Matt Robinson2011-08-1831-110/+0
| |\
| | * maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-1831-110/+0
| * | Maint: Correct docs for filebucket type and file's backup parameternfagerlund2011-08-182-14/+24
| * | Maint: Fix line wrapping in create_resources functionnfagerlund2011-08-181-2/+4
| |/
| * Maint: Improve create_resources function's doc stringnfagerlund2011-08-171-10/+20
* | Merge branch '2.7.x'Nick Lewis2011-08-176-81/+101
|\|
| * Merge branch '2.6.x' into 2.7.xJacob Helwig2011-08-175-68/+82
| |\
| | * (#8770) Don't fail to set supplementary groups when changing user to rootNick Lewis2011-08-121-2/+10
| | * Merge remote-tracking branch 'nicklewis/ticket/2.6.x/8770' into 2.6.xJacob Helwig2011-08-112-54/+56
| | |\