Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  proxy
checks.rb 325 Bytes
daemon.rb 879 Bytes
dhcp_api.rb 3.27 KB
dns_api.rb 784 Bytes
features_api.rb 427 Bytes
helpers.rb 818 Bytes
proxy.rb 640 Bytes
puppet_api.rb 1.2 KB
puppetca_api.rb 1.49 KB
sinatra-patch.rb 1.48 KB
tftp_api.rb 1.92 KB

Latest revisions

# Date Author Comment
ffbd0e7d 07/18/2012 03:41 AM Ohad Levy

fixes #1759 - puppet 2.7.18 changed puppetca output

which result in adding quotes to the certnames.

this patch should cover both cases (older and newer puppet)

1b62247e 06/24/2012 02:03 PM Ohad Levy

1.0RC1

ad8bb0c7 06/24/2012 01:45 PM Greg Sutcliffe

Changes for Ruby 1.8/9 compatibilty, and Debian packaging guidelines

  • Allow proxy to work on both ruby 1.9 and 1.8
  • Require ping gem on ruby1.8
  • Handle public folder changes in Sinatra
  • Don't load rubygems if USE_GEMS=false specified, to comply with Debian guidelines...
fcf097c2 06/13/2012 08:02 AM Mikael Fridh

fixes #1567 - Foreman-proxy ignores dhcpd.conf include directive

Adding functionality that can detect and parse included files in dhcpd.conf.
Supports same syntax as dhcpd.conf(5) manual page specifies on the include
statement:

include "filename";...
d54d0686 06/06/2012 07:36 AM Florent Castelli

Don't modify the hash we are iterating on when listing environments fixes #1654

b08f131c 06/06/2012 07:35 AM Florent Castelli

Filter folders matching correct environments name

"Environment names should only contain alphanumeric characters and
underscores, and are case-sensitive"
http://docs.puppetlabs.com/guides/environment.html#naming-environments

be465761 06/06/2012 07:33 AM kish

Was not returning true on command success, caused puppet_api.rb to print false messages.

083405c8 04/25/2012 02:31 PM Ohad Levy

fixes # 1587 Puppet's modulepath not interpreted correctly by proxy

986157bd 04/05/2012 08:43 AM Nils Caspar

support for IPv6 PTR

f5e5d2fc 04/03/2012 03:17 AM Lukas Zapletal

fixes #1565 - report error when cannot create pid

View revisions

Also available in: Atom