summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
* Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis2011-08-191-67/+15
* Remove dead uses of Puppet::Util::Cacher from autoloaderNick Lewis2011-08-191-2/+0
* Remove Puppet::Util::Cacher usage from Puppet::Util::SettingsNick Lewis2011-08-191-6/+3
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-186-18/+0
* Merge branch '2.6.x' into 2.7.xJacob Helwig2011-08-171-14/+48
|\
| * (#8770) Don't fail to set supplementary groups when changing user to rootNick Lewis2011-08-121-2/+10
| * (#8770) Always fully drop privileges when changing userNick Lewis2011-08-111-14/+40
* | Merge branch '2.6.x' into 2.7.xMatt Robinson2011-07-141-1/+1
|\|
| * (#7144) Update Settings#writesub to convert mode to FixnumMax Martin2011-07-141-1/+1
* | Merge branch '2.6.x' into 2.7.xNick Lewis2011-06-081-0/+1
|\|
| * (#650) Allow symlinks for configuration directoriesNick Lewis2011-06-071-0/+1
| * Fixed #7166 - Replaced deprecated stomp "send" method with "publish"James Turnbull2011-04-202-3/+3
* | Merge branch '2.7rc' into 2.7.xMax Martin2011-06-021-5/+86
|\ \
| * | (#7746) Fix bootstrap issues from #7717 fix.Daniel Pittman2011-06-011-9/+62
| * | (#7177) Deprecate implicit 'puppet apply' for 2.7.0Daniel Pittman2011-06-011-2/+24
| * | (#7717) Layout cleanup for subcommand extraction.Daniel Pittman2011-06-011-5/+11
| * | (#7690) Don't blow up when listing terminuses available for facesMatt Robinson2011-05-261-13/+15
| * | maint: Dedup the loadpath so we don't have to walk it multiple timesMatt Robinson2011-05-261-1/+1
* | | (#7690) Don't blow up when listing terminuses available for facesMatt Robinson2011-05-261-13/+15
* | | maint: Dedup the loadpath so we don't have to walk it multiple timesMatt Robinson2011-05-261-1/+1
* | | Merge branch '2.7.x' into 2.7.nextPieter van de Bruggen2011-05-171-1/+1
|\| |
| * | (#7291) Fix issues with instance_methods in Ruby 1.9Matt Robinson2011-05-161-1/+1
* | | Merge branch '2.7.x' into 2.7.nextMatt Robinson2011-05-131-1/+3
|\| |
| * | Prevent spec failure caused by network device mock leakBrice Figureau2011-05-071-0/+5
| * | Fix #7299 - do not require net/ssh for running rake specBrice Figureau2011-05-071-1/+3
* | | Merge branch '2.7.x' into 2.7.nextDaniel Pittman2011-05-061-7/+2
|\| |
| * | (#7304) Remove full puppet help output when subcommand cannot be foundNigel Kersten2011-05-041-6/+1
| * | (#7304) Improve help from `puppet foo`Daniel Pittman2011-05-021-1/+1
* | | Merge branch '2.7.x' into 2.7.nextMax Martin2011-04-211-0/+7
|\| |
| * | (#6928) Don't blow up when the method is undefined...Daniel Pittman2011-04-211-6/+4
| * | (#6928) backport Symbol#to_proc for Ruby < 1.8.7Daniel Pittman2011-04-211-0/+9
| * | Fixed #7166 - Replaced deprecated stomp "send" method with "publish"James Turnbull2011-04-192-3/+3
* | | (#7021) Fix order dependent spec failuresMatt Robinson2011-04-211-1/+6
* | | Merge remote-tracking branch 'jamtur01/tickets/master/7166' into nextJosh Cooper2011-04-192-3/+3
|\ \ \ | |/ / |/| |
| * | Fixed #7166 - Replaced deprecated stomp "send" method with "publish"James Turnbull2011-04-202-3/+3
* | | Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-188-22/+208
|/ /
* | Revert "(#6928) Removed --ignoreimport"Nick Lewis2011-04-131-0/+3
* | (#6928) Removed --ignoreimportNick Lewis2011-04-131-3/+0
* | (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-132-3/+3
* | maint: whitespace cleanup for puppet/util/command_line.Daniel Pittman2011-04-121-5/+5
* | (#6962) delegate global usage to the help face.Daniel Pittman2011-04-121-10/+13
* | (#6992) Expose available_subcommands as a class method.Daniel Pittman2011-04-121-2/+9
* | (#5027) Use Puppet#warning for deprecation_wanring instead of Kernel#warnNick Lewis2011-04-121-1/+1
* | (#5027) Spell deprecation correctlyNick Lewis2011-04-121-5/+5
* | Step towards #5027 -- add Logging#deprication_warning facilityMarkus Roberts2011-04-121-0/+11
* | Merge branch 'tickets/master/7021' into nextJames Turnbull2011-04-1210-0/+619
|\ \
| * | Add management of router/switchs global vlansBrice Figureau2011-04-081-2/+23
| * | Cisco Switch/Router Interface managementBrice Figureau2011-04-085-0/+342
| * | Ssh transport for network device managementBrice Figureau2011-04-081-0/+115
| * | Telnet transport to connect to remote network deviceBrice Figureau2011-04-081-0/+42