Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  proxy
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 614 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
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

2d232cff 03/28/2012 02:13 PM Jason Antman

fixes #1552 - expand $confdir if used in puppet.conf modulepath

ec8239f5 03/23/2012 02:40 PM Florian Koch

fixes #1547 - Stack Trace with log level Error

Signed-off-by: Florian Koch <>

26715634 02/28/2012 07:57 AM Ulrich Dangel

Add to_json method to lease and reservation module

The /dhcp/:network returned strings instead of dicts for
reservation and leases. This patch adds to_json methods
for reservation and lease to return dicts instead of strings.

View revisions

Also available in: Atom