summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'tickets/2.7.x/7259-make-active-record-test-requirement-optional...Jacob Helwig2011-05-161-1/+1
| |\ \ \ \ \
| | * | | | | (#7259) Do not try to load all Terminus classes when configuring the IndirectorJacob Helwig2011-05-161-1/+1
| | | |/ / / | | |/| | |
* | | | | | (#1853) Pacman package providerPaul Boyd2011-05-161-0/+94
* | | | | | Merge branch '2.7.next' into nextMatt Robinson2011-05-133-16/+3
|\| | | | |
| * | | | | Merge branch '2.7.x' into 2.7.nextMatt Robinson2011-05-132-41/+47
| |\| | | |
| | * | | | (#7264) Docs: Clarify that subscribe/notify imply require/beforenfagerlund2011-05-121-40/+44
| | * | | | 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
| * | | | | Revert "(#7220) Add the ability to "inherit" options."Daniel Pittman2011-05-122-15/+0
* | | | | | Merge branch '2.7.next' into nextDaniel Pittman2011-05-1253-368/+1321
|\| | | | |
| * | | | | Merge branch '2.6.x' into 2.7.nextDaniel Pittman2011-05-122-3/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | (#7139) Accept '/' as a valid path in filesetsNick Lewis2011-05-031-1/+1
| | * | | | (#6845) Mount writes incorrect vfstab entriesStefan Schulte2011-04-281-1/+1
| | * | | | (#6442) Be able to start agents --listen without namespaceauth.confMatt Robinson2011-04-271-2/+2
| * | | | | Merge branch '2.7.x' into 2.7.nextDaniel Pittman2011-05-0652-366/+1319
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | (#7353) Remove :for_humans format entirely.Daniel Pittman2011-05-053-39/+18
| | * | | | Merge remote-tracking branch 'nfagerlund/ticket/2.7.x/6962' into 2.7.xDaniel Pittman2011-05-0520-37/+438
| | |\ \ \ \
| | | * | | | (Maint) Adjust documentation whitespacenfagerlund2011-05-0418-223/+225
| | | * | | | (#7303) Remove reference to not-yet-extant man actionnfagerlund2011-05-041-1/+0
| | | * | | | (#6962) Add self-documentation data to puppet facesnfagerlund2011-05-0418-27/+389
| | | * | | | Maint: adjust faces.rb's help to match that of other applicationsnfagerlund2011-05-041-6/+44
| | * | | | | Merge branch 'tickets/2.7.x/7179' into 2.7.xPieter van de Bruggen2011-05-041-0/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | (#7179) Modify default ACL for /node/<name>.Pieter van de Bruggen2011-05-041-0/+1
| | * | | | | (#7304) Remove full puppet help output when subcommand cannot be foundNigel Kersten2011-05-041-6/+1
| | * | | | | (#7353) Note the :for_humans compatibility issue.Daniel Pittman2011-05-041-0/+2
| | * | | | | (#7353) Use :console rendering format in our own code.Daniel Pittman2011-05-042-2/+2
| | * | | | | (#7353) Unify rendering in the face_bace application.Daniel Pittman2011-05-041-44/+19
| | * | | | | (#7353) Add 'console' format to FormatHandlerDaniel Pittman2011-05-041-0/+36
| | * | | | | Merge branch 'bug/2.7.x/7277-improve-secret-agent-face-and-supporting-actions...Daniel Pittman2011-05-033-14/+22
| | |\ \ \ \ \
| | | * | | | | (#7277)Fixing all secret-agent functions, and the agent itselfLuke Kanies2011-05-033-14/+22
| | * | | | | | Merge branch 'ticket/2.7.x/7139' into 2.7.xNick Lewis2011-05-031-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | (#7139) Accept '/' as a valid path in filesetsNick Lewis2011-05-031-1/+1
| | * | | | | | (#7329) Consistent naming for rendering formats and hooks.Daniel Pittman2011-05-031-2/+9
| | * | | | | | Merge branch 'bug/2.7.x/7326-faces-broken-on-ruby-1.8.5' into 2.7.xDaniel Pittman2011-05-031-1/+4
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | (#7326) Fix faces on Ruby 1.8.5Daniel Pittman2011-05-031-1/+4
| | * | | | | | (#7117) Return the environment as a Puppet::Node::Environment in uri2indirectionJacob Helwig2011-05-031-1/+1
| | |/ / / / /
| | * | | | | (#7276) Better reporting from the plugin download action.Daniel Pittman2011-05-031-0/+12
| | * | | | | (#7276) Create a plugin face application.Daniel Pittman2011-05-031-0/+3
| | * | | | | (#6962) Added 'returns' block to action documentation.Daniel Pittman2011-05-031-0/+2
| | * | | | | maint: remove emacs 'coding' cookie from files.Daniel Pittman2011-05-032-2/+0
| | * | | | | (#7278) Improve utility of the Catalog select actionLuke Kanies2011-05-031-1/+17
| | * | | | | (#7279) Adding some basic file actionsLuke Kanies2011-05-032-0/+48
| | |/ / / /
| | * | | | Merge branch 'bug/2.7.x/7314-backtrace-when-face-has-syntax-error' into 2.7.xDaniel Pittman2011-05-0214-39/+33
| | |\ \ \ \
| | | * | | | (#7314) Faces fail horribly when one has a syntax error.Daniel Pittman2011-05-021-13/+8
| | | * | | | maint: move the indirector face base out of puppet/faceDaniel Pittman2011-05-0213-26/+25
| | * | | | | Merge branch 'bug/2.7.x/7315-puppet-status-can't-render-as-json' into 2.7.xDaniel Pittman2011-05-021-1/+1
| | |\ \ \ \ \
| | | * | | | | (#7315) Fix `to_pson` method to render correctly.Daniel Pittman2011-05-021-1/+1
| | | |/ / / /
| | * | | | | (#7304) Improve help from `puppet foo`Daniel Pittman2011-05-022-2/+2
| | * | | | | (#7317) better error handling in CLI face facade.Daniel Pittman2011-05-021-53/+46
| | |/ / / /
| | * | / / (#7282) action without `when_invoked` should fail...Daniel Pittman2011-05-022-1/+5
| | | |/ / | | |/| |