Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Debian package specification after release of Smart-Proxy 0.4 #8

Merged
merged 1 commit into from
Nov 8, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions extra/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
foreman-proxy (0.3-1) unstable; urgency=low

* New upstream release

-- Jochen Schalanda <jochen@schalanda.name> Tue, 08 Nov 2011 19:55:00 +0100

foreman-proxy (0.1+0.2rc2-1) unstable; urgency=low

* Release candidate 2 for version 0.2
Expand Down
29 changes: 20 additions & 9 deletions extra/debian/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,43 @@
:port: 8443

# Enable TFTP management
#:tftp: true
#:tftproot: /tmp/tftpboot
:tftp: false
#:tftproot: /var/lib/tftpboot
# Defines the TFTP Servername to use, overrides the name in the subnet declaration
#:tftp_servername: tftp.domain.com


# Enable DNS management
#:dns: true
#:dns_key: /home/proxy/keys/Kapi.+157+47848.private
:dns: false
#:dns_key: /etc/rndc.key
# use this setting if you are managing a dns server which is not localhost though this proxy
#:dns_server: dns.domain.com

# Enable DHCP management
#:dhcp: true
:dhcp: false
# The vendor can be either isc or native_ms
#:dhcp_vendor: isc
:dhcp_vendor: isc
# dhcp_subnets is a Native MS implementation setting. It restricts the subnets queried to a
# subset, so as to reduce the query time.
#:dhcp_subnets: [192.168.205.0/255.255.255.128, 192.168.205.128/255.255.255.128]
# Settings for Ubuntu ISC
#:dhcp_config: /etc/dhcp3/dhcpd.conf
#:dhcp_leases: /var/lib/dhcp3/dhcpd.leases
# Settings for Redhat ISC
#:dhcp_config: /etc/dhcpd.conf
#:dhcp_leases: /var/lib/dhcpd/dhcpd.leases
#:dhcp_key_name: secret_key_name
#:dhcp_key_secret: secret_key

# enable PuppetCA management
#:puppetca: true
:puppetca: false

# enable Puppet management
#:puppet: true
:puppet: false

# Where our proxy log files are stored
# filename or STDOUT
:log_file: /var/log/foreman-proxy/foreman-proxy.log
# valid options are
# Logger::WARN, Logger::DEBUG, Logger::Error, Logger::Fatal, Logger:INFO, LOGGER::UNKNOWN
#:log_level: Logger::DEBUG
:log_level: Logger::INFO