Граф коммитов

56 Коммитов

Автор SHA1 Сообщение Дата
Daniel Hobley 008a2d24fc Merge remote-tracking branch 'upstream/master' 2017-08-22 12:08:14 +02:00
Andrew Wasilczuk fb53c24bda Added ability to configure listen_interfaces (#17)
on FreeBSD and Debian
2016-09-04 11:33:31 -07:00
Daniel Hobley 25fab6090b Make sure to wrap domain names in quotes 2016-08-31 09:28:43 +02:00
Daniel Hobley 1f71f8b51f Added search domain setting for DHCP 2016-08-30 15:53:21 +02:00
Daniel Hobley 482b67ffb6 Added ability to setup DDNS 2016-08-25 09:58:20 +02:00
Daniel Hobley e36241579f Added default and max lease time options 2016-06-03 14:11:15 +02:00
Theo Chatzimichos 25aafbd54f Add more options in dhcpd.conf (#16)
* Add more global options in dhcpd.conf

* Add failover peer block in dhcpd.conf

* Add more options in the subnet block

* Add a few example pillar data based on the previous additions

* add double quotes for each single entry in option domain-search
2016-05-04 11:47:05 -07:00
Niels Abspoel 29c74bcfe8 Merge pull request #15 from tampakrap/suse_support
Add support for SUSE osfamily
2016-03-24 16:39:18 +01:00
Theo Chatzimichos 27551f5cc8 Add support for SUSE osfamily 2016-03-24 16:26:45 +01:00
Forrest 7eebf214cd Merge pull request #14 from saw-leipzig/master
Customized and additional options
2016-03-04 11:32:00 -08:00
Uwe Kretschmer 3992d0b86f Added options ntp-servers (subnet), netbios-name-servers
(subnet) and use-host-decl-names (global, subnet).
2016-03-04 11:19:27 +01:00
Uwe Kretschmer a29e1f9645 Fixed typo and indentation. 2016-03-03 16:09:36 +01:00
Uwe Kretschmer 677a3ee2c6 Added allow/deny options to host, subnet and global options. 2016-03-03 16:03:40 +01:00
Uwe Kretschmer a94996dcaa Added possibility to define customized options and
use them on every level.
2016-03-03 15:54:16 +01:00
Forrest 652e666db4 Merge pull request #13 from jamesp9/dev
add archlinux to map.jinja
2015-11-12 11:07:23 -08:00
jamesp9 8beea93186 add initial config for archlinux 2015-11-12 23:00:43 +11:00
Forrest 59823038fb Merge pull request #11 from 0xf10e/master
FreeBSD-Support and a Note
2015-09-29 08:19:04 -07:00
Florian Ermisch b03e88dc3f merge FreeBSD-support 2015-09-29 16:58:26 +02:00
root 7440a7e507 adding support for FreeBSD, tested on 10.2-RELEASE amd64 2015-09-29 16:51:48 +02:00
Forrest a86eacf292 Merge pull request #10 from willshersystems/hostname_option
Add host-name option to client configuration
2015-07-28 13:55:03 -07:00
Matt Willsher ba0547344d Add host-name option 2015-07-28 21:31:32 +01:00
Forrest 5c56c60a1f Merge pull request #9 from willshersystems/master
Fix RH config location
2015-06-10 09:15:36 -07:00
Matt Willsher 4b98037c6c Fix RH config location 2015-06-10 08:01:23 +01:00
Nitin Madhok 09fd0a999c Update Licensing year and remove extra new line characters 2015-05-07 13:41:28 -04:00
Nitin Madhok 15ff36ded3 Merge pull request #8 from daschatten/master
Extend subnet configuration
2015-05-05 11:12:06 -04:00
Florian Bittner bc32dc40c6 Add support for options "domain-name-servers" and "domain-name" in subnets. 2015-04-30 17:59:37 +02:00
Florian Bittner 2c868598d5 Fix filename and next-server options in subnet. 2015-04-30 10:24:31 +02:00
Florian Bittner 8f3fda3d63 Add options 'filename' and 'next-server' to subnet configuration. 2015-04-29 16:53:37 +02:00
Forrest fe7b4bafe7 Merge pull request #7 from daschatten/master
Fix: Reload dhcpd after config file changed.
2015-03-10 15:18:56 -07:00
root 7480242433 Fix: Reload dhcpd after config file changed. 2015-03-10 23:10:16 +01:00
Nitin Madhok f3b14c0c24 Merge pull request #6 from openenvi-formulas/readme
Update README to show newly added state
2014-11-21 18:07:08 -05:00
Skyler Berg 0b5c84db38 Update README to show newly added state 2014-11-21 14:57:49 -08:00
Nitin Madhok f0de75a57b Merge pull request #5 from openenvi-formulas/separate-config
Move configuration into config.sls
2014-11-19 19:45:20 -05:00
Skyler Berg dabe46a9a3 Move configuration into config.sls 2014-11-19 16:41:52 -08:00
0xf10e 85e09873f1 added note about replaces dashes in variables 2014-09-19 21:31:41 +02:00
Nitin Madhok 44ef1f733c Merge pull request #4 from 0xf10e/master
Created basic template for dhcpd.conf
2014-09-17 19:18:29 -04:00
0xf10e 2829178cc8 minor update of README 2014-09-18 00:54:29 +02:00
0xf10e 3365a48b2d completed basic template for dhcpd.conf
(enough to rebuild the sample configuration).

Also moved the "subnet"-block into subnet.jinja
to prevent repetition inside "shared-network"-
blocks.

Oh, and a .hgignore to ignore vim's "*.swp".
2014-09-18 00:51:46 +02:00
0xf10e b94809e5a1 no more TODOs in pillar.example 2014-09-18 00:45:51 +02:00
0xf10e 275eba7e61 more WIP template for dhcp.conf 2014-09-18 00:03:39 +02:00
0xf10e 9115b0541f more pythonic pillar-vars (dynamic-bootp -> dynamic_bootp) 2014-09-18 00:03:05 +02:00
0xf10e f33f800897 WIP: Turning dhcp.conf into a jinja-template...
--HG--
rename : dhcpd/files/dhcpd.conf => dhcpd/files/dhcpd.sample
2014-09-17 19:54:31 +02:00
0xf10e 01c5db235e pillar.example that should generate something close to the sample configuration 2014-09-17 18:27:39 +02:00
Nitin Madhok dbe72165f3 Update README.rst
Fix broken link
2014-07-28 19:52:13 -04:00
Joseph Hall 4e355fd0aa Merge pull request #3 from gravyboat/master
Readme fixes.
2014-02-08 05:38:25 -07:00
Forrest Alvarez 451d1a9344 Readme fixes. 2014-02-08 05:52:19 +00:00
Joseph Hall 539a3f3867 Merge pull request #2 from gravyboat/master
Created a map.jinja, changed the init to support it, and fixed up the readme.
2014-01-22 04:46:58 -08:00
Forrest Alvarez 410bd1e58d Missed a colon in my map 2014-01-22 06:25:28 +00:00
Forrest Alvarez 4e696072aa Updated the map with some proper service names, modified the init to reflect this, brought the readme up to standards. 2014-01-22 06:20:53 +00:00
Forrest Alvarez b1f832d800 Added a map.jinja file, and updated the init to support it. 2014-01-22 06:12:36 +00:00