Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-dhcp

Puppet module for deploying dhcp
https://github.com/voxpupuli/puppet-dhcp

Correct concat dependency

a1519a2ac35600b54e75c1f021614b538d27e5b4 authored almost 11 years ago
Merge pull request #21 from faja/faja_range_fix

Make 'range' optional

b50cbc8ad48f54a5558951bd15a7e532b7b26f85 authored almost 11 years ago
Merge pull request #14 from saz/master

Remove failover parameter from class dhcp

326abeb551babcde0c01e6ed45a5d9eb2c873a7a authored almost 11 years ago
Merge pull request #28 from jhoblitt/concat_update

Concat update

bd75cf1bcf7b4b5b939037aca6a069c313d2d4e0 authored almost 11 years ago
Merge pull request #19 from ahaitoute/master

Define class without ntpservers-parameter.

8872f2cb24d7734490e186e19134ee4909bf9b20 authored almost 11 years ago
update ripienaar/concat -> puppetlabs/concat > 1.0.0

6e18b3c3846ee67ca976cab625e269236db683f5 authored over 11 years ago
Merge pull request #26 from apenney/license

Add apache 2.0 license.

27b09868d20c1fa86acd49175f4eddc23759d5b0 authored over 11 years ago
Add apache 2.0 license.

beb99af4b40ba07ba14d86d6282698acadc5c58e authored over 11 years ago
Merge pull request #25 from wolfspyre/master

addition of some simple unit tests for issue 24

6c709373c9865dd163e4b203c250eb2a5778ed00 authored over 11 years ago
add some input validation and dependency on stdlib

cfba95c0b3e74eee548594da1fa4ff3ab8353453 authored over 11 years ago
addition of simple spec tests

c6e0d803c8491df8cc9af50ddd3c1b5f590dc46b authored over 11 years ago
make 'range' optional

9564791aa853f477f78cb0470eac6d814e15f239 authored almost 12 years ago
Added the possibility to remove the parameter 'ntpservers' of the Class-define.

2139c73462263d2e8c4b230a2f7c87793c54253c authored almost 12 years ago
Remove failover parameter from class dhcp

b53ebc5761ae821ef3d9e41079a052b91e98e84f authored over 12 years ago
Merge pull request #12 from crayfishx/topic/rhel

Added Redhat/CentOS package name

554d86b4a9f9e689f73ff8192a5d3dea107d23ba authored over 12 years ago
Removed unwanted blank line

fc28db17c76c7c449b446ec38d9e0410eabf39b9 authored over 12 years ago
Added Redhat/CentOS package name

* Tested on CentOS6.0

dea54f6e70839d2e3023d23971c5114912f88409 authored over 12 years ago
Merge pull request #10 from jeffmccune/fix/master/cleanup_comments

Whitespace only removal of comments

97022741dd2930f0c0d1c8b08f8dd68ec4fce381 authored over 12 years ago
Whitespace only removal of comments

3ddfffcaecb0dc81e93a45fb965d3de01ff3ac0d authored over 12 years ago
Merge pull request #5 from nanliu/tb/release

Fix modulefile for puppetlabs.

e0e63301e63c15e39c065583cb0c5747d1f78d2c authored over 12 years ago
Merge pull request #9 from jeffmccune/feature/master/set_client_hostname

Send the client hostname to be used if unset

ca6f50c62f73785265e09815a21ef40d6271adab authored over 12 years ago
Send the client hostname to be used if unset

Without this patch the hostname is not being set based on the DHCP
offer. This is using a relat...

2435795544e9756a620a97d2976386f29b9a6aa4 authored over 12 years ago
Merge pull request #8 from jeffmccune/feature/master/third_party_dhcpd_conf

Make the dhcp module more reusable

228da1804f0620f4bda8c74c6237e1c2b320c91b authored over 12 years ago
Whitespace only change to dhcp class defaults

Conflicts:

manifests/init.pp

1caa8ac4a14194c7341f98869f36249a2530f65f authored over 12 years ago
Make the dhcp module more reusable

Without this patch large portions of the dhcpd.conf are solely under the
control of the dhcp mod...

cf972c0b5449898369328810479c3822622bb913 authored over 12 years ago
Merge pull request #7 from jeffmccune/fix/master/templates

Make all template fragments have header comments

f468ba020678951e376fad2c01b8cab03d875d01 authored over 12 years ago
Remove has_variable from templates

Without this patch the use of has_variable? in templates are causing
logic errors. PXE configur...

02b4d4f522d60b8f3a8766b868fd1f6b9e02dfe1 authored over 12 years ago
Remove dhcpd.conf.erb

Without this patch, it is confusing to use this module because the
dhcpd.conf.erb template is th...

5882af7924b76d876120413e698fae2a04d672f6 authored over 12 years ago
Make all template fragments have header comments

Without this patch it is not clear which sections of the final
dhcpd.conf file come from which t...

39bf617980c4a5c5928afeb383fd711aca3972d7 authored over 12 years ago
Change default log facility to daemon

This is the default configuration of ISC DHCP. Using local7 is a site
specific preference.

The...

3fdb97fdce6dc753ec3b636a4d677d434c3ce827 authored over 12 years ago
Merge pull request #6 from nanliu/tb/precise

Update dhcp module path for Ubuntu precise.

9461057113edebae66640ecd60626cb72eeadcb4 authored over 12 years ago
Update dhcp module path for Ubuntu precise.

In Ubuntu precise, the dhcp dir is /etc/dhcp for isc-dhcp-server.

The changes have been only te...

6510260fbd19c74cd50f069eb7e1e1741475361d authored over 12 years ago
Merge pull request #4 from nanliu/tb/cleanup

Update manifests per puppet-lint

fb53f1a8288130a0ac2abdd4715a8bba6e0710ad authored over 12 years ago
Fix modulefile for puppetlabs.

5247397fac7ebf37e6b30174a9cb51781a773ea2 authored over 12 years ago
Update manifests per puppet-lint

* double space.
* single quote when appropriate.
* remove ';' from variables.
* use top scope va...

22d76d819406715f5514f8368607e6ac23c96e90 authored over 12 years ago
Merge pull request #1 from jeffmccune/fix/master/ddns_template_typo

Fix typo in dhcpd.conf.ddns.erb

7c16e21dacda6dc160e860c4122112ff1b1c5411 authored over 12 years ago
Fix typo in dhcpd.conf.ddns.erb

This typo caused the master catalog compile to fail with this error:

err: Could not retriev...

99e54860944383355280ed7290d634fb0503654b authored over 12 years ago
update dhcpd.conf.ddns template to use modern variable lookup

00b42a84ed1173078b1dd47ca7fd1f85db3bc6fe authored over 12 years ago
Merge branch 'plsync'

7b62f60b3427a95bc7c97a32b5e4bfe8c872952e authored over 12 years ago
Merge remote-tracking branch 'local/dhcpsplit' into plsync

Conflicts:
manifests/init.pp
templates/dhcpd.conf.erb

923df4cd57fc62920df41484800e59d1eacec50b authored over 12 years ago
DHCP Parameters are not options

Fix the dhcpd.pool.erb template's inability to distinquish between a
parameter and option.

...

11f0102491644b098521345046cd467a94517917 authored over 12 years ago
invent the ability to use options on dhcp pools individually

a9ee99de047814caf7ec500be74274d29ef30640 authored over 12 years ago
chagne fqdn to ipaddress in configuration

7aaa6f074e8b9f69addae9c77fbfa0749aaf45a9 authored almost 13 years ago
syntax

e386a48445e48bad0dbcc6dac856fa43ed82d1fa authored almost 13 years ago
load_split instead of split

458f20bf504b31c8be9fb2510b93dd614e04a4b4 authored almost 13 years ago
add some paramaters

5c7b22c297ed960d42b711517aae494312ac5629 authored almost 13 years ago
again

f1b8090dadcf8edc971fcbe110f906b3dc40340d authored almost 13 years ago
again

bfbea67b8f867b8336c3c7df87b17c1d165444ee authored almost 13 years ago
template path fix

63a0b834108e9c6e539b574ece83ff775ce976d6 authored almost 13 years ago
syntax fix

b668469d2b94872cbe4e6c1181baf07774e634dd authored almost 13 years ago
add dhcpd.conf.failover.erb template

45e0491531bd68b0f954a3997b99d04727ac7293 authored almost 13 years ago
move dc1 common dhcp things into service::dhcp::dc1 and add dhcp::failover class

6a3ee50dff7f3b10412975e696e453d31146d67b authored almost 13 years ago
move to concat model for dhcpd.conf and split out the configuration into sections so we can have another class define the failover and insert things into the dhcpd.conf

a6709f1caa8c764899cfafc3a39e33e21c17e56d authored almost 13 years ago
whitespace

051c44dcc23d552636df1e2701e3c8a5b315de3f authored almost 13 years ago
Merge commit '3c883fcbd59d96c1a22747f0c5526a4ba6d3b1b7' into dhcpfailover

f6da511e7304010ab3bbdc86a531214c419fd804 authored almost 13 years ago
variable strangeness?

e35135cb283671f781e415549e6ca9edd9923a76 authored almost 13 years ago
add gitignore

4256dfb44a3b745abce40ce7bbeb6edc1e8d17e3 authored almost 13 years ago
Merge commit 'fe12b3d6aee1f4890668a5bd2e43a1589e176c93' into dhcp

3e04bc13a4ffc4bce5efd41cd459ad3bbfbb7efa authored almost 13 years ago
Bump the version

fe12b3d6aee1f4890668a5bd2e43a1589e176c93 authored almost 13 years ago
Add FreeBSD server support

0a6c35549d80b9de65637faed4ffe4b0fcd15e58 authored almost 13 years ago
Merge remote-tracking branch 'origin/plchanges'

Conflicts:
manifests/init.pp
templates/dhcpd.conf.erb
templates/dhcpd.pool.erb

fdc15f81f9dc1610d2f3b04da7ea76d3cce0ce52 authored almost 13 years ago
use virtual resources for dhcp and bind monitoring

2dc778c15ad33dc417a79fe7e8c3ade343210b0d authored almost 13 years ago
Make dhcp pool support arrays. Add in a second range for the office.

aedf4d5029c98ad6a99a5702ceb21f2fa294ac7d authored almost 13 years ago
Make max-lease-time and default-lease-time tunable

1f787cc0b3515231b2d7853049315a86f3ed3ee6 authored almost 13 years ago
add Modulefile

c8a65621232ccf5a4c247c423c96e4172f1bb93d authored almost 13 years ago
perform subtree merge of dhcp module

c5a323952093c992a6644c193d153d012e3410bb authored almost 13 years ago
Merge branch 'docs'

213f8016dd40722cd35216fdd615a19075694348 authored almost 13 years ago
update documentation and provide some usage information

78ccd781835998db25d27662dec11d6120a10baa authored almost 13 years ago
fix class name for dhcp::monitor

b2d215b1b4df297f3a8903220bc510712096af07 authored almost 13 years ago
Merge branch 'monitoring'

96e175fcb7e767a59c8cb3a5e971a67a0c3af86f authored almost 13 years ago
add monitoring support

19563ee5bb41a758f7bb54a37b5d93eeb7ebdd03 authored almost 13 years ago
update tests to be current

a1d7dded3c490ed2a6aae5b157612de5668132da authored about 13 years ago
remove old todo list, all of which has been rolled

5badab215200e4e8bbc85f85795047ea6da5d161 authored about 13 years ago
remove old params

27f54250909fdb916477a3dba1d64189019e3a1f authored about 13 years ago
add ddns-hostname options for hosts

ba15d21f629cf4d53617bb5add6129db016c9b10 authored over 13 years ago
use first domain zone that passed as the one to use for the dhcp configuration

88dcb0e1db76913152b4eb487a2fe9b8ee74db55 authored over 13 years ago
add . to end of zones

6eec86acc52279e91108fc3dcefc637a1e04b8b9 authored over 13 years ago
use the correct variable name for pxefilename in dhcpd.conf tempalte

d38a72e675dfa0aea1404a1be4f5767537d42ce1 authored over 13 years ago
update domain-name to use dnsdomain for dhcpd.conf

be03ca0266f4506db1492096fcc6b9a0608a31a0 authored over 13 years ago
remove dot on the end of domains for ddns

ffac0fe8ffb978cd35caa96231c6d9e0fa2299f3 authored over 13 years ago
Gah, unbreak setting the DNS domain.

d827e40a902445d3ec4194304d362632c85d7d12 authored over 13 years ago
Fix dnskey name in dhcpd.conf.

5e7b077f646e8d1e67e22b1a06abcd0b0b79e43a authored over 13 years ago
Change to dhcpd.conf to actually make it work to do DDNS

003654880be2216a01b759087b3977ceab4219b4 authored over 13 years ago
Urg, make the service actually act upon disk changes. Stupid comments.

074c555cc20eb937cea31434c02da0c71b73c603 authored over 13 years ago
add template file for debian/ubuntu to enable picking an interface to run

on.

7fa2ab16da46cb025258080df36ba46fe7613dbf authored over 13 years ago
tidy up quoting of things so dhcpd doesn't complain. Add /etc/default/ file for debian/ubuntu to pick interface

297f463a688208683850a0552e4f5f9626d6777a authored over 13 years ago
rename domain to dnsdomain so it doesn't clash

0a4388b8680cba7c13d30b0a03747d8a2ee5486f authored over 13 years ago
fix ddns code

4dcd43d754d32d10dedb715981044d253c397dba authored over 13 years ago
Add in DNS updating evaluation.

tidy up.

6d6e141651ac6ca8e71b8e498c012528bacc9022 authored over 13 years ago
Try and fix loop in concat stuff

f60c9546e1f77153f06a94800a2dbb7ae231eb3d authored over 13 years ago
Try and fix loop in concat stuff

14053cca1e2a1cc5908d8b6886505fdb129384a0 authored over 13 years ago
Try and fix loop in concat stuff

95b6829fce216ae6fb872e411c35143d4d947e30 authored over 13 years ago
make a concat so you don't have to define hosts for it at least to work

27f4a4005ab202c53e7e195c88e13db42c68d4a8 authored over 13 years ago
don't make pool pull in dhcp as it's now a pclass

7bd6da19748749da9323203b69f3fe66a43fee11 authored over 13 years ago
change debian's config dir path

d1b58f1d52150b6ad3c87a722afb0fb3ac5f9923 authored over 13 years ago
Fix templating for PXE (again)

95de08cfe961324f8eee3dec0cd83eb5dddd76dd authored over 13 years ago
Fix templating for PXE (again)

40d4406a61ad455db0b2ba7e4686de9672862801 authored over 13 years ago
Fix templating for PXE

3214132c35c034615ac4df965ee2f5d9f53717d9 authored over 13 years ago
plural/singlur with ntp servi

325768a7cb42da05fa279c3ba831fb05f9786830 authored over 13 years ago
PXE shouldn't be mandatory

9ac868903143c77cf149b3968a6f6ea04a357829 authored over 13 years ago